summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove the ability of datetime.time to be considered false (closes #13936)Benjamin Peterson2014-03-206-63/+19
* merge headsGiampaolo Rodola'2014-03-2010-119/+75
|\
| * #20744: don't try running an external 'zip' in shutil.make_archive()Andrew Kuchling2014-03-201-40/+15
| * merge 3.4Benjamin Peterson2014-03-201-1/+1
| |\
| | * improve start default for relpathBenjamin Peterson2014-03-201-1/+1
| * | Merge several minor doc fixes from 3.4Zachary Ware2014-03-205-10/+10
| |\ \ | | |/
| | * Fix typos in Doc/faq/extending. Found by cocoatomo on docs@.Zachary Ware2014-03-201-2/+2
| | * Fix spelling in enum docs.Zachary Ware2014-03-201-3/+3
| | * Add missing parenthesis. Found by cocoatomo on docs@.Zachary Ware2014-03-201-1/+1
| | * Fix parameter name in docs for os.makedirs and os.removedirs.Zachary Ware2014-03-202-4/+4
| * | mergeRaymond Hettinger2014-03-201-3/+1
| |\ \ | | |/
| | * Clean-up docstringRaymond Hettinger2014-03-201-3/+1
| * | Closes #20444: Merged fix from 3.4.Vinay Sajip2014-03-201-50/+34
| |\ \ | | |/
| | * Issue #20444: Reduced code duplication.Vinay Sajip2014-03-201-50/+34
| * | Closes #20558: Improved implementation of error handling.Vinay Sajip2014-03-201-12/+11
| |\ \ | | |/
| | * Issue #20558: Improved implementation of error handling.Vinay Sajip2014-03-201-12/+11
| * | Merged from 3.4.Vinay Sajip2014-03-201-3/+3
| |\ \ | | |/
| | * Issue #10141: updated new usages of AF_CAN to be in #ifdef AF_CAN rather than...Vinay Sajip2014-03-201-3/+3
* | | Fix issue 18931: selectors module now supports /dev/poll on Solaris.Giampaolo Rodola'2014-03-204-2/+84
|/ /
* | (Merge 3.4) Issue #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, neededVictor Stinner2014-03-201-0/+1
|\ \ | |/
| * Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed byVictor Stinner2014-03-201-0/+1
* | (Merge 3.4) Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-2043-64/+11
|\ \ | |/
| * Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-2043-64/+11
* | (Merge 3.4) Issue #20978: pyflakes: fix undefined names; remove last part ofVictor Stinner2014-03-204-5/+2
|\ \ | |/
| * Issue #20978: pyflakes: fix undefined namesVictor Stinner2014-03-203-3/+2
| * Issue #20978: Remove last part of OS/2 support in distutilsVictor Stinner2014-03-201-2/+0
* | merge 3.4Benjamin Peterson2014-03-201-0/+1
|\ \ | |/
| * add Nehal HussainBenjamin Peterson2014-03-201-0/+1
* | #14332: provide a better explanation of junk in difflib docsAndrew Kuchling2014-03-192-16/+24
* | #13437: link to the source code for a few more modulesAndrew Kuchling2014-03-197-3/+11
* | Merge with 3.4Zachary Ware2014-03-191-4/+7
|\ \ | |/
| * Use the correct VS edition names in PCbuild/readme.txtZachary Ware2014-03-191-4/+7
* | (Merge 3.4) Skip test_urllib2.test_issue16464() is the ssl module is missingVictor Stinner2014-03-191-0/+6
|\ \ | |/
| * Skip test_urllib2.test_issue16464() is the ssl module is missingVictor Stinner2014-03-191-0/+6
* | Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exceptionEthan Furman2014-03-195-43/+10
* | Issue #19009Kristján Valur Jónsson2014-03-192-91/+390
* | Merge xxlimited compile warning fix from 3.4Zachary Ware2014-03-191-3/+3
|\ \ | |/
| * Avoid compile warning in xxlimited on 32-bit Windows non-Debug builds.Zachary Ware2014-03-191-3/+3
* | Merge PCbuild/pcbuild.sln cleanup from 3.4Zachary Ware2014-03-191-32/+14
|\ \ | |/
| * Clean up PCbuild/pcbuild.sln a bit:Zachary Ware2014-03-191-32/+14
* | Ignore files generated by MSVC PGO builds (merge from 3.4).Zachary Ware2014-03-191-0/+2
|\ \ | |/
| * Ignore files generated by MSVC PGO builds.Zachary Ware2014-03-191-0/+2
* | Closes #20966: Fix Tkinter Resources link (merge from 3.4)Zachary Ware2014-03-181-1/+1
|\ \ | |/
| * Issue #20966: Fix Tkinter Resources linkZachary Ware2014-03-181-1/+1
* | Doc: add What's New in Python 3.5 to whatsnew indexVictor Stinner2014-03-181-0/+1
* | Restore removed NEWS items 3.4.1rc1 into 3.5.0alpha1 sectionsVictor Stinner2014-03-181-0/+60
* | merge with 3.4Georg Brandl2014-03-182-6/+2
|\ \ | |/
| * Fix option description that is a warning in new Sphinx versions.Georg Brandl2014-03-181-1/+2
* | Issue #19977: Fix test_capi when LC_CTYPE locale is POSIXVictor Stinner2014-03-182-16/+20
* | Issue #19977: Enable test_c_locale_surrogateescape() on WindowsVictor Stinner2014-03-181-26/+29