summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* #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
* Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer ...Andrew M. Kuchling2008-01-191-4/+41
* Update for threading.local test.Christian Heimes2008-01-191-2/+18
* Added unit test to verify that threading.local doesn't cause ref leaks. It se...Christian Heimes2008-01-191-1/+27
* Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for aFacundo Batista2008-01-192-0/+9
* Several tweaks: add construction from strings and .from_decimal(), changeJeffrey Yasskin2008-01-192-15/+130
* This got fixed for classic classes in r60057,Guido van Rossum2008-01-181-17/+0
* Added bytes and b'' as aliases for str and ''Christian Heimes2008-01-182-4/+28
* Added LoggerAdapter class, changed copyright dates, made check for extra para...Vinay Sajip2008-01-181-5/+95
* Issue #1861: Add read-only attribute listing upcoming events in the order th...Raymond Hettinger2008-01-171-7/+24
* Fixes (accepts patch) issue1339 - http://bugs.python.org/issue1339Gregory P. Smith2008-01-171-10/+30
* Comply with RFC 3207.Gregory P. Smith2008-01-171-0/+8
* Make starmap() match its pure python definition and accept any itertable inpu...Raymond Hettinger2008-01-171-1/+2
* Add queues will alternative fetch orders (priority based and stack based).Raymond Hettinger2008-01-162-14/+57
* Use 'g' instead of 'D' as the ctypes typecode for c_longdouble, forThomas Heller2008-01-161-1/+1
* Raise a TypeError instead of a ValueError when too many initializersThomas Heller2008-01-161-4/+4
* Raise a TypeError if conflicting positional and named arguments areThomas Heller2008-01-161-0/+9
* Convert the internal ctypes array type cache to a WeakValueDict soThomas Heller2008-01-161-0/+14
* Docstring typosAndrew M. Kuchling2008-01-161-3/+3
* test_doctest fails since r59984.Amaury Forgeot d'Arc2008-01-151-0/+2
* Refactor if/elif chain for clarity and speed. Remove dependency on subclasse...Raymond Hettinger2008-01-151-30/+23
* Issue #1786 (by myself): pdb should use its own stdin/stdout around anGuido van Rossum2008-01-151-2/+8
* Add rational.Rational as an implementation of numbers.Rational with infiniteJeffrey Yasskin2008-01-153-3/+711
* Temporarily revert 59967 until GC can be added.Raymond Hettinger2008-01-151-6/+0
* Issue 1820: structseq objects did not work with the % formatting operator or...Raymond Hettinger2008-01-151-0/+6