summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Change WindowsError to carry the Win32 error code in winerror,Martin v. Löwis2006-05-112-32/+0
* Patch #721464: pdb.Pdb instances can now be given explicit stdin andGeorg Brandl2006-05-103-103/+108
* Patch #1484695: Update the tarfile module to version 0.8. This fixesGeorg Brandl2006-05-103-182/+247
* Variant of patch #1478292. doctest.register_optionflag(name)Tim Peters2006-05-102-3/+22
* Disable a test that is unreliable.Thomas Heller2006-05-091-11/+16
* Patch #1478993: take advantage of BaseException/Exception split in cookielibGeorg Brandl2006-05-083-29/+35
* Patch #1479302: Make urllib2 digest auth and basic auth play together.Georg Brandl2006-05-082-3/+21
* Add test for rev. 45934.Georg Brandl2006-05-081-0/+16
* Patch #1483395: add new TLDs to cookielibGeorg Brandl2006-05-071-4/+7
* Handle ERROR_ALREADY_EXISTS.Martin v. Löwis2006-05-061-0/+8
* Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API.Martin v. Löwis2006-05-062-0/+16
* oops - the function is exported as 'my_free', not 'free'.Thomas Heller2006-05-051-4/+4
* Fix memory leaks in the ctypes test suite, reported by valgrind, byThomas Heller2006-05-051-0/+8
* Update checks to consider Windows error numbers.Martin v. Löwis2006-05-041-3/+29
* Implement os.{chdir,rename,rmdir,remove} using Win32 directly.Martin v. Löwis2006-05-042-3/+19
* Patch #1475845: Raise IndentationError for unexpected indent.Martin v. Löwis2006-05-041-2/+18
* Bug #1481530: allow "from os.path import ..." with imputilGeorg Brandl2006-05-041-2/+5
* Don't fail the tests when libglut.so or libgle.so cannot be loaded.Thomas Heller2006-05-031-2/+16
* Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package.Georg Brandl2006-05-032-7/+8
* Bug #1472191: convert breakpoint indices to ints before comparing them to intsGeorg Brandl2006-05-031-1/+7
* RFE #1472176: In httplib, don't encode the netloc and hostname with "idna" if...Georg Brandl2006-05-031-4/+13
* Add seamonkey to list of Windows browsers too.Georg Brandl2006-05-031-1/+2
* Finish bringing SVN into line with latest version of PEP 343 by getting rid o...Nick Coghlan2006-05-034-43/+44
* Move network tests from test_urllib2 to test_urllib2net.Georg Brandl2006-05-032-135/+137
* Patch #1480067: don't redirect HTTP digest auth in urllib2Georg Brandl2006-05-031-1/+1
* Whitespace normalization.Tim Peters2006-05-031-1/+1
* Use open() instead of file()Andrew M. Kuchling2006-05-022-23/+23
* Hopefully this will fix the spurious failures of test_mailbox.py that I'mGuido van Rossum2006-05-021-4/+8
* Get rid of __context__, per the latest changes to PEP 343 and python-devGuido van Rossum2006-05-028-105/+19
* Fix the formatting of KeyboardInterrupt -- a bad issubclass() call.Guido van Rossum2006-05-022-1/+7
* Replaced my dumb way of calculating seconds to midnight with Tim Peters' much...Vinay Sajip2006-05-021-6/+4
* SF #1479988: add methods to allow access to weakrefs for theFred Drake2006-05-022-0/+92
* Try to fix breakage caused by patch #1479181, r45850Neal Norwitz2006-05-022-4/+4
* SF #1479181: split open() and file() from being aliases for each other.Neal Norwitz2006-05-021-2/+2
* Rename parameters to match the documentation (whichMartin v. Löwis2006-05-012-16/+15
* Rename uisample to text, drop all non-text tables.Martin v. Löwis2006-05-012-1399/+129
* Port forward from 2.4 branch:Barry Warsaw2006-05-015-0/+24
* Patch #1472854: make the rlcompleter.Completer class usable on non-Georg Brandl2006-04-302-7/+7
* Fix another problem in inspect: if the module for an object cannot be found, ...Georg Brandl2006-04-301-1/+5
* Fix infinite regress when inspecting <string> or <stdin> frames.Phillip J. Eby2006-04-301-1/+7
* Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0.Georg Brandl2006-04-305-52/+64
* Patch #1470976: don't NLST files when retrieving over FTP.Georg Brandl2006-04-301-7/+0
* In stdlib, use hashlib instead of deprecated md5 and sha modules.Georg Brandl2006-04-306-17/+16
* Patch #1470846: fix urllib2 ProxyBasicAuthHandler.Georg Brandl2006-04-303-45/+244
* Fix docstring for contextfactory; mentioned old contextmanager name.Brett Cannon2006-04-291-1/+1
* Patch 1471883: --enable-universalsdk on Mac OS XRonald Oussoren2006-04-291-2/+2
* Bug #1478429: make datetime.datetime.fromtimestamp accept every float,Georg Brandl2006-04-281-0/+6
* Remove a duplicated test (the same test is in test_incomplete.py).Thomas Heller2006-04-281-21/+0
* Bug #1478326: don't allow '/' in distutils.util.get_platform machine namesGeorg Brandl2006-04-281-0/+1
* Bug #1472949: stringify IOErrors in shutil.copytree when appendingGeorg Brandl2006-04-281-1/+1