summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #3366: Add error function and complementary error function toMark Dickinson2009-12-191-0/+82
* Issue #3366: Add expm1 function to math module. Thanks Eric Smith forMark Dickinson2009-12-162-7/+76
* Issue #7396: fix -s, which was broken by the -j enhancement.R. David Murray2009-12-161-11/+9
* remove lib2to3 resourceBenjamin Peterson2009-12-161-2/+0
* cleaned up the module (PEP 8 + old fashion test removal)Tarek Ziadé2009-12-151-3/+2
* Issue #7498: make test_multiprocessing use test_support.find_unused_portR. David Murray2009-12-141-2/+3
* Issue #1680159: unicode coercion during an 'in' operation was maskingR. David Murray2009-12-141-1/+3
* accept None as the same as having passed no argument in file types #7349Benjamin Peterson2009-12-132-4/+41
* #7342: make sure that the datetime object in test_fraction always has a numbe...Ezio Melotti2009-12-131-3/+4
* make StringIO like other file objects in that readline(-1) has no effect #7348Benjamin Peterson2009-12-132-1/+3
* fix the ignoring of __cmp__ method on metaclasses #7491Benjamin Peterson2009-12-131-0/+9
* Issue #7357: No longer suppress fatal extraction errors byLars Gustäbel2009-12-131-1/+1
* Issue #7466: segmentation fault when the garbage collector is calledAntoine Pitrou2009-12-121-0/+3
* Issue #3366: Add lgamma function to math module.Mark Dickinson2009-12-112-5/+150
* Issue #7470: logging: fix bug in Unicode encoding fallback.Vinay Sajip2009-12-111-3/+3
* using an existing file to avoid dealing with a sleep to test file agesTarek Ziadé2009-12-101-47/+26
* added test coverage for distutils.dep_util, and cleaned up the moduleTarek Ziadé2009-12-102-37/+132
* Fix an issue with the detection of a non-existing SDKRonald Oussoren2009-12-101-3/+3
* Add a reverse() method to collections.deque().Raymond Hettinger2009-12-101-0/+12
* Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d)Raymond Hettinger2009-12-101-0/+11
* Skip new imaplib SSL tests if ssl is not available.R. David Murray2009-12-091-14/+31
* Issue 5949: fixed IMAP4_SSL hang when the IMAP server response isR. David Murray2009-12-092-4/+166
* Make test_pipes a little bit more robust.Antoine Pitrou2009-12-081-3/+6
* Fix transient refleaks in test_urllib. Thanks to Florent Xicluna.Antoine Pitrou2009-12-081-0/+2
* Fix the transient refleaks in test_zipimport_support.Antoine Pitrou2009-12-081-1/+2
* Issue #6986: Fix crash in the JSON C accelerator when called with theAntoine Pitrou2009-12-081-2/+11
* removed the usage of rfc822 in favor of email.message.MessageTarek Ziadé2009-12-081-32/+31
* Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetad...Tarek Ziadé2009-12-082-19/+103
* fix test_parser from tokenizer tweakBenjamin Peterson2009-12-061-4/+4
* logging: Improved support for SMTP over TLS.Vinay Sajip2009-12-061-5/+8
* logging: Added optional 'secure' parameter to SMTPHandler.Vinay Sajip2009-12-061-2/+10
* Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Descr...Tarek Ziadé2009-12-062-2/+18
* bump version to 2.7a1v2.7a1Benjamin Peterson2009-12-052-2/+2
* regenerate pydoc_topicsBenjamin Peterson2009-12-051-29/+29
* Issue 7431: use TESTFN in test_linecache instead of trying to create aR. David Murray2009-12-031-36/+32
* Issue #4120: Drop reference to CRT from manifest when buildingMartin v. Löwis2009-12-031-0/+23
* actually close filesPhilip Jenvey2009-12-031-6/+3
* Issue #7333: The `posix` module gains an `initgroups()` function providingAntoine Pitrou2009-12-021-0/+22
* Issue #4482: Add tests for special float value formatting.Eric Smith2009-12-021-0/+35
* #7419: Fix a crash on Windows in locale.setlocale() when the categoryAmaury Forgeot d'Arc2009-12-011-0/+11
* Issue 7410: deepcopy of itertools.count resets the countRaymond Hettinger2009-11-301-0/+9
* now that deepcopy can handle instance methods, this hack can be removed #7409Benjamin Peterson2009-11-291-13/+2
* Fixed #7408: dropped group ownership checking because it relies on os-specifi...Tarek Ziadé2009-11-291-1/+4
* Issue #3382: Make '%F' and float.__format__('F') convert results to upper cas...Eric Smith2009-11-293-2/+55
* Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert...Antoine Pitrou2009-11-282-0/+15
* Issue #7403: Fixed possible race condition in lock creation.Vinay Sajip2009-11-271-4/+4
* Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.Martin v. Löwis2009-11-271-0/+42
* Issue #6845: Add restart support for binary upload in ftplib. TheAntoine Pitrou2009-11-272-5/+32
* When open_urlresource() fails, HTTPException is another possible errorAntoine Pitrou2009-11-262-2/+4
* Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method ...Antoine Pitrou2009-11-251-0/+7