summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to theGreg Ward2000-09-161-2/+3
* Generalized 'reinitialize_command()' so it can optionally reinitializeGreg Ward2000-09-161-2/+20
* Added the "sub-command" machinery to formalize the notion of "commandGreg Ward2000-09-161-0/+31
* Factored the "sub-command" machinery out to Command. Mainly, thisGreg Ward2000-09-161-25/+10
* Repair senseless random.seed docstring (reported on c.l.py).Tim Peters2000-09-161-1/+1
* Tweaked the build temp dir names again.Greg Ward2000-09-161-8/+4
* Typo fix.Greg Ward2000-09-161-1/+1
* Include the Python version in the platform-specific build directories:Greg Ward2000-09-161-2/+4
* Document the directory separatory for include dir and library dir lists.Greg Ward2000-09-161-2/+3
* - add a new testNeil Schemenauer2000-09-151-0/+22
* fix bug #110661 (PR#356) -- accept either & or ; as separator for CGIJeremy Hylton2000-09-153-16/+25
* Fixed some typos. Removed one obsolete comment.Paul Prescod2000-09-151-3/+2
* Fixed bug that disallowed processing instructions before and afterPaul Prescod2000-09-151-4/+5
* Fix Bug #114293:Jeremy Hylton2000-09-155-112/+131
* Before comparing os.uname() to BeOS check that os.uname actually exists:-)Jack Jansen2000-09-151-1/+1
* For current directory use os.curdir, not ".".Jack Jansen2000-09-151-2/+2
* 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