summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* GzipFile.readline performance improvement (~30-40%), patch #1281707Bob Ippolito2006-05-221-20/+28
* Whitespace normalization.Tim Peters2006-05-191-1/+1
* Fix #1474677, non-keyword argument following keyword.Neal Norwitz2006-05-191-0/+3
* Changed status from "beta" to "production"; since logging has been part of th...Vinay Sajip2006-05-181-1/+1
* Bug #1462152: file() now checks more thoroughly for invalid modeGeorg Brandl2006-05-181-1/+1
* Little cleanupNeal Norwitz2006-05-182-4/+4
* Fix test_locale for platforms without a default thousands separator.Georg Brandl2006-05-181-5/+8
* Remove unused import.Georg Brandl2006-05-182-2/+2
* Amendments to patch #1484695.Georg Brandl2006-05-181-45/+52
* Whitespace normalization.Tim Peters2006-05-182-12/+12
* Patch #1180296: improve locale string formatting functionsGeorg Brandl2006-05-172-46/+149
* Delay-import some large modules to speed up urllib2 import.Georg Brandl2006-05-171-8/+28
* Patch #1486962: Several bugs in the turtle Tk demo module were fixedGeorg Brandl2006-05-171-18/+565
* Add global debug flag to cookielib to avoid heavy dependency on the logging m...Georg Brandl2006-05-171-63/+74
* Text files missing the SVN eol-style property.Tim Peters2006-05-161-964/+964
* Whitespace normalization.Tim Peters2006-05-161-1/+1
* Patch #1435422: zlib's compress and decompress objects now have aGeorg Brandl2006-05-161-0/+57
* test_directory(): Remove the leftover temp directory that's makingTim Peters2006-05-151-0/+4
* ReadDetectFileobjTest: repair Windows disasters by openingTim Peters2006-05-151-1/+2
* [ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634)Georg Brandl2006-05-152-2/+90
* - Bug #1487966: Fix SystemError with conditional expression in assignmentNeal Norwitz2006-05-151-16/+19
* Rework the build system for osx applications:Ronald Oussoren2006-05-141-5/+18
* add svn:eol-style native svn:keywords IdThomas Heller2006-05-121-104/+104
* Add missing svn properties.Thomas Heller2006-05-121-122/+122
* Typo fix.Georg Brandl2006-05-111-1/+1
* BaseThreadedTestCase.setup(): stop special-casing WindowsError.Tim Peters2006-05-111-2/+0
* 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