Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
fa494fd88384acc52cf9292d0c89e2961c8f747f
/
Lib
« Previous
e800a0e
Bump to 3.2.6rc1
by Georg Brandl
· 10 years ago
76e73f8
Bump to 3.3.6rc1
by Georg Brandl
· 10 years ago
4480d30
ref #19855: skip uuid test_find_mac on non-Posix as in later branches
by Georg Brandl
· 10 years ago
51c1162
Issue #19855: uuid.getnode() on Unix now looks on the PATH for the
by Georg Brandl
· 10 years ago
3bc3567
Backport b533cc11d114 to fix intermittent test_urllibnet failures.
by Georg Brandl
· 10 years ago
786c8e7
Fix-up for 0f362676460d: add missing size argument to SSLFakeFile.readline(), as in 2.6 backport 8a6def3add5b
by Georg Brandl
· 10 years ago
bbd0a32
clear BufferedRWPair weakrefs on deallocation (closes #22517)
by Benjamin Peterson
· 10 years ago
e025b52
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes.
by Senthil Kumaran
· 10 years ago
2a42a0b
Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces.
by Senthil Kumaran
· 10 years ago
7d0b8f9
Lax cookie parsing in http.cookies could be a security issue when combined
by Antoine Pitrou
· 10 years ago
217f4cd
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
by Ned Deily
· 10 years ago
915a30f
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
by Ned Deily
· 10 years ago
0fd3972
merge 3.2
by Benjamin Peterson
· 10 years ago
314dc12
expect the correct platform-dependent linesep
by Benjamin Peterson
· 10 years ago
6cd1954
merge 3.2 (#21766)
by Benjamin Peterson
· 10 years ago
73b8b1c
url unquote the path before checking if it refers to a CGI script (closes #21766)
by Benjamin Peterson
· 10 years ago
842f00e
Suppress a couple more DeprecationWarnings in the test suite.
by R David Murray
· 10 years ago
93da9b5
Use assertRaisesRegex instead of deprecated assertRaisesRegexp.
by Serhiy Storchaka
· 10 years ago
7ecfc82
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available.
by Berker Peksag
· 10 years ago
52c0c33
Skip nntplib tests when transient errors captured.
by Berker Peksag
· 10 years ago
c9d11c3
Issue #23879, asyncio: SelectorEventLoop.sock_connect() must not call connect()
by Victor Stinner
· 10 years ago
033c58a
remove smtpd dead code (closes #23873)
by Benjamin Peterson
· 10 years ago
b32fb8d
Update pip to 6.1.1
by Donald Stufft
· 10 years ago
4bea461
Issue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/
by Victor Stinner
· 10 years ago
ab73e65
Issue #23881: urllib.request.ftpwrapper constructor now closes the socket if
by Victor Stinner
· 10 years ago
fe508d1
Upgrade pip to 6.1.0 and setuptools to 15.0
by Donald Stufft
· 10 years ago
6fbeae4
Issue #22977: Remove unconditional import of ctypes.
by Serhiy Storchaka
· 10 years ago
0c80331
fix extended command syntax (closes #23872)
by Benjamin Peterson
· 10 years ago
9a6e201
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
by Serhiy Storchaka
· 10 years ago
c9ba38c
Open files in binary mode to avoid newlines transformation.
by Serhiy Storchaka
· 10 years ago
9fa84b2
Issue #23825: Fixed test_idle under -OO.
by Serhiy Storchaka
· 10 years ago
9f8a891
Escaped backslashes in docstrings.
by Serhiy Storchaka
· 10 years ago
8077434
Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped.
by Serhiy Storchaka
· 10 years ago
8c9bba0
Issue #22351: Fix test_nntplib if the ssl module is missing
by Victor Stinner
· 10 years ago
13e41c5
Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().
by Serhiy Storchaka
· 10 years ago
aa9563c
Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().
by Serhiy Storchaka
· 10 years ago
2379d54
Issue #16840: Fixed test_tcl for Tcl < 8.5.
by Serhiy Storchaka
· 10 years ago
a5a4bd7
Issue #21526: Skip test_booleans on Tcl < 8.5.
by Serhiy Storchaka
· 10 years ago
ea134da
Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
by Serhiy Storchaka
· 10 years ago
d223fa6
Issue #22977: Fix test_exceptions
by Victor Stinner
· 10 years ago
9171fe5
Issue #21526: Fixed the test_booleans test for wantobjects = 0.
by Serhiy Storchaka
· 10 years ago
f7de3dd
Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.
by Serhiy Storchaka
· 10 years ago
f41f8f9
Issue #22977: Fixed formatting Windows error messages on Wine.
by Serhiy Storchaka
· 10 years ago
a7eaf56
replace 512 bit dh key with a 2014 bit one (closes #23844)
by Benjamin Peterson
· 10 years ago
a16de5d
Issue #23821: Fixed test_pdb failure under -O.
by Serhiy Storchaka
· 10 years ago
c512adc
Issue #23838: linecache now clears the cache and returns an empty result on
by Serhiy Storchaka
· 10 years ago
263dcd2
Issue #23799: Added test.support.start_threads() for running and cleaning up
by Serhiy Storchaka
· 10 years ago
b9100e5
Issue #18473: Fixed pickle compatibility tests for optional modules.
by Serhiy Storchaka
· 10 years ago
bfe1824
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
by Serhiy Storchaka
· 10 years ago
e7f5e14
#23792: also catch interrupt around pipe.write.
by R David Murray
· 10 years ago
7d0325d
#23745: handle duplicate MIME parameter names in new parser.
by R David Murray
· 10 years ago
a3a100b
Issue #22390: test.regrtest now emits a warning if temporary files or
by Serhiy Storchaka
· 10 years ago
d90f8d1
Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage
by Donald Stufft
· 10 years ago
1058cda
#23792: Ignore KeyboardInterrupt when the pydoc pager is active.
by R David Murray
· 10 years ago
48070c1
Issue #23803: Fixed str.partition() and str.rpartition() when a separator
by Serhiy Storchaka
· 10 years ago
9db5500
Make some tests more frienly to MemoryError.
by Serhiy Storchaka
· 10 years ago
d7aa524
Issue #23445: Fix test.support.python_is_optimized() for CFLAGS=-Og
by Victor Stinner
· 10 years ago
79fd962
asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed
by Victor Stinner
· 10 years ago
0b4e355
Check that failed writerow() doesn't produce change a file.
by Serhiy Storchaka
· 10 years ago
1b87ae0
Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
by Serhiy Storchaka
· 10 years ago
b0749ca
Fixed bytes warnings when run tests with -vv.
by Serhiy Storchaka
· 10 years ago
7665be6
Issue #21802: The reader in BufferedRWPair now is closed even when closing
by Serhiy Storchaka
· 10 years ago
8ffe917
Issue #23671: string.Template now allows to specify the "self" parameter as
by Serhiy Storchaka
· 10 years ago
be1eb14
Added tests for mixed kinds of Unicode strings.
by Serhiy Storchaka
· 10 years ago
6c86fe2
Issue #23583: Added tests for standard IO streams in IDLE.
by Serhiy Storchaka
· 10 years ago
d4c2ac8
Issue #21560: An attempt to write a data of wrong type no longer cause
by Serhiy Storchaka
· 10 years ago
936da2a
#23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes.
by R David Murray
· 10 years ago
beed840
#23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
by R David Murray
· 10 years ago
75ed90a
#23700: fix/improve comment
by R David Murray
· 10 years ago
ce8f5de
Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout.
by Ned Deily
· 10 years ago
52027c3
Issue #22351: The nntplib.NNTP constructor no longer leaves the connection
by Serhiy Storchaka
· 10 years ago
74a49ac
Issue #23681: Fixed Python 2 to 3 poring bugs.
by Serhiy Storchaka
· 10 years ago
d83b7c2
Issue #23700: NamedTemporaryFile iterator closed underlied file object in
by Serhiy Storchaka
· 10 years ago
423feea
Issue #23136: _strptime now uniformly handles all days in week 0, including
by Serhiy Storchaka
· 10 years ago
56cefa6
Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to
by Serhiy Storchaka
· 10 years ago
86fdbf3
wrap properly
by Benjamin Peterson
· 10 years ago
482fe04
issue23673
by Ethan Furman
· 10 years ago
d833779
Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable.
by Antoine Pitrou
· 10 years ago
c4c19b3
Issue #23353: improve exceptions tests for generators
by Antoine Pitrou
· 10 years ago
376658f
Issue #11726: Fix linecache example in the doc
by Victor Stinner
· 10 years ago
d6dc7bd
Issue #23456: Add missing @coroutine decorators in asyncio
by Victor Stinner
· 10 years ago
d55436a
Issue #23207: Improved kwarg validation.
by Vinay Sajip
· 10 years ago
ab6b9f8
Issue #22585: make URandomFDTests test case actually run
by Ned Deily
· 10 years ago
05d5473
Use non-zero and non-last positions in error handler tests.
by Serhiy Storchaka
· 10 years ago
98d156b
Increased coverage of standard codec error handlers.
by Serhiy Storchaka
· 10 years ago
a785dec
Issue #23568: Add rdivmod support to MagicMock() objects.
by Berker Peksag
· 10 years ago
577fc4e
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
by Serhiy Storchaka
· 10 years ago
79fbeee
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
by Serhiy Storchaka
· 10 years ago
a60c2fe
Issue #23641: Cleaned out legacy dunder names from tests and docs.
by Serhiy Storchaka
· 10 years ago
18987a1
Issue #20617: Remove unused import in test_ssl.
by Berker Peksag
· 10 years ago
0561c53
Issue #23605: Refactor os.walk() tests to also run them on os.fwalk()
by Victor Stinner
· 10 years ago
a112a8a
Issue #22928: Disabled HTTP header injections in http.client.
by Serhiy Storchaka
· 10 years ago
c775ad6
Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
by Serhiy Storchaka
· 10 years ago
cf4a2f2
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
by Serhiy Storchaka
· 10 years ago
a654510
Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects.
by Antoine Pitrou
· 10 years ago
ebb8c2d
Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls
by Steve Dower
· 10 years ago
7a82afe
asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet
by Victor Stinner
· 10 years ago
101447b
fix up import style
by Benjamin Peterson
· 10 years ago
f87afb0
Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter.
by Serhiy Storchaka
· 10 years ago
e3207fe
Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive()
by Antoine Pitrou
· 10 years ago
Next »