| Commit message (Expand) | Author | Age | Files | Lines |
* | comply with the evilJavaNamingScheme for attribute names | Benjamin Peterson | 2009-03-23 | 1 | -2/+2 |
|
|
* | implement test skipping and expected failures | Benjamin Peterson | 2009-03-23 | 1 | -6/+124 |
|
|
* | Issue #4688: Add a heuristic so that tuples and dicts containing only | Antoine Pitrou | 2009-03-23 | 3 | -0/+194 |
|
|
* | AttributeError can be thrown during recursion errors | Benjamin Peterson | 2009-03-22 | 1 | -1/+1 |
|
|
* | Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop | Lars Gustäbel | 2009-03-22 | 1 | -0/+25 |
|
|
* | Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. | Mark Dickinson | 2009-03-20 | 2 | -6/+40 |
|
|
* | * Add clearer comment to initialization code. | Raymond Hettinger | 2009-03-19 | 1 | -0/+7 |
|
|
* | fix strange errors when setting attributes on tracebacks #4034 | Benjamin Peterson | 2009-03-18 | 1 | -8/+0 |
|
|
* | Fix bug in _insert_thousands_sep: too much zero padding could be | Mark Dickinson | 2009-03-18 | 1 | -0/+22 |
|
|
* | Issue #2110: Add support for thousands separator and 'n' format specifier | Mark Dickinson | 2009-03-17 | 1 | -1/+97 |
|
|
* | Fix bug in Decimal __format__ method that swapped left and right | Mark Dickinson | 2009-03-17 | 1 | -0/+6 |
|
|
* | Unicode format tests weren't actually testing unicode. This was probably due ... | Eric Smith | 2009-03-14 | 1 | -51/+51 |
|
|
* | Issue 5237, Allow auto-numbered replacement fields in str.format() strings. | Eric Smith | 2009-03-14 | 2 | -6/+66 |
|
|
* | Issue #1222: locale.format() bug when the thousands separator is a space char... | Antoine Pitrou | 2009-03-14 | 1 | -1/+77 |
|
|
* | Require implementations for warnings.showwarning() support the 'line' argument. | Brett Cannon | 2009-03-11 | 1 | -37/+0 |
|
|
* | For collections.deque() objects, expose the maxlen parameter as a read-only a... | Raymond Hettinger | 2009-03-10 | 1 | -0/+10 |
|
|
* | Small optimization for corner case where maxlen==0. | Raymond Hettinger | 2009-03-10 | 1 | -1/+18 |
|
|
* | mmap.resize for anonymous map is not working yet, so changed to real file map... | Hirokazu Yamamoto | 2009-03-05 | 1 | -15/+5 |
|
|
* | Issue #5385: Fixed mmap crash after resize failure on windows. | Hirokazu Yamamoto | 2009-03-05 | 1 | -1/+33 |
|
|
* | Fix some more bugs caused by the backport from 3.x for importlib. | Brett Cannon | 2009-03-04 | 1 | -12/+12 |
|
|
* | Backport 70140, 70141, 70143, and 70144. | Raymond Hettinger | 2009-03-03 | 1 | -0/+17 |
|
|
* | Beef-up tests. | Raymond Hettinger | 2009-03-03 | 1 | -3/+6 |
|
|
* | Backport PEP 372: OrderedDict() | Raymond Hettinger | 2009-03-03 | 1 | -3/+192 |
|
|
* | give httplib.IncompleteRead a more sane repr #4308 | Benjamin Peterson | 2009-03-02 | 1 | -0/+19 |
|
|
* | Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with | Jeffrey Yasskin | 2009-02-28 | 2 | -25/+22 |
|
|
* | Issue #1733986: Fixed mmap crash in accessing elements of second map object | Hirokazu Yamamoto | 2009-02-28 | 1 | -0/+28 |
|
|
* | Issue #5386: mmap.write_byte didn't check map size, so it could cause buffer | Hirokazu Yamamoto | 2009-02-28 | 1 | -0/+32 |
|
|
* | Fix a bug where code was trying to index an int. Left over from the situation | Brett Cannon | 2009-02-27 | 1 | -3/+6 |
|
|
* | remove deprecated symtable.Symbol methods | Benjamin Peterson | 2009-02-26 | 1 | -16/+0 |
|
|
* | Expand upon test_site.test_s_option to try to debug its failure. | Brett Cannon | 2009-02-24 | 1 | -1/+2 |
|
|
* | Backport 69934: Register xrange() as a Sequence. | Raymond Hettinger | 2009-02-24 | 1 | -0/+3 |
|
|
* | Revert debugging statements, culprit is possibly test_distutils (see #5316) | Antoine Pitrou | 2009-02-22 | 1 | -2/+1 |
|
|
* | Try to make sense of the test_site buildbot failures | Antoine Pitrou | 2009-02-22 | 1 | -1/+2 |
|
|
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 7 | -10/+10 |
|
|
* | Fix keyword arguments for itertools.count(). | Raymond Hettinger | 2009-02-21 | 1 | -0/+2 |
|
|
* | Issue 5176: special-case string formatting in BINARY_MODULO implementation. T... | Collin Winter | 2009-02-20 | 1 | -0/+6 |
|
|
* | Inline coefficients in gamma(). Add reflection formula. Add comments. | Raymond Hettinger | 2009-02-19 | 1 | -10/+18 |
|
|
* | Add some cross-references to the docs. Simplify the python code equivalent f... | Raymond Hettinger | 2009-02-19 | 1 | -3/+3 |
|
|
* | Add keyword arg support to itertools.repeat(). | Raymond Hettinger | 2009-02-19 | 1 | -0/+1 |
|
|
* | Add keyword arg support to itertools.compress(). | Raymond Hettinger | 2009-02-19 | 1 | -0/+1 |
|
|
* | Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0, | Hirokazu Yamamoto | 2009-02-17 | 1 | -0/+21 |
|
|
* | Issue #5292: Fixed mmap crash on its boundary access m[len(m)]. | Hirokazu Yamamoto | 2009-02-17 | 1 | -0/+4 |
|
|
* | Add GC support to count() objects. Backport candidate. | Raymond Hettinger | 2009-02-16 | 1 | -0/+5 |
|
|
* | Issue #5260: Various portability and standards compliance fixes, optimizations | Mark Dickinson | 2009-02-15 | 1 | -6/+6 |
|
|
* | #5179: don't leak PIPE fds when child execution fails. | Georg Brandl | 2009-02-14 | 1 | -0/+16 |
|
|
* | this needn't be a shebang line | Benjamin Peterson | 2009-02-14 | 1 | -1/+1 |
|
|
* | we're no longer using CVS, so this doesn't have to be binary | Benjamin Peterson | 2009-02-14 | 1 | -31/+30 |
|
|
* | Add keyword argument support to itertools.count(). | Raymond Hettinger | 2009-02-14 | 1 | -0/+2 |
|
|
* | #3694: add test for fix committed in r66693. | Georg Brandl | 2009-02-13 | 1 | -0/+4 |
|
|
* | - Issue #3745: Fix hashlib to always reject unicode and non buffer-api | Gregory P. Smith | 2009-02-13 | 1 | -3/+18 |
|
|