summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Debug output is now printed to sys.stderr .Brett Cannon2004-07-101-9/+10
* posixpath.realpath() now detects symlink loops and returns the path just beforeBrett Cannon2004-07-101-6/+30
* [Patch #981794] Add support for Firefox/FirebirdAndrew M. Kuchling2004-07-101-5/+6
* [Patch 988444]Andrew M. Kuchling2004-07-101-34/+31
* [Patch #965175] Incorporate a suggestion for a better error messageAndrew M. Kuchling2004-07-101-1/+2
* Make ntpath compress multiple slashes between drive letter and the rest of theBrett Cannon2004-07-102-9/+24
* [Patch #988602] Move the urllib2 tests into the test frameworkAndrew M. Kuchling2004-07-102-78/+129
* Make struct formats for specifying file size to be unsigned instead of signedBrett Cannon2004-07-101-4/+4
* [Patch #969907] Add traceback to warning outputAndrew M. Kuchling2004-07-101-4/+5
* In poll(), check connections for exceptional conditionsAndrew M. Kuchling2004-07-101-0/+15
* Return value from .close(); move .set_file upAndrew M. Kuchling2004-07-101-2/+2
* [Bug #835415] AIX can return modes that are >65536, which causes an OverflowE...Andrew M. Kuchling2004-07-101-1/+1
* [Patch #988504] Fix HTTP error handling via a patch from John J. LeeAndrew M. Kuchling2004-07-101-10/+6
* [Patch #987052 from Thomas Guettler]Andrew M. Kuchling2004-07-101-6/+21
* Improve Context construction and representation:Raymond Hettinger2004-07-102-43/+39
* Add generic codecs.encode() and .decode() APIs that don't imposeMarc-André Lemburg2004-07-101-1/+11
* Restructure testing of .pth files. Move previous functions into a class andBrett Cannon2004-07-101-37/+82
* Change argument list for addsitedir() to not require a second argument and thusBrett Cannon2004-07-091-1/+1
* Add some tests for corner cases.Raymond Hettinger2004-07-091-1/+25
* * Update the test suite to reflect that ConversionSyntax was no longerRaymond Hettinger2004-07-092-18/+6
* Module and tests:Raymond Hettinger2004-07-092-41/+35
* * fix the print testRaymond Hettinger2004-07-091-0/+14
* * balance the left/right search for getitem.Raymond Hettinger2004-07-091-4/+31
* Add another bunch of test cases for calendars with Sunday as theWalter Dörwald2004-07-081-1/+60
* Add exception handling for BaseRotatingFileHandler (SF #979252)Vinay Sajip2004-07-081-3/+6
* FileHandler now stores the basename as an absolute path (fix for SF #982049)Vinay Sajip2004-07-081-2/+4
* release datesAnthony Baxter2004-07-081-2/+2
* Whitespace normalization.Tim Peters2004-07-0813-33/+26
* Exercise xrange a bitNeal Norwitz2004-07-081-0/+59
* Exercise some error conditionsNeal Norwitz2004-07-081-0/+10
* SF bug #978308, Spurious errors taking bool of dead proNeal Norwitz2004-07-081-0/+1
* Tim gets his default traps.Raymond Hettinger2004-07-081-8/+10
* Whitespace normalization.Tim Peters2004-07-0732-166/+144
* [Bug #925107] Make .readline() consider self.stop. This makes read() and rea...Andrew M. Kuchling2004-07-071-13/+8
* For readable() objects, the previous value of 'flags' was ignored.Andrew M. Kuchling2004-07-071-2/+2
* whitespace normalizationSkip Montanaro2004-07-061-2/+2
* Fix SF#983164.Thomas Heller2004-07-061-2/+26
* testGetServBy(): Use services that should be available both on *nix andBarry Warsaw2004-07-061-1/+1
* * Fix missing return after error message is set.Raymond Hettinger2004-07-061-0/+1
* * Add __eq__ and __ne__ so that things like list.index() work properlyRaymond Hettinger2004-07-052-15/+26
* Test the logic for int(d).Raymond Hettinger2004-07-051-0/+10
* * Update the todo list.Raymond Hettinger2004-07-051-1/+2
* * Fixup docstringsRaymond Hettinger2004-07-051-7/+6
* Changed the rounding constant values to match their variable names.Raymond Hettinger2004-07-041-32/+23
* Fix clear_flags(). Make a readable (not evalable) Context repr.Raymond Hettinger2004-07-041-1/+9
* Redirect the warning stream to the shell during the ScriptBinding check of us...Kurt B. Kaiser2004-07-044-20/+72
* Namespace cleanups:Raymond Hettinger2004-07-031-123/+126
* * Make the tests independent of the default precision.Raymond Hettinger2004-07-032-119/+127
* Refactored RotatingFileHandler to create a base class for rotating handlers....Vinay Sajip2004-07-031-11/+167
* Changed basicConfig() to add keyword arguments. Changes are backward-compatible.Vinay Sajip2004-07-031-10/+56