summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #4710: Extract directories properly in the zipfile module;Martin v. Löwis2009-01-241-0/+3
* Issue 3807: multiprocessing fails to compile under --without-threadsJesse Noller2009-01-231-0/+4
* Issue #5008: When a file is opened in append mode with the new IO library,Antoine Pitrou2009-01-211-0/+5
* Issue 5013: Fixed bug in FileHandler when delay was set.Vinay Sajip2009-01-201-6/+9
* Issue 4998: __slots__ on Fractions was useless.Raymond Hettinger2009-01-201-0/+4
* allow unicode keyword arguments for the ** syntax #4978Benjamin Peterson2009-01-201-0/+2
* add a note about the ftruncate changeBenjamin Peterson2009-01-191-0/+3
* Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ha...Jesse Noller2009-01-191-0/+4
* raise an OSError for invalid fds #4991Benjamin Peterson2009-01-191-0/+3
* issue 4301: patch logging to add processName, remove the old _check_logger_cl...Jesse Noller2009-01-181-0/+3
* Resolve issue 4449: AssertionError in mp_benchmarks.pyJesse Noller2009-01-181-0/+3
* fix inspect.isclass() on instances with a custom __getattr__ #1225107Benjamin Peterson2009-01-171-0/+3
* #3997: zipfiles generated with more than 65536 files could not be openedAmaury Forgeot d'Arc2009-01-171-0/+3
* Another typo fix.Mark Dickinson2009-01-151-1/+1
* Issue #4397. Fix occasional test_socket failure on OS X.Mark Dickinson2009-01-151-0/+2
* #1162154: inspect.getmembers() now skips attributes that raise AttributeError,Amaury Forgeot d'Arc2009-01-131-1/+4
* #4807: Remove a wrong usage of wsprintf in the winreg moduleAmaury Forgeot d'Arc2009-01-131-0/+2
* Issue #4935: The overflow checking code in the expandtabs() method commonAntoine Pitrou2009-01-131-0/+4
* #3720: Interpreter crashes when an evil iterator removes its own next function.Amaury Forgeot d'Arc2009-01-121-0/+3
* Issue 1696199: Add collections.Counter().Raymond Hettinger2009-01-121-0/+3
* Misc/NEWS for issue 4293Kristján Valur Jónsson2009-01-121-0/+3
* Update Misc/NEWS for issue 3582Kristján Valur Jónsson2009-01-121-0/+2
* Issue #4893: Use NT threading on CE.Martin v. Löwis2009-01-121-0/+2
* Issue #4915: Port sysmodule to Windows CE.Martin v. Löwis2009-01-121-0/+2
* Issue #4895: Use _strdup on Windows CE.Martin v. Löwis2009-01-111-0/+2
* Issue #4279: Fix build of parsermodule under Cygwin.Martin v. Löwis2009-01-111-0/+2
* Add ACKS entries for some of the patches I've been committing.Antoine Pitrou2009-01-101-0/+6
* - Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection onMatthias Klose2009-01-101-0/+3
* Add NEWS entry for r68484.Antoine Pitrou2009-01-101-0/+2
* Issue #4074: Change the criteria for doing a full garbage collection (i.e.Antoine Pitrou2009-01-091-0/+6
* remove temporary code nowBenjamin Peterson2009-01-091-4/+0
* add -3 to manpageBenjamin Peterson2009-01-091-0/+6
* Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t.Martin v. Löwis2009-01-071-0/+2
* Issue #1180193: When importing a module from a .pyc (or .pyo) file withAntoine Pitrou2009-01-061-0/+6
* Make sure to checkout any new packagesNeal Norwitz2009-01-051-1/+1
* Issue #4272: Add an optional argument to the GzipFile constructor to override...Antoine Pitrou2009-01-041-0/+5
* Misc/NEWS entry for r68317Mark Dickinson2009-01-041-0/+2
* fixed #1702551: distutils sdist was not pruning VCS directories under win32Tarek Ziadé2009-01-041-0/+3
* Add temporary code to fix the automatic doc build failure.Georg Brandl2009-01-031-0/+4
* Manually merge r68095,68186,68187,68188,68190 from 2.6 branch.Georg Brandl2009-01-031-0/+6
* The _tkinter module functions "createfilehandler", "deletefilehandler",Guilherme Polo2009-01-031-0/+4
* Issue 4796: Add from_float methods to the decimal module.Raymond Hettinger2009-01-031-2/+3
* Issue #4817: Remove unused function PyOS_GetLastModificationTime.Martin v. Löwis2009-01-031-0/+2
* Issue #4812: add missing underscore prefix to some internal-use-onlyMark Dickinson2009-01-021-0/+3
* Issue #4051: Prevent conflict of UNICODE macros in cPickle.Martin v. Löwis2009-01-021-0/+2
* Issue #4075: Use OutputDebugStringW in Py_FatalError.Martin v. Löwis2009-01-021-0/+2
* Fix for issues #841800 and #900506Ronald Oussoren2009-01-021-0/+4
* Fix for issue 1149804Ronald Oussoren2009-01-021-0/+3
* Fix for issue r1737832Ronald Oussoren2009-01-021-0/+3
* Fix for issue 1627952Ronald Oussoren2009-01-021-0/+2