summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Silence compiler warnings on Solaris 10 via explicit (void *) casts.Trent Nelson2012-09-191-3/+3
|\
| * Silence compiler warnings on Solaris 10 via explicit (void *) casts.Trent Nelson2012-09-191-3/+3
* | #15965: Explicitly cast AT_FDCWD as (int).Trent Nelson2012-09-192-1/+11
* | What's New in Python 3.3: mention unittest.mockVictor Stinner2012-09-181-1/+2
* | #15796: merge with 3.2.Ezio Melotti2012-09-183-3/+3
|\ \ | |/
| * #15796: Fix \n in readline docstring. Patch by Serhiy Storchaka.Ezio Melotti2012-09-183-3/+3
* | #11643: merge with 3.2.Ezio Melotti2012-09-171-1/+1
|\ \ | |/
| * #11643: fix rst markup error in site.rst.Ezio Melotti2012-09-171-1/+1
* | #15920: merge with 3.2.Ezio Melotti2012-09-171-13/+13
|\ \ | |/
| * #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek.Ezio Melotti2012-09-171-13/+13
* | Issue #15526: try to fix test_startfile's inability to clean up after itself ...Antoine Pitrou2012-09-151-8/+7
|\ \ | |/
| * Issue #15526: try to fix test_startfile's inability to clean up after itself ...Antoine Pitrou2012-09-151-8/+7
* | #15789: merge with 3.2.Ezio Melotti2012-09-151-3/+7
|\ \ | |/
| * #15789: mention shell-like parts of the stdlib in the subprocess docs. Patch...Ezio Melotti2012-09-151-3/+7
* | #15932: merge with 3.2.Ezio Melotti2012-09-151-13/+15
|\ \ | |/
| * #15932: use with statement in csv doc examples. Patch by Dario Bertini.Ezio Melotti2012-09-151-13/+15
* | Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise Val...Antoine Pitrou2012-09-143-2/+28
|\ \ | |/
| * Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise Val...Antoine Pitrou2012-09-143-2/+28
* | #15831: merge with 3.2Ezio Melotti2012-09-1415-49/+94
|\ \ | |/
| * #15831: document multiple signatures on different lines. Patch by Chris Jerd...Ezio Melotti2012-09-1413-46/+89
* | #15437, #15439: merge with 3.2.Ezio Melotti2012-09-133-246/+123
|\ \ | |/
| * #15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst ac...Ezio Melotti2012-09-133-244/+124
* | Issue #15881: Clarify comment in exit functionRichard Oudkerk2012-09-131-8/+11
* | Issue #15599: FreeBSD on KVM cannot handle a very low switch interval.Stefan Krah2012-09-121-1/+3
* | Merge 3.2 fix updates and tests for issue #15906.Barry Warsaw2012-09-122-5/+28
|\ \ | |/
| * Update merge from 2.7: s/basetring/strBarry Warsaw2012-09-121-1/+1
| * A follow up for issue #15906: change the test for calling the type conversionBarry Warsaw2012-09-122-5/+28
* | MergeAntoine Pitrou2012-09-121-3/+4
|\ \
| * \ Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to ...Christian Heimes2012-09-121-1/+3
| |\ \ | | |/
| | * Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to ...Christian Heimes2012-09-121-1/+3
| * | Partly revert ad3824a90261 and add comment about reference ownershipChristian Heimes2012-09-121-2/+1
| |\ \ | | |/
| | * Partly revert ad3824a90261 and add comment about reference ownershipChristian Heimes2012-09-121-2/+1
* | | Issue #15926: Fix crash after multiple reinitializations of the interpreter.Antoine Pitrou2012-09-122-1/+3
|/ /
* | Fix out of bounds read in long_new() for empty bytes with an explicit base. i...Christian Heimes2012-09-121-2/+2
|\ \ | |/
| * Fix out of bounds read in long_new() for empty bytes with an explicit base. i...Christian Heimes2012-09-121-2/+2
* | - Issue #15906: Fix a regression in argparse caused by the preceding change,Barry Warsaw2012-09-123-0/+14
|\ \ | |/
| * - Issue #15906: Fix a regression in argparse caused by the preceding change,Barry Warsaw2012-09-123-0/+14
* | Updates NEWS for issue #15895Christian Heimes2012-09-111-2/+2
* | Merge #14617: clarify discussion of interrelationship of __eq__ and __hash__.R David Murray2012-09-111-13/+13
|\ \ | |/
| * #14617: clarify discussion of interrelationship of __eq__ and __hash__.R David Murray2012-09-111-13/+13
* | merge headsBenjamin Peterson2012-09-111-5/+1
|\ \
| * \ Fix null pointer dereferencing in structmember.c PyMember_SetOne() for T_CHAR...Christian Heimes2012-09-111-5/+1
| |\ \ | | |/
| | * Fix null pointer dereferencing in structmember.c PyMember_SetOne() for T_CHAR...Christian Heimes2012-09-111-5/+1
* | | remove useless and defined initialization (closes #15921)Benjamin Peterson2012-09-111-1/+1
|/ /
* | Issue #15895: my analysis was slightly off. The FILE pointer is only leaked w...Christian Heimes2012-09-112-9/+8
* | Issue #15895: Fix FILE pointer leak in PyRun_SimpleFileExFlags() when filenam...Christian Heimes2012-09-112-1/+8
* | Spelling past tense -> present tenseChristian Heimes2012-09-111-1/+1
* | Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap()Christian Heimes2012-09-112-6/+7
* | merge. Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris ...Senthil Kumaran2012-09-111-14/+13
|\ \ | |/
| * Fix issue #15899: Make the unicode.rst doctests pass. Patch by Chris Jerdonek.Senthil Kumaran2012-09-111-14/+13