index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-11-23
fix a couple more doc strings
Michael Merickel
2018-11-20
Merge pull request #7 from stevepiercy/drop-py2
Michael Merickel
2018-11-20
s/msgid/``msgid`` as needed
Steve Piercy
2018-11-20
moar proper spacing of interpreter output between a dict's colon and value
Steve Piercy
2018-11-20
grammar fixes
Steve Piercy
2018-11-20
proper spacing of interpreter output between a dict's colon and value
Steve Piercy
2018-11-20
proper hyphenation of UTF-8-decoded
Steve Piercy
2018-11-19
rip out moar unicode prefixes
Michael Merickel
2018-11-19
Merge pull request #6 from stevepiercy/drop-py2
Michael Merickel
2018-11-19
Standardize casing of URL when it is an acronym
Steve Piercy
2018-11-19
unpin webtest (missed in first pass)
Steve Piercy
2018-11-18
fix moar strings
Michael Merickel
2018-11-18
fix up some more docstrings
Michael Merickel
2018-11-18
stop using u-prefix strings
Michael Merickel
2018-11-18
clean up docstrings referencing unicode data
Michael Merickel
2018-11-18
Merge pull request #5 from stevepiercy/drop-py2
Michael Merickel
2018-11-18
Remove scaffolds testing instructions
Steve Piercy
2018-11-18
Remove Python 2 and explicit mention of Python 3
Steve Piercy
2018-11-18
Remove `docs/api/compat.rst`. The remaining items were moved into `pyramid.u...
Steve Piercy
2018-11-18
Add comments to setup.py docs_extras
Steve Piercy
2018-11-18
Unpin webtest and pytest
Steve Piercy
2018-11-17
Remove explicit mention of Python 3
Steve Piercy
2018-11-17
Remove mention of py3 compat
Steve Piercy
2018-11-17
Update Python source files in docs to use `from html import escape`, now that...
Steve Piercy
2018-11-17
Remove long type (should have been removed with other type aliases)
Steve Piercy
2018-11-17
Remove native_, rename ascii_native_ to ascii_
Steve Piercy
2018-11-17
Remove urllib.parse shims
Steve Piercy
2018-11-17
Remove is_nonstr_iter
Steve Piercy
2018-11-17
Remove reraise
Steve Piercy
2018-11-17
Remove SimpleCookie and escape shims
Steve Piercy
2018-11-17
Remove iter*, configparser, input_, map_
Steve Piercy
2018-11-17
Remove pickle and exec aliases
Steve Piercy
2018-11-17
Remove *_types per b1a257bacc1c4ac2c1401ed02c51d9c6c03685d2
Steve Piercy
2018-11-16
Remove virtualenv and explicit py3 mentions
Steve Piercy
2018-11-16
Remove most Python 2 mentions from docs. Exclusions:
Steve Piercy
2018-11-14
move WIN and PYPY tests into pyramid.util
Michael Merickel
2018-11-14
move text_, bytes_ and ascii_ to pyramid.util and remove native_
Michael Merickel
2018-11-14
remove several places supporting bytes for py2
Michael Merickel
2018-11-14
rely on webob for request.path_info and request.scheme
Michael Merickel
2018-11-14
remove urllib.parse shims
Michael Merickel
2018-11-14
move is_nonstr_iter to pyramid.util
Michael Merickel
2018-11-14
move reraise to pyramid.util
Michael Merickel
2018-11-14
remove SimpleCookie and escape shims
Michael Merickel
2018-11-14
move is_unbound_method to pyramid.util
Michael Merickel
2018-11-13
get rid of some unnecessary constants
Michael Merickel
2018-11-12
get rid of NativeIO alias and a few others
Michael Merickel
2018-11-12
remove exec alias
Michael Merickel
2018-11-12
get rid of pickle alias
Michael Merickel
2018-11-12
get rid of type aliases
Michael Merickel
2018-11-12
initial work to remove py2 from the codebase
Michael Merickel
[next]