summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2001-01-157-504/+504
* Whitespace normalization.Tim Peters2001-01-1517-3199/+3197
* -- don't use recursion for unbounded non-greedy repeatFredrik Lundh2001-01-141-1/+1
* Whitespace normalization.Tim Peters2001-01-1418-1994/+1991
* Whitespace normalization.Tim Peters2001-01-1416-1235/+1233
* - Don't hardcode Unix filename syntax when opening ~/.pdbrc.Guido van Rossum2001-01-141-4/+4
* - Use mimetypes.types_map to initialize extensions_map.Guido van Rossum2001-01-141-9/+9
* SF Patch #103211.Guido van Rossum2001-01-141-4/+4
* Make the copyright message the same as for the "real" interpreter.Guido van Rossum2001-01-141-1/+2
* Whitespace normalization.Tim Peters2001-01-143-98/+98
* SF Patch #103232 by dougfort: Preserve Nonstandard Port Number in HostGuido van Rossum2001-01-141-1/+6
* SRE: stricter pattern syntax checking (covers parts of bug #115900)Fredrik Lundh2001-01-141-7/+17
* Whitespace standardization.Tim Peters2001-01-146-535/+534
* reapplied Fred's "recommended style" patch...Fredrik Lundh2001-01-141-8/+8
* SRE fixes for 2.1 alpha:Fredrik Lundh2001-01-145-38/+64
* - Added keyword argument 'append' to filterwarnings(); if true, thisGuido van Rossum2001-01-141-5/+10
* Reverting a dumb experimental version I checked in by mistake.Tim Peters2001-01-141-9/+2
* SF bug 128713: type(mmap_object) blew up on Linux.Tim Peters2001-01-143-2/+12
* mwh: [ Patch #103228 ] traceback.py nit.Guido van Rossum2001-01-131-1/+5
* SF Patch #103227 by mwh: make code.py appreciate softspaceGuido van Rossum2001-01-131-0/+14
* No text file relying on significant trailing whitespace is robust underTim Peters2001-01-131-16/+16
* SF Patch #103225 by Ping: httplib: smallest Python patch everGuido van Rossum2001-01-131-2/+5
* Fix stupidity.Tim Peters2001-01-131-1/+1
* Guido found a brand new race in tempfile on Linux, due to Linux changingTim Peters2001-01-133-16/+121
* A variant of SF patch 103028 (Make tempfile.mktemp threadsafe).Tim Peters2001-01-121-12/+45
* Delete unused import of pprint moduleAndrew M. Kuchling2001-01-111-1/+0
* Patch #103134: Support import lines in pth files.Martin v. Löwis2001-01-111-1/+4
* Adapted version of SF Patch #103173 by pyretic: make uu.decode workGuido van Rossum2001-01-101-5/+4
* Moved the test codec definition to a new module and updated the test andMarc-André Lemburg2001-01-103-54/+97
* Assorted xreadlines problems:Tim Peters2001-01-092-9/+10
* Test for xreadline.Guido van Rossum2001-01-092-0/+46
* Check in patch #102971: if library_dirs is a string, split it usingAndrew M. Kuchling2001-01-091-0/+2
* Patch #102953: Fix bug #125452, where shlex.shlex hangs when itAndrew M. Kuchling2001-01-091-0/+5
* GetoptError is always initialized with exactly two parameters, so simplifyFred Drake2001-01-081-7/+4
* Fixed bug which caused HTTPS not to work at all with string URLsMoshe Zadka2001-01-081-1/+1
* Text.__init__(): Make sure the data parameter is a string (8-bit orFred Drake2001-01-081-0/+2
* 18 isn't a prime (duh).Tim Peters2001-01-081-1/+1
* MS Win32 .readline() speedup, as discussed on Python-Dev. This is a trickyTim Peters2001-01-072-0/+61
* Add more regression tests, including for the import statement variations.Fred Drake2001-01-072-10/+60
* This patch adds a new feature to the builtin charmap codec:Marc-André Lemburg2001-01-062-0/+66
* Speed it up by using readlines(sizehint). It's still slower thanGuido van Rossum2001-01-051-10/+39
* Add test cases based on RFC 1808. So now we actually have a test suiteFred Drake2001-01-052-0/+106
* urlunparse(): Do not add a leading slash to the path if it is empty.Fred Drake2001-01-051-6/+12
* When a PyCFunction that takes only positional parameters is called withFred Drake2001-01-042-1/+22
* No more RCmp.Neil Schemenauer2001-01-041-22/+1
* Sequence repeat works now for in-place multiply with an integer typeNeil Schemenauer2001-01-041-4/+4
* __rcmp__ no longer gets called on instances. Remove the test for it.Neil Schemenauer2001-01-041-12/+1
* Numbers no longer compare smaller than all other types. Fix the onlyNeil Schemenauer2001-01-041-1/+2
* Actually call the object with an __call__ method, instead of justJeremy Hylton2001-01-031-0/+1
* This patch changes the default behaviour of the builtin charmapMarc-André Lemburg2001-01-0354-269/+377