summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| * | | #15886: remove redundant phraseR David Murray2012-09-111-3/+2
| * | | MERGE: Closes #15793: Stack corruption in ssl.RAND_egd()Jesus Cea2012-09-113-7/+6
| |\ \ \ | | |/ /
| | * | Closes #15793: Stack corruption in ssl.RAND_egd()Jesus Cea2012-09-113-7/+6
| * | | MERGE: #15676: mmap: add empty file check prior to offset check <- Previous p...Jesus Cea2012-09-101-0/+1
| |\ \ \ | | |/ /
| | * | #15676: mmap: add empty file check prior to offset check <- Previous patch wa...Jesus Cea2012-09-101-0/+1
| * | | #15676: mmap: add empty file check prior to offset check <- Previous patch wa...Jesus Cea2012-09-102-5/+10
| |\ \ \ | | |/ /
| | * | #15676: mmap: add empty file check prior to offset check <- Previous patch wa...Jesus Cea2012-09-102-5/+10
| * | | MERGE: #15676: Proper attribution in Misc/ACKSJesus Cea2012-09-101-0/+1
| |\ \ \ | | |/ /
| | * | #15676: Proper attribution in Misc/ACKSJesus Cea2012-09-101-0/+1
| * | | Issue #15882: Change _decimal to accept any coefficient tuple whenStefan Krah2012-09-103-7/+21
| * | | Fixed reference leak in error branch of _bufferedreader_read_all(). The varia...Christian Heimes2012-09-101-1/+3
| * | | Fixed memory leak in error branch of object_repr which may leak a reference t...Christian Heimes2012-09-101-1/+3
| |\ \ \ | | |/ /
| | * | Fixed memory leak in error branch of object_repr which may leak a reference t...Christian Heimes2012-09-101-1/+3
| * | | Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s goin...Christian Heimes2012-09-101-0/+1
| |\ \ \ | | |/ /
| | * | Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s goin...Christian Heimes2012-09-101-0/+1
| * | | Merge #14649: clarify DocTestSuite error when there are no docstrings.R David Murray2012-09-106-6/+84
| |\ \ \ | | |/ /
| | * | #14649: clarify DocTestSuite error when there are no docstrings.R David Murray2012-09-106-6/+84
| * | | Null merge for ddb406904be1 backport.R David Murray2012-09-100-0/+0
| |\ \ \ | | |/ /
| | * | backport from the trunk, to fix test_tools with srcdir != builddirdoko@ubuntu.com2012-09-101-2/+2
| * | | Added test for 85cb90f79cbf and see how the code handles all flags at onceChristian Heimes2012-09-101-0/+5
| * | | MergeRichard Oudkerk2012-09-101-1/+1
| |\ \ \ | | |/ /
| | * | Issue #15901: Change example to use byte string instead of stringRichard Oudkerk2012-09-101-1/+1
| * | | Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641Christian Heimes2012-09-101-0/+1
| |\ \ \ | | |/ /
| | * | Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641Christian Heimes2012-09-101-0/+1
| * | | Fixed memory leak in error branch of formatfloat(). CID 719687Christian Heimes2012-09-101-1/+3