| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved itertools recipe for generating powerset(). | Raymond Hettinger | 2009-01-25 | 1 | -7/+5 |
|
|
* | Promote compress() from a recipe to being a regular itertool. | Raymond Hettinger | 2009-01-25 | 1 | -8/+32 |
|
|
* | Issue #4863, removing remaining bits | Tarek Ziadé | 2009-01-25 | 1 | -1/+0 |
|
|
* | fix building the core with --disable-unicode | Benjamin Peterson | 2009-01-25 | 1 | -1/+0 |
|
|
* | Issue #1672332: Fix unpickling of subnormal floats, which was raising | Mark Dickinson | 2009-01-24 | 1 | -0/+10 |
|
|
* | Issue #5025: Fix occasional test_kqueue failure on OS X. | Mark Dickinson | 2009-01-24 | 1 | -3/+6 |
|
|
* | Issue #4710: Extract directories properly in the zipfile module; | Martin v. Löwis | 2009-01-24 | 2 | -1/+25 |
|
|
* | Add a test for UNC import paths, see issue 3677 | Kristján Valur Jónsson | 2009-01-24 | 1 | -0/+21 |
|
|
* | Tighten-up the docs for Counter(). | Raymond Hettinger | 2009-01-21 | 1 | -0/+5 |
|
|
* | Simplify explanation of multiset operations by removing restrictions on negat... | Raymond Hettinger | 2009-01-21 | 1 | -8/+9 |
|
|
* | Issue 5009: multiprocessing: failure in manager._debug_info() | Jesse Noller | 2009-01-21 | 1 | -0/+2 |
|
|
* | Issue #5008: When a file is opened in append mode with the new IO library, | Antoine Pitrou | 2009-01-21 | 1 | -0/+11 |
|
|
* | Issue 4998: __slots__ on Fractions was useless. | Raymond Hettinger | 2009-01-20 | 1 | -0/+5 |
|
|
* | allow unicode keyword arguments for the ** syntax #4978 | Benjamin Peterson | 2009-01-20 | 1 | -0/+20 |
|
|
* | Build-outs for Counter() class: | Raymond Hettinger | 2009-01-20 | 1 | -1/+44 |
|
|
* | I'm sick of these deprecations warnings in test_os | Benjamin Peterson | 2009-01-19 | 1 | -3/+5 |
|
|
* | make bad file descriptor tests more robust | Benjamin Peterson | 2009-01-19 | 3 | -15/+32 |
|
|
* | Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ha... | Jesse Noller | 2009-01-19 | 1 | -1/+15 |
|
|
* | Issue 4957 | Kristján Valur Jónsson | 2009-01-19 | 1 | -2/+1 |
|
|
* | raise an OSError for invalid fds #4991 | Benjamin Peterson | 2009-01-19 | 1 | -0/+4 |
|
|
* | fix test that wasn't working as expected #4990 | Benjamin Peterson | 2009-01-18 | 1 | -1/+1 |
|
|
* | issue 4293: make test_capi.py more robutst, it times out on some platforms, ... | Kristján Valur Jónsson | 2009-01-18 | 1 | -6/+29 |
|
|
* | Resolve issue 4449: AssertionError in mp_benchmarks.py | Jesse Noller | 2009-01-18 | 1 | -2/+14 |
|
|
* | fix inspect.isclass() on instances with a custom __getattr__ #1225107 | Benjamin Peterson | 2009-01-17 | 1 | -1/+12 |
|
|
* | trying to find some fpathconf() settings that all unixs support... | Benjamin Peterson | 2009-01-17 | 1 | -1/+1 |
|
|
* | compare with == not is #4946 | Benjamin Peterson | 2009-01-16 | 1 | -1/+1 |
|
|
* | Make all the invalid fd tests for os subject to the function being available. | Kristján Valur Jónsson | 2009-01-15 | 1 | -6/+12 |
|
|
* | Fix two test cases in test_os. ftruncate raises IOError unlike all the other... | Kristján Valur Jónsson | 2009-01-15 | 1 | -2/+5 |
|
|
* | Comment typo | Mark Dickinson | 2009-01-15 | 1 | -1/+1 |
|
|
* | Issue #4397. Fix occasional test_socket failure on OS X. | Mark Dickinson | 2009-01-15 | 1 | -0/+4 |
|
|
* | 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 |
|
|
* | #1162154: inspect.getmembers() now skips attributes that raise AttributeError, | Amaury Forgeot d'Arc | 2009-01-13 | 1 | -0/+11 |
|
|
* | 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 | 1 | -0/+11 |
|
|
* | Simplify Counter() API. Replace items keyword argument | Raymond Hettinger | 2009-01-13 | 1 | -4/+4 |
|
|
* | #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 | 1 | -2/+98 |
|
|
* | Add tests for invalid format specifiers in strftime, and for handling of inva... | Kristján Valur Jónsson | 2009-01-12 | 2 | -1/+59 |
|
|
* | Issue 4879: Allow buffering for HTTPResponse | Kristján Valur Jónsson | 2009-01-11 | 1 | -1/+1 |
|
|
* | Remove an unnecessary check from test_decimal. | Mark Dickinson | 2009-01-10 | 1 | -1/+0 |
|
|
* | Issue #3860: GzipFile and BZ2File now support the context manager protocol. | Antoine Pitrou | 2009-01-10 | 2 | -1/+43 |
|
|
* | Issue 4293: Make Py_AddPendingCall() thread safe | Kristján Valur Jónsson | 2009-01-09 | 1 | -0/+67 |
|
|
* | Forward port r68394 for issue 4816. | Raymond Hettinger | 2009-01-08 | 1 | -9/+33 |
|
|
* | 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 | 1 | -0/+62 |
|
|
* | Manually merge r68095,68186,68187,68188,68190 from 2.6 branch. | Georg Brandl | 2009-01-03 | 1 | -0/+2 |
|
|
* | Issue 4796: Add from_float methods to the decimal module. | Raymond Hettinger | 2009-01-03 | 1 | -0/+49 |
|
|