| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix recently introduced test cases. | Kristján Valur Jónsson | 2009-01-15 | 2 | -5/+14 |
|
|
* | Re-enable all tests for windows platforms. | Kristján Valur Jónsson | 2009-01-14 | 1 | -25/+24 |
|
|
* | Add tests for __init__() and update() with no args. | Raymond Hettinger | 2009-01-14 | 1 | -0/+2 |
|
|
* | fix test_xmlrpc failures #4939 | Benjamin Peterson | 2009-01-13 | 1 | -1/+1 |
|
|
* | #1162154: inspect.getmembers() now skips attributes that raise AttributeError, | Amaury Forgeot d'Arc | 2009-01-13 | 2 | -1/+15 |
|
|
* | Use assertRaises. | Georg Brandl | 2009-01-13 | 1 | -6/+1 |
|
|
* | ast.literal_eval can properly evaluate complex numbers now. This fixes issue... | Armin Ronacher | 2009-01-13 | 2 | -0/+23 |
|
|
* | Issue 4922: Incorrect comments for MutableSet.add() and MutableSet.discard(). | Raymond Hettinger | 2009-01-13 | 1 | -2/+2 |
|
|
* | Speed-up __repr__. Eliminate duplicate tests. Use a from-irmport. | Raymond Hettinger | 2009-01-13 | 1 | -48/+3 |
|
|
* | Fixup and simplify docstrings and doctests. | Raymond Hettinger | 2009-01-13 | 1 | -16/+14 |
|
|
* | Simplify Counter() API. Replace items keyword argument | Raymond Hettinger | 2009-01-13 | 2 | -26/+30 |
|
|
* | #3720: Interpreter crashes when an evil iterator removes its own next function. | Amaury Forgeot d'Arc | 2009-01-12 | 2 | -53/+22 |
|
|
* | Issue 1696199: Add collections.Counter(). | Raymond Hettinger | 2009-01-12 | 2 | -2/+299 |
|
|
* | Add tests for invalid format specifiers in strftime, and for handling of inva... | Kristján Valur Jónsson | 2009-01-12 | 2 | -1/+59 |
|
|
* | Optimize heapq.nsmallest/nlargest for cases where n==1 or n>=size. | Raymond Hettinger | 2009-01-12 | 1 | -1/+46 |
|
|
* | Issue 4879: Allow buffering for HTTPResponse | Kristján Valur Jónsson | 2009-01-11 | 4 | -43/+36 |
|
|
* | make tests fail if they can't be imported | Benjamin Peterson | 2009-01-10 | 1 | -3/+0 |
|
|
* | Remove an unnecessary check from test_decimal. | Mark Dickinson | 2009-01-10 | 1 | -1/+0 |
|
|
* | - Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on | Matthias Klose | 2009-01-10 | 1 | -4/+36 |
|
|
* | Issue #3860: GzipFile and BZ2File now support the context manager protocol. | Antoine Pitrou | 2009-01-10 | 3 | -1/+51 |
|
|
* | Issue 4293: Make Py_AddPendingCall() thread safe | Kristján Valur Jónsson | 2009-01-09 | 1 | -0/+67 |
|
|
* | Issue 4336: Let users of HTTPConnection.endheaders() submit a message body t... | Kristján Valur Jónsson | 2009-01-09 | 2 | -9/+3 |
|
|
* | Issue 4336: HTTPRequest._send_output() now deals with the case of the messag... | Kristján Valur Jónsson | 2009-01-09 | 1 | -7/+8 |
|
|
* | Merged revisions 68306-68308,68340,68368,68422 via svnmerge from | Benjamin Peterson | 2009-01-09 | 4 | -8/+15 |
|
|
* | fixed #4394 make the storage of the password optional in .pypirc | Tarek Ziadé | 2009-01-08 | 6 | -38/+117 |
|
|
* | Forward port r68394 for issue 4816. | Raymond Hettinger | 2009-01-08 | 1 | -9/+33 |
|
|
* | Issue #4869: clarify documentation for random.expovariate. | Mark Dickinson | 2009-01-07 | 1 | -3/+5 |
|
|
* | Issue #4864: test_msvc9compiler failed on VC6/7. | Hirokazu Yamamoto | 2009-01-07 | 1 | -0/+4 |
|
|
* | Use shutil.rmtree rather than os.rmdir. | Antoine Pitrou | 2009-01-06 | 1 | -1/+1 |
|
|
* | Issue #1180193: When importing a module from a .pyc (or .pyo) file with | Antoine Pitrou | 2009-01-06 | 1 | -1/+93 |
|
|
* | Issue #4272: Add an optional argument to the GzipFile constructor to override... | Antoine Pitrou | 2009-01-04 | 2 | -4/+79 |
|
|
* | More Python 2.3 compatibility fixes for decimal.py. | Mark Dickinson | 2009-01-04 | 1 | -4/+4 |
|
|
* | Fix Decimal.from_float to use valid Python 2.3 syntax, as per | Mark Dickinson | 2009-01-04 | 1 | -3/+11 |
|
|
* | using clearer syntax | Tarek Ziadé | 2009-01-04 | 1 | -2/+7 |
|
|
* | fixed #1702551: distutils sdist was not pruning VCS directories under win32 | Tarek Ziadé | 2009-01-04 | 2 | -1/+117 |
|
|
* | Manually merge r68095,68186,68187,68188,68190 from 2.6 branch. | Georg Brandl | 2009-01-03 | 3 | -1/+11 |
|
|
* | Reapply r68191. | Raymond Hettinger | 2009-01-03 | 1 | -56/+56 |
|
|
* | Issue 4796: Add from_float methods to the decimal module. | Raymond Hettinger | 2009-01-03 | 2 | -56/+155 |
|
|
* | Merged revisions 67900-67901,67919,67928,67984,67991-67993,68106-68108,68110 ... | Benjamin Peterson | 2009-01-03 | 9 | -58/+198 |
|
|
* | Issue #4812: further renaming of internal Decimal constants, for clarity. | Mark Dickinson | 2009-01-03 | 1 | -56/+56 |
|
|
* | Issue #4812: add missing underscore prefix to some internal-use-only | Mark Dickinson | 2009-01-02 | 1 | -63/+63 |
|
|
* | Issue #4615. Document how to use itertools for de-duping. | Raymond Hettinger | 2009-01-02 | 1 | -0/+36 |
|
|
* | Fix for issues #841800 and #900506 | Ronald Oussoren | 2009-01-02 | 1 | -15/+28 |
|
|
* | Fix for issue 1149804 | Ronald Oussoren | 2009-01-02 | 1 | -1/+8 |
|
|
* | Fix for issue r1737832 | Ronald Oussoren | 2009-01-02 | 1 | -5/+8 |
|
|
* | Fix for issue 1627952 | Ronald Oussoren | 2009-01-02 | 1 | -1/+1 |
|
|
* | Fix for issue 900949 | Ronald Oussoren | 2009-01-02 | 1 | -11/+9 |
|
|
* | Fix for issue1594 | Ronald Oussoren | 2009-01-02 | 1 | -0/+55 |
|
|
* | Fix for issue3559: No preferences menu in IDLE on OSX | Ronald Oussoren | 2009-01-02 | 3 | -2/+9 |
|
|
* | fill in actual issue number in tests | Antoine Pitrou | 2009-01-01 | 3 | -3/+3 |
|
|