summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Work through several open todos:Raymond Hettinger2004-07-032-50/+55
* threading.Thread objects will now print a traceback for an exception raisedBrett Cannon2004-07-031-2/+38
* Add tests that check the result of calendar.monthcalendar() for a setWalter Dörwald2004-07-021-1/+79
* Make weak references subclassable:Fred Drake2004-07-022-16/+100
* Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy.Thomas Heller2004-07-022-0/+0
* SF Bug #215126: Over restricted type checking on eval() functionRaymond Hettinger2004-07-022-11/+55
* Committing Tim's patch for SF bug #983585:Fred Drake2004-07-011-2/+1
* FixMichael W. Hudson2004-07-011-39/+44
* fix small consistency nitFred Drake2004-07-011-1/+1
* Move Decimal from the sandbox into production.Raymond Hettinger2004-07-011-0/+1