summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #15204: Deprecated the 'U' mode in file-like objects.Serhiy Storchaka2013-11-2313-13/+45
* asyncio: Use socketpair() from test_utils in tests (Saúl Ibarra Corretgé).Guido van Rossum2013-11-231-1/+1
* Fix typo.Guido van Rossum2013-11-231-1/+1
* #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unit...Ezio Melotti2013-11-234-0/+120
* #19639: update the repr of the match objects in the docs. Patch by Claudiu P...Ezio Melotti2013-11-233-18/+18
* Fix whitespaceAntoine Pitrou2013-11-231-3/+3
* Issue #17810: Implement PEP 3154, pickle protocol 4.Antoine Pitrou2013-11-2312-997/+3123
* #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when Tru...Ezio Melotti2013-11-234-36/+134
* Fixed incorrectly applying a patch for issue19668.Serhiy Storchaka2013-11-232-26/+724
* Undo (hopefully) buildbot failuresAntoine Pitrou2013-11-231-1/+1
|\
| * Undo (hopefully) buildbot failuresAntoine Pitrou2013-11-231-1/+1
| * Issue #19308: fix the gdb plugin on gdbs linked with Python 3Antoine Pitrou2013-11-232-53/+70
* | Relax timing even more, hopefully again fixes issue 19579.Guido van Rossum2013-11-231-1/+1
* | Merge headsSerhiy Storchaka2013-11-232-1/+7
|\ \
| * | Isue #19634: test_y_before_1900() is expected to fail on SolarisVictor Stinner2013-11-231-1/+3
| * | Add news about pdb fix for yield[from].Guido van Rossum2013-11-231-0/+4
* | | Issue #19668: Added support for the cp1125 encoding.Serhiy Storchaka2013-11-237-31/+44
|/ /
* | Issue #19308: fix the gdb plugin on gdbs linked with Python 3Antoine Pitrou2013-11-232-53/+70
* | Tweak ssl docsAntoine Pitrou2013-11-231-23/+53
* | - Modules/_struct.c (unpackiter_type): Define static.doko@ubuntu.com2013-11-231-1/+1
* | mergeChristian Heimes2013-11-2316-57/+197
|\ \
| * | Issue #19715: try the utime(..., None) approach again, now that it should be ...Antoine Pitrou2013-11-232-8/+3
| * | Issue #19727: os.utime(..., None) is now potentially more precise under Windows.Antoine Pitrou2013-11-232-7/+5
| * | Issue #19634: time.strftime("%y") now raises a ValueError on Solaris when givenVictor Stinner2013-11-231-1/+1
| * | Issue #17201: ZIP64 extensions now are enabled by default.Serhiy Storchaka2013-11-236-15/+22
| * | 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-236-34/+156
| |\ \
| | * \ MergeMichael Foord2013-11-231-15/+2
| | |\ \
| | | * | Remove shadowed testMichael Foord2013-09-151-15/+2
| | | * | Adding Wing 5 project fileMichael Foord2013-09-151-0/+18
| | * | | Issue 17457: extend test discovery to support namespace packagesMichael Foord2013-11-234-11/+150
| * | | | 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-234-0/+76
* | | | | Correct documentation clientAuth -> CLIENT_AUTHChristian Heimes2013-11-231-2/+2
| |_|/ / |/| | |
* | | | Fix refleak introduced by 4f730c045f5f (issue #18408) and unveiled by 95eea86...Antoine Pitrou2013-11-231-8/+4
|/ / /
* | | Issue #19292: Add SSLContext.load_default_certs() to load default root CAChristian Heimes2013-11-234-1/+94
* | | Document create_connectionAntoine Pitrou2013-11-231-0/+71
* | | Start documenting the event loopAntoine Pitrou2013-11-231-0/+57
* | | Document asyncio transport APIsAntoine Pitrou2013-11-231-0/+170
* | | Issue #18874: Remove tracemalloc.set_traceback_limit()Victor Stinner2013-11-234-72/+52
* | | Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-2317-15/+4024
* | | mergeNed Deily2013-11-231-5/+5
|\ \ \
| * | | Fix transport docstringsAntoine Pitrou2013-11-231-5/+5
* | | | Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.4.0b1.Ned Deily2013-11-235-122/+25
|/ / /
* | | Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+Christian Heimes2013-11-233-0/+18
* | | Issue #19551: Update installer Welcome file.Ned Deily2013-11-231-8/+12
* | | Update third-party libraries for OS X installers:Ned Deily2013-11-233-11/+15
* | | Issue #19551: Update whatsnew.Ned Deily2013-11-231-3/+2
* | | Issue #19551: PEP 453 - OS X installer now installs or upgrades pip by default.Ned Deily2013-11-234-1/+120