summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Issue #16096: port fix from 3.3Mark Dickinson2012-10-061-3/+2
|\
| * Issue #16096: Fix signed overflow in Objects/longobject.c. Thanks Serhiy Sto...Mark Dickinson2012-10-061-3/+2
* | Issue #16096: Merge fixes from 3.3.Mark Dickinson2012-10-067-35/+30
|\ \ | |/
| * Issue #16096: Fix several occurrences of potential signed integer overflow. ...Mark Dickinson2012-10-067-35/+30
* | revert accidental inclusion of subprocess testsAndrew Svetlov2012-10-061-22/+0
|\ \ | |/
| * revert accidental inclusion of subprocess testsAndrew Svetlov2012-10-061-22/+0
| |\
| | * revert accidental inclusion of subprocess testsAndrew Svetlov2012-10-061-22/+0
* | | Add spaces to follow PEP8.Andrew Svetlov2012-10-061-1/+1
* | | and another oneChristian Heimes2012-10-061-2/+2
* | | mergeChristian Heimes2012-10-065-24/+40
|\ \ \
| * \ \ Issue #16025: Minor corrections to the zipfile documentation.Andrew Svetlov2012-10-062-12/+34
| |\ \ \ | | |/ /
| | * | Issue #16025: Minor corrections to the zipfile documentation.Andrew Svetlov2012-10-062-12/+34
| | |\ \ | | | |/
| | | * Issue #16025: Minor corrections to the zipfile documentation.Andrew Svetlov2012-10-062-9/+31
| * | | Issue #16120: Use |yield from| in stdlib.Andrew Svetlov2012-10-063-12/+6
* | | | move var declaration to top of block to fix compilation on Windows, fixes a7e...Christian Heimes2012-10-061-2/+4
* | | | remove #warning from sha3module.cChristian Heimes2012-10-061-1/+0
|/ / /
* | | fix possible memory leak, dealloc newobjChristian Heimes2012-10-061-2/+1
* | | Fixed a missing incref introduced by a7ec0a1b0f7cArmin Ronacher2012-10-061-1/+1
* | | Added notimplemented_dealloc for better error reportingArmin Ronacher2012-10-061-1/+10
* | | merge defaultArmin Ronacher2012-10-0610-18/+83
|\ \ \
| * \ \ merge with 3.3Georg Brandl2012-10-0610-18/+83
| |\ \ \ | | |/ /
| | * | Closes #11710: create "landing pages" (/library/package.html) for those packa...Georg Brandl2012-10-069-8/+79
| | * | Closes #16149: remove now-false statement about the inability to compare Deci...Georg Brandl2012-10-061-10/+4
* | | | Issue #16148: implemented PEP 424Armin Ronacher2012-10-0614-81/+160
|/ / /
* | | Issue #13896: Make shelf instances work with 'with' as context managers.Andrew Svetlov2012-10-063-0/+23
* | | Update NEWS for adding missed changes.Andrew Svetlov2012-10-061-0/+5
* | | fixed _sha3 VS project fileChristian Heimes2012-10-061-11/+2
* | | Issue #16133: add Windows project file for _sha3 module. I choose to build _s...Christian Heimes2012-10-062-0/+223
* | | add note to Misc/NEWSChristian Heimes2012-10-061-0/+5
* | | Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbo...Christian Heimes2012-10-0630-28/+7971
* | | In debug mode, unicode_write_cstr() now checks that non-ASCII characters areVictor Stinner2012-10-061-0/+8
* | | Merge issue #16115: Add test for check that executable arg to Popen() takes p...Andrew Svetlov2012-10-051-0/+10
|\ \ \ | |/ /
| * | Issue #16115: Add test for check that executable arg to Popen() takes precede...Andrew Svetlov2012-10-051-0/+10
* | | normalize whitespacesAndrew Svetlov2012-10-051-1/+1
* | | Issue #16123: IDLE - deprecate running without a subprocess.Andrew Svetlov2012-10-052-3/+9
* | | Merge ftplib doc fix with 3.3.Ezio Melotti2012-10-051-9/+9
|\ \ \ | |/ /
| * | Merge ftplib doc fix with 3.2.Ezio Melotti2012-10-051-9/+9
| |\ \ | | |/
| | * The file obj passed to ftp.storbinary/storlines must be opened in binary mode.Ezio Melotti2012-10-051-9/+9
* | | Merge issue #16138: fix typo.Andrew Svetlov2012-10-051-1/+1
|\ \ \ | |/ /
| * | Merge issue #16138: fix typo.Andrew Svetlov2012-10-051-1/+1
| |\ \ | | |/
| | * Issue #16138: fix typo.Andrew Svetlov2012-10-051-1/+1
* | | MERGE: #16112: platform.architecture does not correctly escape argument to /u...Jesus Cea2012-10-051-4/+3
|\ \ \ | |/ /
| * | MERGE: #16112: platform.architecture does not correctly escape argument to /u...Jesus Cea2012-10-051-4/+3
| |\ \ | | |/
| | * #16112: platform.architecture does not correctly escape argument to /usr/bin/...Jesus Cea2012-10-051-2/+2
| | * #16112: platform.architecture does not correctly escape argument to /usr/bin/...Jesus Cea2012-10-051-4/+3
* | | 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
* | | 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