summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | 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
* | | Import USHRT_MAX to fix failing test_devpool testChristian Heimes2013-12-151-0/+1
* | | Issue #19700: set __spec__ appropriately in runpyNick Coghlan2013-12-155-112/+276
* | | Null mergeSerhiy Storchaka2013-12-140-0/+0
|\ \ \ | |/ /
| * | Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e.Serhiy Storchaka2013-12-146-45/+12
* | | Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-145-40/+27
|\ \ \ | |/ /
| * | Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-146-62/+103
* | | Issue #17919: Fixed integer overflow in the eventmask parameter.Serhiy Storchaka2013-12-144-17/+50
|\ \ \ | |/ /
| * | Issue #17919: Fixed integer overflow in the eventmask parameter.Serhiy Storchaka2013-12-144-17/+50
* | | #19970: fix additional typo in 3.4 asyncio docs.R David Murray2013-12-141-1/+1
* | | Issue #19972: Add rarely used freefunc. This fixes a leak if sys.exit()Stefan Krah2013-12-141-8/+14
* | | Merge from 3.3.Stefan Krah2013-12-141-9/+11
|\ \ \ | |/ /
| * | Fix C++ header usage. This __STDC_LIMIT_MACROS scheme can still be subvertedStefan Krah2013-12-141-9/+11
* | | #19981: merge with 3.3.Ezio Melotti2013-12-141-2/+2
|\ \ \ | |/ /
| * | #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa.Ezio Melotti2013-12-141-2/+2
* | | Merge: #19970: Fix some comment typos.R David Murray2013-12-143-4/+4
|\ \ \ | |/ /
| * | #19970: Fix some comment typos.R David Murray2013-12-143-4/+4
* | | #19975: remove unused imports from webbrowser module.R David Murray2013-12-131-3/+0
* | | Issue #19704: Port test.test_threaded_import to PEP 451Brett Cannon2013-12-131-6/+6
* | | merge for issue #19963Brett Cannon2013-12-131-2/+5
|\ \ \ | |/ /
| * | Issue #19963: Document that importlib.import_module() will importBrett Cannon2013-12-132-2/+8
* | | Merge: #18036: update .pyc FAQ entry in light of PEP 3147.R David Murray2013-12-131-18/+27
|\ \ \ | |/ /
| * | #18036: update .pyc FAQ entry in light of PEP 3147.R David Murray2013-12-131-18/+27
* | | Issue #19946: Raise ImportError when the main module cannot be foundBrett Cannon2013-12-132-0/+5
* | | Issue #14432: Document the removal of the PyFrameObject.f_tstate fieldVictor Stinner2013-12-131-10/+20
* | | asyncio doc: explain where does the task come from.Victor Stinner2013-12-131-4/+6
* | | asyncio doc: change style of the sequence diagram to focus on the control flowVictor Stinner2013-12-132-0/+0
* | | (Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError ifVictor Stinner2013-12-133-3/+25
|\ \ \ | |/ /
| * | Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c"Victor Stinner2013-12-133-3/+25
* | | Issue #19787: PyThread_set_key_value() now always set the valueVictor Stinner2013-12-136-39/+24