summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* added missing module docstringTarek Ziadé2009-01-251-0/+5
* Issue #5052: removed backward compatibility information (out of date)Tarek Ziadé2009-01-2536-72/+0
* Improved itertools recipe for generating powerset().Raymond Hettinger2009-01-251-7/+5
* Promote compress() from a recipe to being a regular itertool.Raymond Hettinger2009-01-251-8/+32
* Issue #4863, removing remaining bitsTarek Ziadé2009-01-251-1/+0
* Fixed #4863: removed distutils.mwerkscompilerTarek Ziadé2009-01-252-251/+0
* fix building the core with --disable-unicodeBenjamin Peterson2009-01-251-1/+0
* Remove uses of cmp from the decimal module.Mark Dickinson2009-01-251-3/+15
* Properly document multiprocessing's logging support, resolve outstanding issu...Jesse Noller2009-01-252-13/+26
* Issue #3657: fix occasional test_pickletools failures.Mark Dickinson2009-01-241-5/+5
* Issue #1672332: Fix unpickling of subnormal floats, which was raisingMark Dickinson2009-01-241-0/+10
* Issue #5025: Fix occasional test_kqueue failure on OS X.Mark Dickinson2009-01-241-3/+6
* Issue #3881: Help Tcl to load even when started through theMartin v. Löwis2009-01-241-0/+35
* Add heading for 2.7a0.Martin v. Löwis2009-01-241-2/+8
* Issue #4710: Extract directories properly in the zipfile module;Martin v. Löwis2009-01-243-4/+45
* Add a test for UNC import paths, see issue 3677Kristján Valur Jónsson2009-01-241-0/+21
* Update comments and add an optimized path for Counter.update().Raymond Hettinger2009-01-221-3/+5
* Tighten-up the docs for Counter().Raymond Hettinger2009-01-211-0/+5
* Simplify explanation of multiset operations by removing restrictions on negat...Raymond Hettinger2009-01-212-10/+11
* Issue 5009: multiprocessing: failure in manager._debug_info()Jesse Noller2009-01-212-3/+5
* Issue #5008: When a file is opened in append mode with the new IO library,Antoine Pitrou2009-01-211-0/+11
* Issue 5013: Fixed bug in FileHandler when delay was set - added fix for Rotat...Vinay Sajip2009-01-202-12/+9
* Issue 5013: Fixed bug in FileHandler when delay was set.Vinay Sajip2009-01-201-9/+9
* Issue 4998: __slots__ on Fractions was useless.Raymond Hettinger2009-01-202-0/+14
* allow unicode keyword arguments for the ** syntax #4978Benjamin Peterson2009-01-201-0/+20
* Use Georg's new permalinks to documentation by version number.Raymond Hettinger2009-01-201-1/+1
* Make merging easier by formattng comment blocks the same in Py3.1Raymond Hettinger2009-01-201-3/+5
* Add Counter() to __all__.Raymond Hettinger2009-01-201-1/+1
* Build-outs for Counter() class:Raymond Hettinger2009-01-202-9/+135
* I'm sick of these deprecations warnings in test_osBenjamin Peterson2009-01-191-3/+5
* make bad file descriptor tests more robustBenjamin Peterson2009-01-193-15/+32
* Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ha...Jesse Noller2009-01-191-1/+15
* Issue 4957Kristján Valur Jónsson2009-01-191-2/+1
* raise an OSError for invalid fds #4991Benjamin Peterson2009-01-191-0/+4
* fix encoding cookie caseBenjamin Peterson2009-01-181-1/+1
* fix test that wasn't working as expected #4990Benjamin Peterson2009-01-181-1/+1
* issue 4301: patch logging to add processName, remove the old _check_logger_cl...Jesse Noller2009-01-182-24/+10
* issue 4293: make test_capi.py more robutst, it times out on some platforms, ...Kristján Valur Jónsson2009-01-181-6/+29
* Resolve issue 4449: AssertionError in mp_benchmarks.pyJesse Noller2009-01-182-6/+24
* follow-up of #3997: since 0xFFFF numbers are not enough to indicate a zip64 f...Amaury Forgeot d'Arc2009-01-171-11/+6
* fix inspect.isclass() on instances with a custom __getattr__ #1225107Benjamin Peterson2009-01-172-2/+13
* #3997: zipfiles generated with more than 65536 files could not be openedAmaury Forgeot d'Arc2009-01-171-7/+13
* trying to find some fpathconf() settings that all unixs support...Benjamin Peterson2009-01-171-1/+1
* use enumerateBenjamin Peterson2009-01-171-2/+2
* compare with == not is #4946Benjamin Peterson2009-01-161-1/+1
* Make all the invalid fd tests for os subject to the function being available.Kristján Valur Jónsson2009-01-151-6/+12
* Fix two test cases in test_os. ftruncate raises IOError unlike all the other...Kristján Valur Jónsson2009-01-151-2/+5
* Issue 4929: Handle socket errors when receivingKristján Valur Jónsson2009-01-151-1/+4
* Comment typoMark Dickinson2009-01-151-1/+1
* Issue #4397. Fix occasional test_socket failure on OS X.Mark Dickinson2009-01-151-0/+4