summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Revert 1.51 booleans so that sre will still run on old pythons.Raymond Hettinger2004-03-271-6/+6
* Simple Optimizations:Raymond Hettinger2004-03-261-73/+92
* Remove unnecessary test. (Thanks Skip)Raymond Hettinger2004-03-261-6/+0
* Fix test failure for test_tcl on OS/X and Windows if aDavid Ascher2004-03-261-7/+1
* Marshal clean-up (SF patch #873224)Armin Rigo2004-03-261-0/+5
* Simple optimizations:Raymond Hettinger2004-03-261-47/+69
* make sure the default manifest generation includes files identified asFred Drake2004-03-252-0/+6
* Added more Windows version names (thanks to Thomas Heller).Marc-André Lemburg2004-03-251-29/+23
* Fix last patch to be backwards-compatible with Python 1.5.2 .Brett Cannon2004-03-251-12/+25
* Fixed a caching bug in platform.platform() where the argument of 'terse' wasBrett Cannon2004-03-251-8/+8
* Defer compilation of regular expressions until first use.Martin v. Löwis2004-03-251-3/+7
* Use True/False instead of 0/1 for character classes.Martin v. Löwis2004-03-251-6/+6
* Ensure super() lookup of descriptor from classmethod works (SF #743627)Phillip J. Eby2004-03-251-0/+14
* fix name in setacl method doc stringPiers Lauder2004-03-251-1/+1
* Enable the profiling of C functions (builtins and extensions)Nicholas Bastin2004-03-244-3/+50
* Add test case for unicode(somestring, "idna").Martin v. Löwis2004-03-241-1/+6
* Replace sequential split/join calls on strings with a single replace call.Brett Cannon2004-03-232-11/+5
* Convert input to a string object. Fixes #909230.Martin v. Löwis2004-03-231-0/+1
* Replace code in urllib for basejoin (undocumented) with urlparse.urljoin .Brett Cannon2004-03-231-59/+2
* Add runctx to __all__.Guido van Rossum2004-03-231-1/+1
* Added command line options for profile.py - one for stats output fileNicholas Bastin2004-03-231-13/+27
* Basic dependency checking. setup() has two new optional argumentsAnthony Baxter2004-03-225-3/+144
* Patch #911176: Move test function into __main__Martin v. Löwis2004-03-221-12/+12
* Added global runctx function to profile to fix SF Bug #716587Nicholas Bastin2004-03-223-6/+37
* The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even inArmin Rigo2004-03-221-0/+23
* Fix (really) for tight loop line eventsNicholas Bastin2004-03-221-1/+2
* Test for tight loop line event fix, SF bug #765624Nicholas Bastin2004-03-221-0/+25
* Test for lack of implicit return line eventNicholas Bastin2004-03-221-9/+27
* New parser. Next up, making the current parser use this parserAnthony Baxter2004-03-221-0/+362
* SF bug 847019 datetime.datetime initialization needs more strict checkingTim Peters2004-03-211-0/+20
* Change parse_qsl() to accept control-name's with no equal sign (e.g., "name")Brett Cannon2004-03-211-1/+5
* Normalized files in test_unicode_file to eliminate failure on OSXNicholas Bastin2004-03-211-9/+29
* [Part of patch #909005] Added map parameter for file_dispatcher and dispatche...Andrew M. Kuchling2004-03-211-4/+4
* [Part of patch #909005] Repeating exception changed from 'raise socket.error,...Andrew M. Kuchling2004-03-211-5/+5
* [Part of patch #909005] Remove Mac code for writableAndrew M. Kuchling2004-03-211-8/+2
* [Part of patch #909005] Set initial poll flagsAndrew M. Kuchling2004-03-211-2/+2
* [Part of patch #909005] Use True/FalseAndrew M. Kuchling2004-03-211-13/+13
* [Patch #900071] Be case-insensitive when removing 'usage:' stringAndrew M. Kuchling2004-03-211-1/+1
* [Part of patch #909005] Handle POLLPRI flag, and various errors cases. Fixes...Andrew M. Kuchling2004-03-211-1/+3
* SF bug 917108: warnings.py does not define _test().Tim Peters2004-03-211-8/+3
* Patch #853488: Add hlist entry_configure and entry_cget methods.Martin v. Löwis2004-03-211-0/+11
* Remove unused instance attributes.Neil Schemenauer2004-03-211-2/+0
* Back out last patch that removed an entry from sys.path if it was not anBrett Cannon2004-03-211-1/+1
* Deal with case of when locale time values has characters that can be mistakenBrett Cannon2004-03-201-2/+14
* Limit the nesting depth of a tuple passed as the second argument toBrett Cannon2004-03-201-1/+18
* Fix for SF 777848.Guido van Rossum2004-03-201-6/+5
* SF patch 508730 CGIHTTPServer execfile should save cwdTim Peters2004-03-201-1/+3
* Remove non-existent paths.Brett Cannon2004-03-201-1/+1
* Fix how line endings were handled when iterating over a .pth file by strippingBrett Cannon2004-03-201-2/+1
* test_email: comment out two fail-test cases that no longer fail with the newThomas Wouters2004-03-201-25/+27