Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | backport from the trunk, to fix test_tools with srcdir != builddir | doko@ubuntu.com | 2012-09-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changeset: 77827:c23b442b5d5e user: Antoine Pitrou <solipsis@pitrou.net> date: Thu Jun 28 01:20:26 2012 +0200 summary: Avoid using scrdir, it's broken. changeset: 77826:f0e58e778215 user: Neil Schemenauer <nas@arctrix.com> date: Wed Jun 27 15:58:37 2012 -0600 summary: Fix bug in test_tools that prevented building is separate directory. | |||||
| | * | | | Added test for 85cb90f79cbf and see how the code handles all flags at once | Christian Heimes | 2012-09-10 | 1 | -0/+5 | |
| | | | | | ||||||
| | * | | | Merge | Richard Oudkerk | 2012-09-10 | 1 | -1/+1 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Issue #15901: Change example to use byte string instead of string | Richard Oudkerk | 2012-09-10 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641 | Christian Heimes | 2012-09-10 | 1 | -0/+1 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641 | Christian Heimes | 2012-09-10 | 1 | -0/+1 | |
| | | | | | ||||||
| | * | | | Fixed memory leak in error branch of formatfloat(). CID 719687 | Christian Heimes | 2012-09-10 | 1 | -1/+3 | |
| | | | | | ||||||
| | * | | | Fixed out-of-bounce write to rawmode buffer. The fixed size buffer wasn't ↵ | Christian Heimes | 2012-09-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | enlarged for the new 'x' flag. The buffer may contain the 5 flags xrwa+ and the \0 byte | |||||
| | * | | | Closed reference leak of variable 'k' in function ste_new which wasn't ↵ | Christian Heimes | 2012-09-10 | 1 | -1/+2 | |
| | |\ \ \ | | | |/ / | | | | | | | | | | | decrefed in error cases | |||||
| | | * | | Closed reference leak of variable 'k' in function ste_new which wasn't ↵ | Christian Heimes | 2012-09-10 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | decrefed in error cases | |||||
| | * | | | Fixed possible reference leak to mod when type_name() returns NULL | Christian Heimes | 2012-09-10 | 1 | -1/+3 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Fixed possible reference leak to mod when type_name() returns NULL | Christian Heimes | 2012-09-10 | 1 | -1/+3 | |
| | | | | | ||||||
| | * | | | PyTuple_Pack() was missing va_end() in its error branch which lead to a ↵ | Christian Heimes | 2012-09-10 | 1 | -1/+3 | |
| | |\ \ \ | | | |/ / | | | | | | | | | | | resource leak. | |||||
| | | * | | PyTuple_Pack() was missing va_end() in its error branch which lead to a ↵ | Christian Heimes | 2012-09-10 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | resource leak. | |||||
| | * | | | Fixed resource leak to scratch when _PyUnicodeWriter_Prepare fails | Christian Heimes | 2012-09-10 | 1 | -1/+3 | |
| | | | | | ||||||
| | * | | | Py_TYPE() has already dereferenced self before the NULL check. Moved ↵ | Christian Heimes | 2012-09-10 | 1 | -1/+2 | |
| | |\ \ \ | | | |/ / | | | | | | | | | | | Py_TYPE() after the check for self == NULL | |||||
| | | * | | Py_TYPE() has already dereferenced self before the NULL check. Moved ↵ | Christian Heimes | 2012-09-10 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | Py_TYPE() after the check for self == NULL | |||||
| | * | | | Fixed two memory leaks in make_filename() in zipimport.c. The allocated ↵ | Christian Heimes | 2012-09-10 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | buffer wasn't cleaned up in two error cases. CID 486832 | |||||
| | * | | | Make sure that *really* no more than sizeof(ifr.ifr_name) chars are ↵ | Christian Heimes | 2012-09-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | strcpy-ed to ifr.ifr_name and that the string is *always* NUL terminated. New code shouldn't use strcpy(), too. CID 719692 | |||||
| | * | | | Closes #15676: mmap: add empty file check prior to offset check | Jesus Cea | 2012-09-09 | 3 | -0/+17 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Closes #15676: mmap: add empty file check prior to offset check | Jesus Cea | 2012-09-09 | 3 | -0/+17 | |
| | | | | | ||||||
| | * | | | merge | Alexander Belopolsky | 2012-09-09 | 1 | -0/+7 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Issue #15881: Added NEWS entry and proper credit. | Alexander Belopolsky | 2012-09-09 | 2 | -1/+3 | |
| | | | | | ||||||
| | | * | | Issue #15881: Fixed 3.2 backport. | Alexander Belopolsky | 2012-09-09 | 1 | -0/+2 | |
| | | | | | ||||||
| | | * | | Fixed whitespace | Alexander Belopolsky | 2012-09-09 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | Issue #15881: Fixed atexit hook in multiprocessing. | Alexander Belopolsky | 2012-09-09 | 2 | -16/+39 | |
| | | | | | ||||||
| | * | | | Fixed whitespace | Alexander Belopolsky | 2012-09-09 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Issue #15881: Fixed atexit hook in multiprocessing. | Alexander Belopolsky | 2012-09-09 | 2 | -9/+33 | |
| | | | | | ||||||
| | * | | | Merge in changes from 3.3.0rc2 release clone. | Georg Brandl | 2012-09-09 | 7 | -17/+36 | |
| | |\ \ \ | ||||||
| | * | | | | Issue #15822: Fix installation of lib2to3 grammar pickles to ensure | Ned Deily | 2012-09-09 | 3 | -3/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | they are created in the install locations and with the proper timestamp. (Solution suggested by MvL) | |||||
| | * | | | | null merge | Ned Deily | 2012-09-09 | 0 | -0/+0 | |
| | |\ \ \ \ | | | | |/ / | | | |/| | | ||||||
| | | * | | | Issue #15822: Fix installation of lib2to3 grammar pickles to ensure | Ned Deily | 2012-09-09 | 3 | -4/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | they are created in the install locations and with the proper timestamp. (Solution suggested by MvL) | |||||
| | * | | | | Merge #5088: document behavior of optparse defaults with 'append' action. | R David Murray | 2012-09-08 | 1 | -0/+11 | |
| | |\ \ \ \ | | | |/ / / | ||||||
| | | * | | | #5088: document behavior of optparse defaults with 'append' action. | R David Murray | 2012-09-08 | 1 | -0/+11 | |
| | | | | | | ||||||
| | * | | | | Merge Ezio's 'merge heads'. | R David Murray | 2012-09-08 | 0 | -0/+0 | |
| | |\ \ \ \ | | | |/ / / | ||||||
| | | * | | | Merge heads. | Ezio Melotti | 2012-09-08 | 2 | -8/+14 | |
| | | |\ \ \ | ||||||
| | * | \ \ \ | #15865: merge with 3.2. | Ezio Melotti | 2012-09-08 | 3 | -12/+16 | |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | ||||||
| | | * | | | | #15865: add "*" in the signature to document keyword-only args in the docs. ↵ | Ezio Melotti | 2012-09-08 | 2 | -8/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Chris Jerdonek. | |||||
| | * | | | | | Merge #15510: clarify textwrap's handling of whitespace, and add confirming ↵ | R David Murray | 2012-09-08 | 2 | -14/+69 | |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | tests. Patch by Chris Jerdonek. | |||||
| | | * | | | | #15510: clarify textwrap's handling of whitespace, and add confirming tests. | R David Murray | 2012-09-08 | 2 | -14/+69 | |
| | | |/ / / | | | | | | | | | | | | | | | | | | | Patch by Chris Jerdonek. | |||||
| | * | | | | merge #15847: allow args to be a tuple in parse_args | R David Murray | 2012-09-08 | 2 | -1/+22 | |
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression introduced by the fix for issue #13922. Although args is not documented as being allowed to be a tuple, previously this worked and so naturally there are programs in the field that depend on it. Patch by Zbyszek Jędrzejewski-Szmek. | |||||
| | | * | | | #15847: allow args to be a tuple in parse_args | R David Murray | 2012-09-08 | 2 | -1/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression introduced by the fix for issue #13922. Although args is not documented as being allowed to be a tuple, previously this worked and so naturally there are programs in the field that depend on it. Patch by Zbyszek Jędrzejewski-Szmek. | |||||
| | * | | | | Issue #15814: Update whatsnew to the current state of hashing memoryviews. | Stefan Krah | 2012-09-08 | 1 | -3/+2 | |
| | | | | | | ||||||
| | * | | | | Merge 3.2. | Stefan Krah | 2012-09-08 | 1 | -1/+3 | |
| | |\ \ \ \ | | | |/ / / | ||||||
| | | * | | | Issue #15868: Fix refleak in bytesio.c (Coverity #715365). | Stefan Krah | 2012-09-08 | 1 | -1/+3 | |
| | | | | | | ||||||
| | * | | | | Issue #15340: Fix importing the random module when /dev/urandom cannot be ↵ | Antoine Pitrou | 2012-09-07 | 2 | -1/+5 | |
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | opened. This was a regression caused by the hash randomization patch. | |||||
| | | * | | | Issue #15340: Fix importing the random module when /dev/urandom cannot be ↵ | Antoine Pitrou | 2012-09-07 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opened. This was a regression caused by the hash randomization patch. | |||||
| | * | | | | Issue #15876: Fix a refleak in the curses module | Ross Lagerwall | 2012-09-07 | 2 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The refleak occurred when assigning to window.encoding. | |||||
| | * | | | | Fix for fcc629208842 | Christian Heimes | 2012-09-07 | 1 | -9/+7 | |
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | BSD's make doesn't support some of the features. | |||||
| | | * | | | Fix for fcc629208842 | Christian Heimes | 2012-09-07 | 1 | -9/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | BSD's make doesn't support some of the features. |