| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 4920: Fixed next() vs __next__() issues in the ABCs | Raymond Hettinger | 2009-01-28 | 1 | -0/+3 |
|
|
* | Issue #5083: New 'gui' resource for regrtest. | Guilherme Polo | 2009-01-28 | 1 | -0/+5 |
|
|
* | Demos for ttk added. | Guilherme Polo | 2009-01-28 | 1 | -0/+2 |
|
|
* | Added the ttk module. See issue #2983: Ttk support for Tkinter. | Guilherme Polo | 2009-01-28 | 1 | -0/+2 |
|
|
* | Issue 5021: doctest.testfile should set __name__ | Raymond Hettinger | 2009-01-27 | 1 | -0/+3 |
|
|
* | Promote combinations_with_replacement() from a recipe to a regular itertool. | Raymond Hettinger | 2009-01-27 | 1 | -1/+2 |
|
|
* | Backport importlib in the form of providing importlib.import_module(). This has | Brett Cannon | 2009-01-26 | 1 | -0/+3 |
|
|
* | Fixed #1885: --formats=tar,gztar was not working properly in the sdist command | Tarek Ziadé | 2009-01-25 | 1 | -0/+3 |
|
|
* | Promote compress() from a recipe to being a regular itertool. | Raymond Hettinger | 2009-01-25 | 1 | -0/+2 |
|
|
* | Fixed #4863: removed distutils.mwerkscompiler | Tarek Ziadé | 2009-01-25 | 1 | -0/+2 |
|
|
* | Properly document multiprocessing's logging support, resolve outstanding issu... | Jesse Noller | 2009-01-25 | 1 | -0/+4 |
|
|
* | Issue #1672332: Fix unpickling of subnormal floats, which was raising | Mark Dickinson | 2009-01-24 | 1 | -0/+3 |
|
|
* | Issue #3881: Help Tcl to load even when started through the | Martin v. Löwis | 2009-01-24 | 1 | -0/+3 |
|
|
* | Issue #4710: Extract directories properly in the zipfile module; | Martin v. Löwis | 2009-01-24 | 1 | -0/+3 |
|
|
* | Issue 3807: multiprocessing fails to compile under --without-threads | Jesse Noller | 2009-01-23 | 1 | -0/+4 |
|
|
* | Issue #5008: When a file is opened in append mode with the new IO library, | Antoine Pitrou | 2009-01-21 | 1 | -0/+5 |
|
|
* | Issue 5013: Fixed bug in FileHandler when delay was set. | Vinay Sajip | 2009-01-20 | 1 | -6/+9 |
|
|
* | Issue 4998: __slots__ on Fractions was useless. | Raymond Hettinger | 2009-01-20 | 1 | -0/+4 |
|
|
* | allow unicode keyword arguments for the ** syntax #4978 | Benjamin Peterson | 2009-01-20 | 1 | -0/+2 |
|
|
* | add a note about the ftruncate change | Benjamin Peterson | 2009-01-19 | 1 | -0/+3 |
|
|
* | Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ha... | Jesse Noller | 2009-01-19 | 1 | -0/+4 |
|
|
* | raise an OSError for invalid fds #4991 | Benjamin Peterson | 2009-01-19 | 1 | -0/+3 |
|
|
* | issue 4301: patch logging to add processName, remove the old _check_logger_cl... | Jesse Noller | 2009-01-18 | 1 | -0/+3 |
|
|
* | Resolve issue 4449: AssertionError in mp_benchmarks.py | Jesse Noller | 2009-01-18 | 1 | -0/+3 |
|
|
* | fix inspect.isclass() on instances with a custom __getattr__ #1225107 | Benjamin Peterson | 2009-01-17 | 1 | -0/+3 |
|
|
* | #3997: zipfiles generated with more than 65536 files could not be opened | Amaury Forgeot d'Arc | 2009-01-17 | 1 | -0/+3 |
|
|
* | Another typo fix. | 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/+2 |
|
|
* | #1162154: inspect.getmembers() now skips attributes that raise AttributeError, | Amaury Forgeot d'Arc | 2009-01-13 | 1 | -1/+4 |
|
|
* | #4807: Remove a wrong usage of wsprintf in the winreg module | Amaury Forgeot d'Arc | 2009-01-13 | 1 | -0/+2 |
|
|
* | Issue #4935: The overflow checking code in the expandtabs() method common | Antoine Pitrou | 2009-01-13 | 1 | -0/+4 |
|
|
* | #3720: Interpreter crashes when an evil iterator removes its own next function. | Amaury Forgeot d'Arc | 2009-01-12 | 1 | -0/+3 |
|
|
* | Issue 1696199: Add collections.Counter(). | Raymond Hettinger | 2009-01-12 | 1 | -0/+3 |
|
|
* | Misc/NEWS for issue 4293 | Kristján Valur Jónsson | 2009-01-12 | 1 | -0/+3 |
|
|
* | Update Misc/NEWS for issue 3582 | Kristján Valur Jónsson | 2009-01-12 | 1 | -0/+2 |
|
|
* | Issue #4893: Use NT threading on CE. | Martin v. Löwis | 2009-01-12 | 1 | -0/+2 |
|
|
* | Issue #4915: Port sysmodule to Windows CE. | Martin v. Löwis | 2009-01-12 | 1 | -0/+2 |
|
|
* | Issue #4895: Use _strdup on Windows CE. | Martin v. Löwis | 2009-01-11 | 1 | -0/+2 |
|
|
* | Issue #4279: Fix build of parsermodule under Cygwin. | Martin v. Löwis | 2009-01-11 | 1 | -0/+2 |
|
|
* | - Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on | Matthias Klose | 2009-01-10 | 1 | -0/+3 |
|
|
* | Add NEWS entry for r68484. | Antoine Pitrou | 2009-01-10 | 1 | -0/+2 |
|
|
* | Issue #4074: Change the criteria for doing a full garbage collection (i.e. | Antoine Pitrou | 2009-01-09 | 1 | -0/+6 |
|
|
* | Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t. | Martin v. Löwis | 2009-01-07 | 1 | -0/+2 |
|
|
* | Issue #1180193: When importing a module from a .pyc (or .pyo) file with | Antoine Pitrou | 2009-01-06 | 1 | -0/+6 |
|
|
* | Issue #4272: Add an optional argument to the GzipFile constructor to override... | Antoine Pitrou | 2009-01-04 | 1 | -0/+5 |
|
|
* | Misc/NEWS entry for r68317 | Mark Dickinson | 2009-01-04 | 1 | -0/+2 |
|
|
* | fixed #1702551: distutils sdist was not pruning VCS directories under win32 | Tarek Ziadé | 2009-01-04 | 1 | -0/+3 |
|
|
* | Manually merge r68095,68186,68187,68188,68190 from 2.6 branch. | Georg Brandl | 2009-01-03 | 1 | -0/+6 |
|
|
* | The _tkinter module functions "createfilehandler", "deletefilehandler", | Guilherme Polo | 2009-01-03 | 1 | -0/+4 |
|
|
* | Issue 4796: Add from_float methods to the decimal module. | Raymond Hettinger | 2009-01-03 | 1 | -2/+3 |
|
|