summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Closes #16135: Removal of OS/2 supportJesus Cea2012-10-0512-133/+111
* Test should be skipped in 'riscos', as intentedJesus Cea2012-10-051-1/+2
* #16135: Removal of OS/2 support (Python code partial cleanup)Jesus Cea2012-10-0511-89/+20
* #16135: Removal of OS/2 support (Remove OS2 and OS/2 references)Jesus Cea2012-10-0518-878/+14
* #16127: merge with 3.3.Ezio Melotti2012-10-054-17/+6
|\
| * #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka.Ezio Melotti2012-10-054-17/+6
* | #16135: Removal of OS/2 support (C code and Docs)Jesus Cea2012-10-055-29/+2
* | #16135: Removal of OS/2 support (Modules/*)Jesus Cea2012-10-0511-157/+4
* | #16135: Removal of OS/2 support (posixmodule y platform dependent files)Jesus Cea2012-10-0420-8549/+9
* | #16135: Removal of OS/2 support (Docs)Jesus Cea2012-10-044-7/+1
* | #16135: Removal of OS/2 support (I)Jesus Cea2012-10-047-330/+3
* | merge 3.3 (bug already fixed, differently, in default)Victor Stinner2012-10-040-0/+0
|\ \ | |/
| * Fix PyUnicode_Format(): return NULL if PyUnicode_READY(uformat) failedVictor Stinner2012-10-041-1/+3
* | Optimize unicode_compare(): use memcmp() when comparing two UCS1 stringsVictor Stinner2012-10-041-8/+25
* | Enable also ptr==ptr optimization in PyUnicode_Compare()Victor Stinner2012-10-042-5/+7
* | Merge: Issue #14997: disable <F5> in idle shell window.Andrew Svetlov2012-10-041-0/+2
|\ \ | |/
| * Merge: Issue #14997: disable <F5> in idle shell window.Andrew Svetlov2012-10-041-0/+2
| |\
| | * Issue #14997: disable <F5> in idle shell window.Andrew Svetlov2012-10-041-0/+2
* | | Issue #14446: Remove deprecated tkinter functionsAndrew Svetlov2012-10-043-153/+0
* | | Issue #15417: Add support for csh and fish in venv activation scripts.Andrew Svetlov2012-10-043-14/+126
* | | Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element ...Antoine Pitrou2012-10-044-31/+127
|\ \ \ | |/ /
| * | Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element ...Antoine Pitrou2012-10-044-31/+127
* | | Merge headsAndrew Svetlov2012-10-041-1/+1
|\ \ \
| * \ \ Merge: Fix typo in documentation for time module, thanks to docs@Andrew Svetlov2012-10-041-1/+1
| |\ \ \ | | |/ /
| | * | Fix typo in documentation for time module, thanks to docs@Andrew Svetlov2012-10-041-1/+1
* | | | 3.3 -> 3.4 (closes #16130)Benjamin Peterson2012-10-041-1/+1
|/ / /
* | | Merge: Fix typo in documentation for collections.ChainMap, thanks to Olivier ...Andrew Svetlov2012-10-042-1/+2
|\ \ \ | |/ /
| * | Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard...Andrew Svetlov2012-10-042-1/+2
* | | MERGE: Closes #16126: PyErr_Format format mismatch in _testcapimodule.cJesus Cea2012-10-043-1/+15
|\ \ \ | |/ /
| * | Closes #16126: PyErr_Format format mismatch in _testcapimodule.cJesus Cea2012-10-043-1/+15
* | | MERGE: Closes #16112: platform.architecture does not correctly escape argumen...Jesus Cea2012-10-043-5/+12
|\ \ \ | |/ /
| * | MERGE: Closes #16112: platform.architecture does not correctly escape argumen...Jesus Cea2012-10-043-5/+12
| |\ \ | | |/
| | * Closes #16112: platform.architecture does not correctly escape argument to /u...Jesus Cea2012-10-043-5/+11
* | | Closes #15488: Closed files keep their buffer aliveJesus Cea2012-10-043-0/+16
* | | MERGE: Whatsnew typoJesus Cea2012-10-041-2/+2
|\ \ \ | |/ /
| * | Whatsnew typoJesus Cea2012-10-041-2/+2
* | | MERGE: whatsnewJesus Cea2012-10-041-0/+7
|\ \ \ | |/ /
| * | whatsnewJesus Cea2012-10-041-0/+7
* | | long_to_decimal_string_internal() doesn't need to write the final NULL characterVictor Stinner2012-10-041-1/+0
* | | unicode_result_wchar(): move the assert() to the "#ifdef Py_DEBUG" blockVictor Stinner2012-10-041-3/+3
* | | Split the huge PyUnicode_Format() function (+540 lines) into subfunctionsVictor Stinner2012-10-041-472/+605
* | | PyUnicode_Format(): disable overallocation when we are writing the last partVictor Stinner2012-10-031-1/+3
* | | Unicode: resize_compact() and resize_inplace() fills also the Unicode stringsVictor Stinner2012-10-031-5/+33
* | | Merge #12947 workaround from 3.3Nick Coghlan2012-10-031-10/+20
|\ \ \ | |/ /
| * | Issue #12947: Better workaround for the problem with doctest directives being...Nick Coghlan2012-10-031-10/+20
* | | Merge doctest note from 3.3Nick Coghlan2012-10-031-0/+8
|\ \ \ | |/ /
| * | Issue #12947: Add a note to doctest until the example rendering is fixedNick Coghlan2012-10-031-0/+8
* | | NULL mergeJesus Cea2012-10-030-0/+0
|\ \ \ | |/ /
| * | NULL mergeJesus Cea2012-10-030-0/+0
| |\ \ | | |/
| | * Closes #15897: zipimport.c doesn't check return value of fseek(). TypoJesus Cea2012-10-031-5/+5