summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Allow am/pm as well as AM/PM (C9X behaviour).Jack Jansen2000-09-151-2/+2
* Support \r in source files. Closes bug #101425.Martin v. Löwis2000-09-151-0/+5
* Removed some debugging prints: When running user configuration codeFred Drake2000-09-151-4/+0
* Added 'warn_dir' option so other code can sneak in and disableGreg Ward2000-09-151-3/+6
* Adjust to the new sysconfig regime: use 'get_config_vars()' insteadGreg Ward2000-09-151-3/+6
* Adjust to the new sysconfig regime: use 'get_config_var()' insteadGreg Ward2000-09-151-3/+4
* Revamped 'get_platform()' to try and do something reasonably smart onGreg Ward2000-09-151-4/+42
* Changed from eager parsing of Makefile (at import time) to lazy: only doGreg Ward2000-09-151-25/+63
* Fixed so 'parse_makefile()' uses the TextFile class to ensure thatGreg Ward2000-09-151-6/+8
* cope with weird Content-Length values returned from servers byJeremy Hylton2000-09-141-1/+4
* Remove "," from the list of always_safe characters. It is a reservedJeremy Hylton2000-09-142-8/+62
* Detlef Lannert <lannert@uni-duesseldorf.de>:Fred Drake2000-09-141-2/+2
* Added --force (-f) option to force installation (including bytecodeGreg Ward2000-09-135-4/+20
* Bump version to 0.9.3pre.Greg Ward2000-09-131-1/+1
* Fix install directories on Mac OS: now everything goes toGreg Ward2000-09-131-2/+2
* Bastian Kleineidam: fix so it cleans up the temporary script-buildingGreg Ward2000-09-121-20/+13
* Deleted ancient file.Guido van Rossum2000-09-111-410/+0
* Untabify. When compiling in -tt mode, an inconsistent Tab use errorFred Drake2000-09-111-408/+407
* Delete some debugging prints.Greg Ward2000-09-111-2/+0
* Added --plat-name option to override sysconfig.get_platform() inGreg Ward2000-09-112-4/+18
* Added --python and --fix-python options for better control over whatGreg Ward2000-09-101-16/+33
* The installer now displays info about version of distutilsThomas Heller2000-09-091-263/+278
* The windows installer must also look under the HKEY_CURRENT_USER keyThomas Heller2000-09-091-240/+240
* Do not try to fix bugs while sleeping.Fred Drake2000-09-091-4/+0
* Kevin Jacobs <jacobs@darwin.cwru.edu>:Fred Drake2000-09-091-1/+2
* Match Sam Rushing's current version of asyncore.py and asynchat.pyAndrew M. Kuchling2000-09-082-81/+126
* Add test cases to make sure we get the right SyntaxError message forFred Drake2000-09-082-0/+59
* Fix for bug 110629: Generate unique image names by introducing a counterMartin v. Löwis2000-09-081-1/+3
* Changes:Thomas Heller2000-09-071-273/+298
* Older Tk versions don't support mousewheel support. Set event.deltaFredrik Lundh2000-09-071-1/+4
* Added Unicode objects to the copy mechanism. Since these are immutable,Marc-André Lemburg2000-09-071-0/+2
* Typo fix.Greg Ward2000-09-071-1/+1
* Removing this file again to set its status to 'dead'.Guido van Rossum2000-09-071-1570/+0
* Bullet-proofing of 'make_release_tree()':Greg Ward2000-09-061-6/+14
* Reorganized logic in 'get_file_list()' so it's easier to read, and fixed aGreg Ward2000-09-061-7/+8
* Typo fix.Greg Ward2000-09-062-2/+2
* The usual.Guido van Rossum2000-09-055-23/+30
* Add new builtin commands "copyright", "license", "credits" whichGuido van Rossum2000-09-051-1/+52
* For this server to work on Windows, directories should use "/" as theGuido van Rossum2000-09-041-2/+3
* test_mmap wrote null bytes into its expected-output file; this caused me toTim Peters2000-09-042-2/+1
* Correct docstring about return value when group didn't participate in matchAndrew M. Kuchling2000-09-041-4/+4
* Hack the Windows code to use os.popen().Guido van Rossum2000-09-031-3/+1
* updated SRE test suite (fixes PEP223 problem, shows syntax errors)Fredrik Lundh2000-09-031-76/+78
* Repair failing test_sre.py.Tim Peters2000-09-031-3/+3
* return -1 for undefined groups (as implemented in 1.5.2) instead ofFredrik Lundh2000-09-021-1/+6
* -- tightened up parsing of octal numbersFredrik Lundh2000-09-023-198/+158
* SourceForge patch 101396, by an anonymous friend.Tim Peters2000-09-021-1/+1
* patch by Neil Schemenauer to improve (fix?) line number generationJeremy Hylton2000-09-012-17/+32
* The "more" cmd varies across Windows flavors, sometimes adding strayTim Peters2000-09-012-14/+32
* Update magic number.Jeremy Hylton2000-09-012-15/+47