Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Backout ab500b297900: the check for integer overflow is wrong | Victor Stinner | 2012-05-07 | 1 | -4/+2 | |
| | | | | | | | | | | | | Issue #14716: Change integer overflow check in unicode_writer_prepare() to compute the limit at compile time instead of runtime. Patch writen by Serhiy Storchaka. | |||||
* | | Issue #14742: Don't include DirectoryTestCase from test_unparse in ↵ | Mark Dickinson | 2012-05-07 | 1 | -1/+1 | |
| | | | | | | | | test_tools until we can speed it up. | |||||
* | | Issue #14583: Fix importlib bug when a package's __init__.py would first ↵ | Antoine Pitrou | 2012-05-07 | 6 | -308/+374 | |
| | | | | | | | | import one of its modules then raise an error. | |||||
* | | Issue #14741: Merge fix from 3.2. | Mark Dickinson | 2012-05-07 | 3 | -5/+5 | |
|\ \ | |/ | ||||||
| * | Issue #14741: Fix missing support for ellipsis in parser module. | Mark Dickinson | 2012-05-07 | 3 | -5/+5 | |
| | | ||||||
* | | Issue #14697: Merge fix from 3.2. | Mark Dickinson | 2012-05-07 | 3 | -21/+105 | |
|\ \ | |/ | ||||||
| * | Issue #14697: Fix missing parser module support for set displays and set ↵ | Mark Dickinson | 2012-05-07 | 3 | -21/+105 | |
| | | | | | | | | comprehensions. | |||||
* | | Issue #14716: Change integer overflow check in unicode_writer_prepare() | Victor Stinner | 2012-05-07 | 1 | -2/+4 | |
| | | | | | | | | | | to compute the limit at compile time instead of runtime. Patch writen by Serhiy Storchaka. | |||||
* | | Close #14716: str.format() now uses the new "unicode writer" API instead of the | Victor Stinner | 2012-05-07 | 2 | -170/+148 | |
| | | | | | | | | PyAccu API. For example, it makes str.format() from 25% to 30% faster on Linux. | |||||
* | | Issue #14701: Merge fix from 3.2. | Mark Dickinson | 2012-05-07 | 3 | -12/+21 | |
|\ \ | |/ | ||||||
| * | Issue #14701: Add missing support for 'raise ... from' in parser module. | Mark Dickinson | 2012-05-07 | 3 | -12/+21 | |
| | | ||||||
* | | Issue #14700: Fix two broken and undefined-behaviour-inducing overflow ↵ | Mark Dickinson | 2012-05-07 | 3 | -2/+9 | |
| | | | | | | | | checks in old-style string formatting. Thanks Serhiy Storchaka for report and original patch. | |||||
* | | Issue #14705: Added support for the new 'p' format unit to skipitem(). | Larry Hastings | 2012-05-07 | 1 | -0/+1 | |
| | | ||||||
* | | Add John Regehr to Misc/ACKS for his help with finding integer overflows ↵ | Mark Dickinson | 2012-05-07 | 1 | -0/+1 | |
| | | | | | | | | (issue #9530). | |||||
* | | Issue #14695: Run Tools/parser/test_unparse.py as part of test_tools. | Mark Dickinson | 2012-05-07 | 1 | -0/+5 | |
| | | ||||||
* | | Merge Misc/NEWS issue number fix from 3.2 | Mark Dickinson | 2012-05-07 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix issue number in Misc/NEWS. | Mark Dickinson | 2012-05-07 | 1 | -1/+1 | |
| | | ||||||
* | | Add Misc/NEWS entry for rev b4a1d9287780 | Richard Oudkerk | 2012-05-06 | 1 | -0/+3 | |
| | | ||||||
* | | Fix buildbot failures in test_lzma. | Nadeem Vawda | 2012-05-06 | 1 | -7/+6 | |
| | | ||||||
* | | Rename lzma.check_is_supported() to is_check_supported() to avoid ↵ | Nadeem Vawda | 2012-05-06 | 4 | -12/+12 | |
| | | | | | | | | grammatical confusion. | |||||
* | | Add lzma.{encode,decode}_filter_properties(). | Nadeem Vawda | 2012-05-06 | 4 | -4/+252 | |
| | | ||||||
* | | Merge with 3.2. | Georg Brandl | 2012-05-06 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Fix document title for Sphinx. | Georg Brandl | 2012-05-06 | 1 | -3/+3 | |
| | | ||||||
* | | Really fix test_gzip failures on Windows. | Nadeem Vawda | 2012-05-06 | 1 | -5/+7 | |
| | | ||||||
* | | Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. ↵ | Mark Dickinson | 2012-05-06 | 3 | -19/+60 | |
|\ \ | |/ | | | | | Grammar. | |||||
| * | Issue #14965: Fix missing support for starred assignments in ↵ | Mark Dickinson | 2012-05-06 | 3 | -0/+17 | |
| | | | | | | | | Tools/parser/unparse.py. | |||||
* | | Make test_multiprocessing more lenient about another timeout check | Richard Oudkerk | 2012-05-06 | 1 | -4/+7 | |
| | | ||||||
* | | Make AcquirerProxy.acquire() support timeout argument | Richard Oudkerk | 2012-05-06 | 1 | -2/+3 | |
| | | ||||||
* | | Fix too early decrefs. | Antoine Pitrou | 2012-05-06 | 1 | -2/+2 | |
| | | ||||||
* | | Fix test_gzip failures on Windows. | Nadeem Vawda | 2012-05-06 | 1 | -3/+3 | |
| | | ||||||
* | | #14034: merge indentation fixes from 3.2. | Ezio Melotti | 2012-05-06 | 1 | -78/+78 | |
|\ \ | |/ | ||||||
| * | #14034: fix indentation. | Ezio Melotti | 2012-05-06 | 1 | -78/+78 | |
| | | ||||||
* | | Merge heads. | Ezio Melotti | 2012-05-06 | 4 | -0/+776 | |
|\ \ | ||||||
| * \ | #14034: merge argparse tutorial from 3.2. | Ezio Melotti | 2012-05-06 | 4 | -0/+776 | |
| |\ \ | | |/ | ||||||
| | * | #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. | Ezio Melotti | 2012-05-06 | 5 | -0/+777 | |
| | | | ||||||
* | | | Separate tests for gzip.GzipFile and gzip.open. | Nadeem Vawda | 2012-05-06 | 1 | -15/+14 | |
|/ / | ||||||
* | | Closes #13989: Add support for text modes to gzip.open(). | Nadeem Vawda | 2012-05-06 | 4 | -21/+157 | |
| | | | | | | | | Also, add tests for gzip.open(). | |||||
* | | Fix formatting of preset values for exception messages in _lzmamodule.c. | Nadeem Vawda | 2012-05-06 | 1 | -2/+2 | |
| | | ||||||
* | | #12660: Skip test_gdb when run from an installed Python. | Vinay Sajip | 2012-05-06 | 1 | -0/+4 | |
| | | ||||||
* | | Issue #9116: Allowed test to pass on Windows by adjusting the test condition ↵ | Vinay Sajip | 2012-05-06 | 1 | -2/+2 | |
| | | | | | | | | slightly to allow for a Windows-specific error message. | |||||
* | | Closes #14729: Allowed test to pass on Windows by adjusting the test ↵ | Vinay Sajip | 2012-05-06 | 1 | -1/+1 | |
| | | | | | | | | condition slightly to allow for a Windows-specific error message. | |||||
* | | merge with 3.2 | Georg Brandl | 2012-05-06 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | #13183: backport fixes to test_pdb to 3.2 branch | Georg Brandl | 2012-05-06 | 1 | -2/+5 | |
| | | ||||||
* | | Fix some rst errors in NEWS. | Georg Brandl | 2012-05-06 | 1 | -36/+34 | |
| | | ||||||
* | | Post-3.3a3 bump. | Georg Brandl | 2012-05-06 | 2 | -3/+4 | |
| | | ||||||
* | | Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.) | Larry Hastings | 2012-05-06 | 1 | -0/+24 | |
| | | ||||||
* | | Backed out changeset 709850f1ec67 | Benjamin Peterson | 2012-05-06 | 1 | -333/+31 | |
| | | ||||||
* | | Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.) | Larry Hastings | 2012-05-06 | 1 | -31/+333 | |
| | | ||||||
* | | Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. | Larry Hastings | 2012-05-05 | 4 | -0/+62 | |
| | | ||||||
* | | Fix typo in exception message. | Stefan Krah | 2012-05-05 | 1 | -1/+1 | |
| | |