summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix whitespaceAntoine Pitrou2013-11-231-3/+3
* Issue #17810: Implement PEP 3154, pickle protocol 4.Antoine Pitrou2013-11-235-522/+1629
* #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when Tru...Ezio Melotti2013-11-232-25/+107
* Fixed incorrectly applying a patch for issue19668.Serhiy Storchaka2013-11-232-26/+724
* Relax timing even more, hopefully again fixes issue 19579.Guido van Rossum2013-11-231-1/+1
* Merge headsSerhiy Storchaka2013-11-231-1/+3
|\
| * Isue #19634: test_y_before_1900() is expected to fail on SolarisVictor Stinner2013-11-231-1/+3
* | Issue #19668: Added support for the cp1125 encoding.Serhiy Storchaka2013-11-235-31/+38
|/
* Issue #19308: fix the gdb plugin on gdbs linked with Python 3Antoine Pitrou2013-11-231-1/+1
* mergeChristian Heimes2013-11-2310-42/+156
|\
| * Issue #19715: try the utime(..., None) approach again, now that it should be ...Antoine Pitrou2013-11-232-8/+3
| * Issue #17201: ZIP64 extensions now are enabled by default.Serhiy Storchaka2013-11-233-8/+8
| * Issue #19716: add a test that Path.touch() doesn't change a file's contents.Antoine Pitrou2013-11-231-0/+7
| * Merge headsSerhiy Storchaka2013-11-233-26/+131
| |\
| | * MergeMichael Foord2013-11-231-15/+2
| | |\
| | | * Remove shadowed testMichael Foord2013-09-151-15/+2
| | * | Issue 17457: extend test discovery to support namespace packagesMichael Foord2013-11-232-11/+129
| * | | Issue #19733: Temporary disable test_image on MacOSX.Serhiy Storchaka2013-11-232-0/+7
| |\ \ \ | | |/ / | |/| |
| | * | Issue #19733: Temporary disable test_image on MacOSX.Serhiy Storchaka2013-11-232-0/+7
* | | | Issue #19689: Add ssl.create_default_context() factory function. It createsChristian Heimes2013-11-232-0/+55
|/ / /
* | | Issue #19292: Add SSLContext.load_default_certs() to load default root CAChristian Heimes2013-11-232-0/+60
* | | Issue #18874: Remove tracemalloc.set_traceback_limit()Victor Stinner2013-11-231-12/+9
* | | Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-236-5/+1285
* | | Fix transport docstringsAntoine Pitrou2013-11-231-5/+5
* | | Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+Christian Heimes2013-11-231-0/+8
* | | Close #19694: venv now runs ensurepip in isolated modeNick Coghlan2013-11-232-4/+12
* | | Close #7475: Restore binary & text transform codecsNick Coghlan2013-11-232-18/+38
* | | Revert utime(..., None) strategy (it has too poor resolution under Windows) a...Antoine Pitrou2013-11-232-3/+8
* | | Trying other strategy for #19715: use utime(..., None)Antoine Pitrou2013-11-232-8/+3
* | | Try to fix issue #19715 (timestamp rounding inconsistencies under Windows?)Antoine Pitrou2013-11-231-3/+7
* | | Issue #19715: Ensure that consecutive calls to monotonic() are monotonicVictor Stinner2013-11-221-0/+9
* | | Try to debug issue #19715Antoine Pitrou2013-11-221-2/+6
* | | Issue #19718: add one more globbing test under POSIXAntoine Pitrou2013-11-221-0/+2
* | | mergeBrett Cannon2013-11-223-12/+43
|\ \ \
| * \ \ Merge heads.Eric Snow2013-11-221-0/+2
| |\ \ \
| | * | | Issue #19724: clear out colliding temp module.Eric Snow2013-11-221-0/+2
| * | | | Issue 19555 for distutils, plus a little clean up (pyflakes, line lengths).Barry Warsaw2013-11-222-12/+41
| |/ / /
* | | | Issue #19718: Add a case-insensitive FS check to test.support to useBrett Cannon2013-11-222-3/+21
|/ / /
* | | mergeBrett Cannon2013-11-222-3/+26
|\ \ \
| * | | asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl I...Guido van Rossum2013-11-222-3/+26
* | | | User the repr for a module name in more placesBrett Cannon2013-11-221-6/+6
|/ / /
* | | Make test_importlib output easier to trace back to the failing testBrett Cannon2013-11-221-0/+1
* | | Issue #18864: Don't try and use unittest as a testing module forBrett Cannon2013-11-221-6/+18
* | | Make some tests more verbose in the face of failureBrett Cannon2013-11-221-2/+6
* | | Remove a commented-out lineBrett Cannon2013-11-221-2/+0
* | | Hopefully fix test_is_socket_trueAntoine Pitrou2013-11-221-2/+6
* | | Don't assume trying to find a builtin will succeed (e.g. posix isn't on Windows)Brett Cannon2013-11-221-0/+2
* | | Fix test failure under systems with an incompatible localeAntoine Pitrou2013-11-221-1/+8
* | | Fix whitespaceAntoine Pitrou2013-11-221-1/+0
* | | Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).Antoine Pitrou2013-11-222-0/+2926