Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
5b2d9ddf69cecfb9ad4e687fab3f34ecc5a9ea4f
5b2d9dd
#5871: protect against header injection attacks.
by R. David Murray
· 14 years ago
e3ee66f
Issue #10357: Clarify what it means to be a mapping.
by Raymond Hettinger
· 14 years ago
4ad934f
zlib only works with bytes objects.
by Georg Brandl
· 14 years ago
2997837
Fixed documentation to reflect recent changes for years < 1900.
by Alexander Belopolsky
· 14 years ago
3ec899f
NEWS: merge #1777412 and #10827 entries
by Victor Stinner
· 14 years ago
f7d019e
Issue #1777412: document the change in the NEWS file
by Victor Stinner
· 14 years ago
c08ea61
Markup fix
by Raymond Hettinger
· 14 years ago
5d938cb
Add EHOSTUNREACH ('No route to host') to the errnos trapped by transient_internet().
by Antoine Pitrou
· 14 years ago
83b1ab0
Issue 9717: Segregate and improve the documentation of "in-place" operators
by Raymond Hettinger
· 14 years ago
160fd93
Fix test_ssl after r87849
by Antoine Pitrou
· 14 years ago
67b212e
Issue #10859: Make `contextlib.GeneratorContextManager` officially
by Antoine Pitrou
· 14 years ago
d97b7b5
#10855: document close() semantics of wave objects.
by Georg Brandl
· 14 years ago
5254e97
Issue 10533: Need example of using __missing__.
by Raymond Hettinger
· 14 years ago
0ab10e4
Issue #10813: Small improvement to decimal money format recipe.
by Raymond Hettinger
· 14 years ago
23f9fc3
Issue #10042: Fixed the total_ordering decorator to handle cross-type
by Raymond Hettinger
· 14 years ago
06ec45e
Issue #10864: limit year to [1; 9999] for strftime() on Solaris
by Victor Stinner
· 14 years ago
f332abb
test_ssl: test SHA256 using sha256.tbs-internet.com instead of sha2.hboeck.de
by Victor Stinner
· 14 years ago
301f121
Issue #1777412: Remove all limits on tm_year from time.strftime()
by Victor Stinner
· 14 years ago
af5aee5
Issue #1777412: fix test_time for Mac OS X and OpenIndiana
by Victor Stinner
· 14 years ago
7369132
Issue #1777412: test large years value for strftime('%Y')
by Victor Stinner
· 14 years ago
73ea29c
Issue #1777412: strftime() accepts year >= 1 instead of year >= 1900
by Victor Stinner
· 14 years ago
0dd06f4
Fixed error handling branches. Thanks Victor Stinner for pointing this out.
by Alexander Belopolsky
· 14 years ago
b8bb466
Issue #1777412: extended year range of strftime down to 1000.
by Alexander Belopolsky
· 14 years ago
9253214
#10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
by R. David Murray
· 14 years ago
6f0022d
Fix formatting of values with embedded newlines when rfc2047 encoding
by R. David Murray
· 14 years ago
7088abd
Revert r87821 which moved the source link to the wrong section (from the module intro covering the module to a section on thread imports).
by Raymond Hettinger
· 14 years ago
3be412d
Put NEWS entry in the right section.
by Antoine Pitrou
· 14 years ago
b7fb2e2
Issue #8020: Avoid a crash where the small objects allocator would read
by Antoine Pitrou
· 14 years ago
1122fa2
Revert r87823 which moved the source link to the wrong section.
by Raymond Hettinger
· 14 years ago
32e8fea
Update the digest of PEP 3333 based on comments for Phillip Eby.
by Raymond Hettinger
· 14 years ago
2f2a9f7
Fix indent.
by Georg Brandl
· 14 years ago
fc90213
Combine the two seealso sections.
by Raymond Hettinger
· 14 years ago
c64708a
Issue #10827: Changed the rules for 2-digit years. The time.asctime
by Alexander Belopolsky
· 14 years ago
696efdd
Mention multiprocessing.Queue in the queue docs
by Antoine Pitrou
· 14 years ago
4b512f7
Group seealsos
by Antoine Pitrou
· 14 years ago
60bcc54
Put those "seealso"s together
by Antoine Pitrou
· 14 years ago
034c753
Issue #10841: don't translate newlines for pgen
by Victor Stinner
· 14 years ago
89e3436
Issue #10841: set binary mode on files; the parser translates newlines
by Victor Stinner
· 14 years ago
bdde506
Put those source links together
by Antoine Pitrou
· 14 years ago
1bdd6fd
atexit.py doesn't exist
by Antoine Pitrou
· 14 years ago
39e352c
Put link to source at the end. There's nothing edificating in threading.py.
by Antoine Pitrou
· 14 years ago
fb6fd5d
#10856: document (Base)Exception.args better.
by Georg Brandl
· 14 years ago
7603fa0
Undo an accidental commit in r87812.
by Brett Cannon
· 14 years ago
63eef1e
Get --coverage to be an acceptable flag for test.regrtest again.
by Brett Cannon
· 14 years ago
610e544
Further simplify gettmarg()
by Alexander Belopolsky
· 14 years ago
388af4b
Typo.
by Raymond Hettinger
· 14 years ago
189c091
Drop bf_getbuffer/bf_releasebuffer from stable ABI, see #10181.
by Martin v. Löwis
· 14 years ago
a572476
#10846: fix typo.
by Georg Brandl
· 14 years ago
b30111f
Support comment lines and missing indices in typeslots.h.
by Martin v. Löwis
· 14 years ago
c83bc3c
Remove buffer API from stable ABI for now, see #10181.
by Martin v. Löwis
· 14 years ago
e85da7a
Issue #7858: Raise an error properly when os.utime() fails under Windows
by Antoine Pitrou
· 14 years ago
b715fac
Issue #3839: wsgiref should not override a Content-Length header set by
by Antoine Pitrou
· 14 years ago
f1397ad
Issue #10655: Fix the build on PowerPC on Linux with GCC when building with
by David Malcolm
· 14 years ago
ecbb8dc
Use PyOS_snprintf for better portability.
by Alexander Belopolsky
· 14 years ago
0034281
Elaborate about the GIL.
by Antoine Pitrou
· 14 years ago
f8dc9ca
#10844: update copyright years in Mac plists.
by Georg Brandl
· 14 years ago
f60fd00
Add acks where acks are due.
by Georg Brandl
· 14 years ago
b30f330
Fix various issues (mostly Python 2 relics) found by Jacques Ducasse.
by Georg Brandl
· 14 years ago
77041b2
itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter.
by Georg Brandl
· 14 years ago
e98628d
Remove doc for nonexisting parameter.
by Georg Brandl
· 14 years ago
ca023ca
Issue #1677694: Refactor and improve test_timeout. Original patch by
by Antoine Pitrou
· 14 years ago
d53dfa3
Issue #10840: make it explicit that "s*" and friends provide contiguous memory.
by Antoine Pitrou
· 14 years ago
7beae8a
Issue 10825: Minor updates to the test suite.
by Raymond Hettinger
· 14 years ago
90a4b31
Nits
by Raymond Hettinger
· 14 years ago
3df4621
Add PEP 3333 to whatsnew.
by Raymond Hettinger
· 14 years ago
4bd8172
Issue #10492: bdb.Bdb.run() only traces the execution of the code
by Victor Stinner
· 14 years ago
457ab06
test_atexit: fix code saving/restoring stdout and stderr
by Victor Stinner
· 14 years ago
73efd62
test_imaplib: reap_server() closes the server when done
by Victor Stinner
· 14 years ago
33e649c
imaplib: IMAP4 constructor closes the socket on error
by Victor Stinner
· 14 years ago
a686725
- time.accept2dyear = True is now equivalent to time.accept2dyear = 1
by Alexander Belopolsky
· 14 years ago
e40808a
Add more porting notes.
by Raymond Hettinger
· 14 years ago
dc51a3c
Fix mistake in NEWS
by Antoine Pitrou
· 14 years ago
2a5fb47
Remove mention of codes pending further discussion on transform()/untransform().
by Raymond Hettinger
· 14 years ago
2169ee2
RC1 updates to whatsnew
by Raymond Hettinger
· 14 years ago
be41a48
On Py3k, -tt and -3 are no-op and unsupported respectively.
by Georg Brandl
· 14 years ago
dfad7e3
Overhaul the documentation about socket timeouts.
by Antoine Pitrou
· 14 years ago
600232b
Issue #7995: When calling accept() on a socket with a timeout, the returned
by Antoine Pitrou
· 14 years ago
7d96771
Update tests and whatsnew for the 'quiet' flag
by Raymond Hettinger
· 14 years ago
90e8f8c
Fix count of flag fields. Being one short caused the 'quiet' option not to print.
by Raymond Hettinger
· 14 years ago
452196f
Issue #5485: Add tests for the UseForeignDTD method of expat parser objects.
by Antoine Pitrou
· 14 years ago
a83878e
Issue #5485: Add doc for expat.xmlparser.SetParamEntityParsing.
by Antoine Pitrou
· 14 years ago
183fe81
#10130: Prepare for building epub-format docs.
by Georg Brandl
· 14 years ago
0691491
Fix duplicate end tag.
by Georg Brandl
· 14 years ago
b996f74
test_time: assertEquals => assertEqual
by Victor Stinner
· 14 years ago
8786d3d
Issue #10756: add the author, Andreas Stührk
by Victor Stinner
· 14 years ago
c932b65
test_threading: use Popen.communicate() instead of .wait()
by Victor Stinner
· 14 years ago
4b2b43d
regrtest: close the new stdout and restore the original stdout at exit
by Victor Stinner
· 14 years ago
358e11d
Issue #10756: atexit normalizes the exception before displaying it.
by Victor Stinner
· 14 years ago
29e762c
test_bytes: test PyBytes_FromFormat() using ctypes
by Victor Stinner
· 14 years ago
aaa4e9a
Remove arbitrary string length limits
by Victor Stinner
· 14 years ago
477efb3
#10790: make append work when output codec is different from input codec
by R. David Murray
· 14 years ago
ca1e7ec
test_unicode: use ctypes to test PyUnicode_FromFormat()
by Victor Stinner
· 14 years ago
1ec121d
Fix test_time under Windows
by Antoine Pitrou
· 14 years ago
9d6f936
Issue #9566: PyUnicode_FromFormatV() doesn't support %zi, use %zd instead
by Victor Stinner
· 14 years ago
ed7e222
Issue #9566: explain why (int)len cannot underflow
by Victor Stinner
· 14 years ago
c998232
In subprocess, wrap pipe fds before launching the child. Hopefully this
by Antoine Pitrou
· 14 years ago
9bd4a24
Fix the new bug introduced in the r87710 fix for issue 6643. DummyThread
by Gregory P. Smith
· 14 years ago
3fb97ae
Fix exception catching.
by Georg Brandl
· 14 years ago
5da468f
Whitespace cleanup
by Alexander Belopolsky
· 14 years ago
ecebdc7
Issue #8013: Fix time.ctime test failure on 32-bit platforms.
by Alexander Belopolsky
· 14 years ago
Next »