summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Fixes Issue #16114: The subprocess module no longer provides aGregory P. Smith2012-10-101-1/+6
|\
| * Fixes Issue #16114: The subprocess module no longer provides aGregory P. Smith2012-10-101-1/+6
| |\
| | * Fixes Issue #16114: The subprocess module no longer provides aGregory P. Smith2012-10-101-1/+6
| | * Closes #15897: zipimport.c doesn't check return value of fseek(). TypoJesus Cea2012-10-031-5/+5
* | | brg_endian.h is back againChristian Heimes2012-10-071-1/+0
* | | mergeChristian Heimes2012-10-073-26/+15
|\ \ \
| * | | Get rid of circular import and eliminate unprefixed exported symbolsRichard Oudkerk2012-10-073-26/+15
* | | | re-add brg_endian.h to debug issue in big endian SPARC machineChristian Heimes2012-10-075-7/+150
|/ / /
* | | Remove unused functions from _tkinter.Andrew Svetlov2012-10-071-21/+0
* | | Utilize PyModule_Add{IntConstant,StringConstant,Object} in _tkinter.Andrew Svetlov2012-10-071-19/+19
* | | Utilize Py_RETURN_NONE in _tkinter module.Andrew Svetlov2012-10-071-26/+13
* | | Issue #16096: Merge fixes from 3.3.Mark Dickinson2012-10-065-13/+17
|\ \ \ | |/ /
| * | Issue #16096: Fix several occurrences of potential signed integer overflow. ...Mark Dickinson2012-10-065-13/+17
* | | remove #warning from sha3module.cChristian Heimes2012-10-061-1/+0
* | | fix possible memory leak, dealloc newobjChristian Heimes2012-10-061-2/+1
* | | Issue #16148: implemented PEP 424Armin Ronacher2012-10-061-0/+27
* | | Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbo...Christian Heimes2012-10-0624-22/+7795
* | | Issue #14446: Remove deprecated tkinter functions: Delete an unused function ...Jesus Cea2012-10-051-30/+0
* | | Issue #14446: Remove deprecated tkinter functions: Delete an unused function ...Jesus Cea2012-10-051-76/+0
* | | #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-042-551/+9
* | | Issue #14446: Remove deprecated tkinter functionsAndrew Svetlov2012-10-041-88/+0
* | | Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element ...Antoine Pitrou2012-10-041-28/+79
|\ \ \ | |/ /
| * | Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element ...Antoine Pitrou2012-10-041-28/+79
* | | MERGE: Closes #16126: PyErr_Format format mismatch in _testcapimodule.cJesus Cea2012-10-041-1/+1
|\ \ \ | |/ /
| * | Closes #16126: PyErr_Format format mismatch in _testcapimodule.cJesus Cea2012-10-041-1/+1
* | | Closes #15488: Closed files keep their buffer aliveJesus Cea2012-10-041-0/+5
* | | MERGE: Closes #15897: zipimport.c doesn't check return value of fseek()Jesus Cea2012-10-031-7/+36
|\ \ \ | |/ /
| * | MERGE: Closes #15897: zipimport.c doesn't check return value of fseek()Jesus Cea2012-10-031-7/+36
| |\ \ | | |/
| | * Closes #15897: zipimport.c doesn't check return value of fseek()Jesus Cea2012-10-031-7/+36
* | | Issue #9650: List commonly used format codes in time.strftime and time.strpti...Alexander Belopolsky2012-10-021-3/+25
* | | Sanitize and modernize some of the _elementtree code (see issue #16089).Antoine Pitrou2012-10-011-107/+59
|\ \ \ | |/ /
| * | Sanitize and modernize some of the _elementtree code (see issue #16089).Antoine Pitrou2012-10-011-107/+59
* | | Merge 3.3.Stefan Krah2012-09-302-94/+94
|\ \ \ | |/ /
| * | Support gcc's -ansi flag: use "__asm__" instead of "asm".Stefan Krah2012-09-302-94/+94
* | | Merge 3.3.Stefan Krah2012-09-301-5/+0
|\ \ \ | |/ /
| * | Revert 29506c7db353 (build output should be accurate).Stefan Krah2012-09-301-5/+0
| * | mergeChristian Heimes2012-09-301-2/+7
| |\ \
* | \ \ Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't supp...Christian Heimes2012-09-301-0/+5
|\ \ \ \ | |/ / /
| * | | Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't supp...Christian Heimes2012-09-301-0/+5
* | | | Merge 3.3.Stefan Krah2012-09-301-2/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Make it clear that the pi function is modified for benchmarking purposes.Stefan Krah2012-09-301-2/+7
| |/ /
* | | upgrade to UCD 6.2Benjamin Peterson2012-09-292-11507/+11508
|/ /
* | Restore the benchmark order to avoid waiting for decimal.py if just theStefan Krah2012-09-251-3/+4
* | Fix whitespace.Brett Cannon2012-09-251-1/+1
* | Fix whitespace.Brett Cannon2012-09-251-18/+18
* | Make the decimal bench file run under Python 2.7.Brett Cannon2012-09-251-18/+28
* | merge 3.2: Issue #16013: Fix CSV Reader parsing issue with ending quote chara...Senthil Kumaran2012-09-251-3/+8
|\ \ | |/
| * Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patc...Senthil Kumaran2012-09-251-3/+7
* | Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()Christian Heimes2012-09-241-1/+1
|\ \ | |/