summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #19713: Fix mistakes in the import page of language reference.Eric Snow2013-12-171-102/+118
* Issue #19713: Update importlib docs for module spec changes, including deprec...Eric Snow2013-12-172-22/+154
* Issue #20001: Add the SVG source of the pathlib-inheritance diagram to HgEli Bendersky2013-12-171-0/+4
* Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does ...Victor Stinner2013-12-164-32/+10
* tracemalloc: fix usage of strtol(), value can be LONG_MIN or LONG_MAX on ERANGEVictor Stinner2013-12-161-1/+2
* tracemalloc: only use unsigned types to compute hashVictor Stinner2013-12-161-5/+4
* Issue #18283: shutil.which() now supports bytes argument, not only text argum...Victor Stinner2013-12-164-10/+32
* (Merge 3.3) Close #19999: tolerate coarse time when testing time.monotonic() onVictor Stinner2013-12-161-1/+1
|\
| * Close #19999: tolerate coarse time when testing time.monotonic() on veryVictor Stinner2013-12-161-1/+1
* | mergeChristian Heimes2013-12-161-3/+4
|\ \
| * | Mention specific exceptions instead of OSError where appropriate.Antoine Pitrou2013-12-161-3/+4
* | | Issue #19919: Fix flacky SSL test. connect_ex() sometimes returnsChristian Heimes2013-12-162-2/+7
|\ \ \ | |/ / |/| / | |/
| * Issue #19919: Fix flacky SSL test. connect_ex() sometimes returnsChristian Heimes2013-12-162-2/+7
* | Issue #19921: When Path.mkdir() is called with parents=True, any missing pare...Antoine Pitrou2013-12-164-4/+20
* | Issue #19887: Improve the Path.resolve() algorithm to support certain symlink...Antoine Pitrou2013-12-163-35/+96
* | Issue #19987: Merge with 3.3Zachary Ware2013-12-162-9/+9
|\ \ | |/
| * Issue #19987: Re-write test_alias_fallback in test_winsound to have twoZachary Ware2013-12-162-8/+9
* | Issue #19987: disable test_winsound's test_alias_fallback test when no sound ...Christian Heimes2013-12-161-6/+7
* | mergeChristian Heimes2013-12-164-22/+42
|\ \
| * \ Null mergeSerhiy Storchaka2013-12-160-0/+0
| |\ \ | | |/
| | * Merge headsSerhiy Storchaka2013-12-162-1/+3
| | |\
| * | \ Merge headsSerhiy Storchaka2013-12-161-1/+2
| |\ \ \
| | * \ \ Mere.Charles-François Natali2013-12-160-0/+0
| | |\ \ \
| | * \ \ \ Merge.Charles-François Natali2013-12-160-0/+0
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Merge.Charles-François Natali2013-12-161-0/+1
| | | |\ \ \
| | | * \ \ \ Merge.Charles-François Natali2013-12-164-4/+32
| | | |\ \ \ \
| | * | \ \ \ \ Merge.Charles-François Natali2013-12-160-0/+0
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | Merge.Charles-François Natali2013-12-161-1/+2
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Issue #19965: Make sure that Python-ast.h is properly taken into account in theCharles-François Natali2013-12-151-1/+2
| | | |\ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | | * | | | | Merge.Charles-François Natali2013-12-15116-552/+1088
| | | | |\ \ \ \ \
| | | | * | | | | | Issue #19965: Make sure that Python-ast.h is properly taken into account in theCharles-François Natali2013-12-151-1/+2
| * | | | | | | | | Issue #19912: Fixed numerous bugs in ntpath.splitunc().Serhiy Storchaka2013-12-163-20/+33
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | * | | | | | | | Issue #19912: Fixed numerous bugs in ntpath.splitunc().Serhiy Storchaka2013-12-163-20/+33
| * | | | | | | | | Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' characterSerhiy Storchaka2013-12-163-1/+7
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | / / / / / / / | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' characterSerhiy Storchaka2013-12-163-1/+7
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Issue #18215: Add script Tools/ssl/test_multiple_versions.py to compile andChristian Heimes2013-12-162-0/+244
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Issue #17919: add missing import of USHRT_MAXChristian Heimes2013-12-160-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Issue #17919: add missing import of USHRT_MAXChristian Heimes2013-12-161-0/+1
| |/ / / /
* | | | | Merge: #19532: make compileall with no file/dir args respect -f and -q.R David Murray2013-12-163-3/+28
|\ \ \ \ \ | |/ / / /
| * | | | #19532: make compileall with no file/dir args respect -f and -q.R David Murray2013-12-163-1/+28
* | | | | test_ssl: skip tests when SNI is not availableChristian Heimes2013-12-151-0/+2
* | | | | test_poplib: skip stls_context test when SNI is not availableChristian Heimes2013-12-151-0/+5
* | | | | Merge.Stefan Krah2013-12-151-3/+3
|\ \ \ \ \
| * | | | | Minor code clean-up. Keep the C-API all in one section.Raymond Hettinger2013-12-151-3/+3
* | | | | | Merge from 3.3.Stefan Krah2013-12-151-3/+4
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Issue #19986: Avoid an incorrect warning of older gcc versions.Stefan Krah2013-12-151-3/+4
| | |_|/ | |/| |
* | | | fixed test_ftplibChristian Heimes2013-12-151-1/+1
* | | | test_imaplib: skip check_hostname test when SNI is not availableChristian Heimes2013-12-151-0/+4
* | | | test_ftplib: skip check_hostname test when SNI is not availableChristian Heimes2013-12-151-0/+4
| |/ / |/| |
* | | Skip some tests that require server name indication (SNI)Christian Heimes2013-12-151-0/+6