summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Add first-cut at an approximation function (still needs rounding tweaks). Ad...Raymond Hettinger2008-01-242-0/+48
* Turn three recently fixed crashers into regular tests.Guido van Rossum2008-01-231-1/+70
* There was an error on exit if no sys.exitfunc was defined. Issue 1647.Kurt B. Kaiser2008-01-232-1/+6
* Could not open files in .idlerc directory if latter was hidden on Windows.Kurt B. Kaiser2008-01-232-2/+10
* Fix two crashers.Guido van Rossum2008-01-232-42/+0
* Fixed bug #1915: Python compiles with --enable-unicode=no again. However seve...Christian Heimes2008-01-232-2/+7
* I'm tired of these tests breaking at Google due to our large number ofGuido van Rossum2008-01-232-0/+6
* Let pprint() support sets and frozensets (suggested by David Mertz).Raymond Hettinger2008-01-231-2/+15
* docstring and comment updates suggested by Giampaolo Rodola'Gregory P. Smith2008-01-221-3/+3
* Fix for #1087741 patch.Georg Brandl2008-01-221-0/+7
* - Fix Issue #1703448: A joined thread could show up in theGregory P. Smith2008-01-222-5/+26
* Replace spam.acquire() try: ... finally: spam.release() with "with spam:"Gregory P. Smith2008-01-221-24/+8
* accepts and closes issue #1221598: adds an optional callback to ftplib.FTPGregory P. Smith2008-01-221-17/+52
* Reformat some ugly code.Georg Brandl2008-01-211-26/+27
* Patch #1720595: add T_BOOL to the range of structmember types.Georg Brandl2008-01-211-1/+7
* Add the correct build dir when building with pydebug.Georg Brandl2008-01-211-0/+2
* #1715: include sub-extension modules in pydoc text output.Georg Brandl2008-01-212-1/+19
* Follow PEP 8 in module docstring.Walter Dörwald2008-01-211-5/+5
* Issue #1882: when compiling code from a string, encoding cookies in theGeorg Brandl2008-01-211-1/+9
* #1530959: change distutils build dir for --with-pydebug python builds.Georg Brandl2008-01-211-0/+6
* Clarify $ behavior in re docstring. #1631394.Georg Brandl2008-01-211-3/+6
* #1726198: replace while 1: fp.readline() with file iteration.Georg Brandl2008-01-213-10/+3
* Adapt pydoc to new doc URLs.Georg Brandl2008-01-211-7/+6
* Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. ...Vinay Sajip2008-01-211-2/+5
* #1555501: document plistlib and move it to the general library.Georg Brandl2008-01-211-1/+1
* #1269: fix a bug in pstats.add_callers() and add a unit test file for pstats.Georg Brandl2008-01-212-1/+28
* #1876: fix typos in test_operator.Georg Brandl2008-01-201-4/+4
* Fix test_pyclbr after urllib change.Georg Brandl2008-01-201-0/+1
* #1669: don't allow shutil.rmtree() to be called on a symlink.Georg Brandl2008-01-202-0/+22
* #1648: add sys.gettrace() and sys.getprofile().Georg Brandl2008-01-202-0/+31
* #1664522: in urllib, don't read non-existing directories in ftp mode,Georg Brandl2008-01-201-3/+13
* #856047: respect the ``no_proxy`` env var when checking for proxiesGeorg Brandl2008-01-201-8/+44
* #1178141: add addinfourl.code to get http status code from urllib.Georg Brandl2008-01-203-5/+24
* #1351692: in pprint, always call format() for dict and list items to enableGeorg Brandl2008-01-201-55/+60
* Document that zipfile decryption is insanely slow and fix a typo andGregory P. Smith2008-01-201-1/+1
* Fix zipfile decryption. The check for validity only worked on oneGregory P. Smith2008-01-202-2/+32
* Add an interactive test script for exercising cursesAndrew M. Kuchling2008-01-201-0/+46
* Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox.Andrew M. Kuchling2008-01-201-11/+25
* Fixes/Accepts Patch for issue1189216 - Work properly with archivesGregory P. Smith2008-01-191-2/+2
* Fix issue 1300: Quote command line arguments that contain a '|' character inGregory P. Smith2008-01-192-3/+5
* Undo an unnecessary else: and indentation that r60104 added.Gregory P. Smith2008-01-191-58/+57
* Fixes issue1336 - a race condition could occur when forking if the gcGregory P. Smith2008-01-191-58/+71
* fix comment typos, use not arg instead of arg == "", add test coverageGregory P. Smith2008-01-192-3/+5
* #1663329: add os.closerange() to close a range of fds,Georg Brandl2008-01-192-7/+8
* Bug 1277: make Maildir use the user-provided factory instead of hard-wiring M...Andrew M. Kuchling2008-01-192-1/+18
* Fix #1146: TextWrap vs words 1-character shorter than the width.Georg Brandl2008-01-192-1/+19
* Fix #1679: "0x" was taken as a valid integer literal.Georg Brandl2008-01-193-1/+8
* Fix #1693149. Now you can pass several modules separated byFacundo Batista2008-01-191-3/+5
* Patch #976880: add mmap .rfind() method, and 'end' paramter to .find().Andrew M. Kuchling2008-01-191-0/+36
* Disabled test_xmlrpc:test_404. It's causing lots of false alarms.Christian Heimes2008-01-193-4/+4