| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow am/pm as well as AM/PM (C9X behaviour). | Jack Jansen | 2000-09-15 | 1 | -2/+2 |
|
|
* | Support \r in source files. Closes bug #101425. | Martin v. Löwis | 2000-09-15 | 1 | -0/+5 |
|
|
* | Removed some debugging prints: When running user configuration code | Fred Drake | 2000-09-15 | 1 | -4/+0 |
|
|
* | Added 'warn_dir' option so other code can sneak in and disable | Greg Ward | 2000-09-15 | 1 | -3/+6 |
|
|
* | Adjust to the new sysconfig regime: use 'get_config_vars()' instead | Greg Ward | 2000-09-15 | 1 | -3/+6 |
|
|
* | Adjust to the new sysconfig regime: use 'get_config_var()' instead | Greg Ward | 2000-09-15 | 1 | -3/+4 |
|
|
* | Revamped 'get_platform()' to try and do something reasonably smart on | Greg Ward | 2000-09-15 | 1 | -4/+42 |
|
|
* | Changed from eager parsing of Makefile (at import time) to lazy: only do | Greg Ward | 2000-09-15 | 1 | -25/+63 |
|
|
* | Fixed so 'parse_makefile()' uses the TextFile class to ensure that | Greg Ward | 2000-09-15 | 1 | -6/+8 |
|
|
* | cope with weird Content-Length values returned from servers by | Jeremy Hylton | 2000-09-14 | 1 | -1/+4 |
|
|
* | Remove "," from the list of always_safe characters. It is a reserved | Jeremy Hylton | 2000-09-14 | 2 | -8/+62 |
|
|
* | Detlef Lannert <lannert@uni-duesseldorf.de>: | Fred Drake | 2000-09-14 | 1 | -2/+2 |
|
|
* | Added --force (-f) option to force installation (including bytecode | Greg Ward | 2000-09-13 | 5 | -4/+20 |
|
|
* | Bump version to 0.9.3pre. | Greg Ward | 2000-09-13 | 1 | -1/+1 |
|
|
* | Fix install directories on Mac OS: now everything goes to | Greg Ward | 2000-09-13 | 1 | -2/+2 |
|
|
* | Bastian Kleineidam: fix so it cleans up the temporary script-building | Greg Ward | 2000-09-12 | 1 | -20/+13 |
|
|
* | Deleted ancient file. | Guido van Rossum | 2000-09-11 | 1 | -410/+0 |
|
|
* | Untabify. When compiling in -tt mode, an inconsistent Tab use error | Fred Drake | 2000-09-11 | 1 | -408/+407 |
|
|
* | Delete some debugging prints. | Greg Ward | 2000-09-11 | 1 | -2/+0 |
|
|
* | Added --plat-name option to override sysconfig.get_platform() in | Greg Ward | 2000-09-11 | 2 | -4/+18 |
|
|
* | Added --python and --fix-python options for better control over what | Greg Ward | 2000-09-10 | 1 | -16/+33 |
|
|
* | The installer now displays info about version of distutils | Thomas Heller | 2000-09-09 | 1 | -263/+278 |
|
|
* | The windows installer must also look under the HKEY_CURRENT_USER key | Thomas Heller | 2000-09-09 | 1 | -240/+240 |
|
|
* | Do not try to fix bugs while sleeping. | Fred Drake | 2000-09-09 | 1 | -4/+0 |
|
|
* | Kevin Jacobs <jacobs@darwin.cwru.edu>: | Fred Drake | 2000-09-09 | 1 | -1/+2 |
|
|
* | Match Sam Rushing's current version of asyncore.py and asynchat.py | Andrew M. Kuchling | 2000-09-08 | 2 | -81/+126 |
|
|
* | Add test cases to make sure we get the right SyntaxError message for | Fred Drake | 2000-09-08 | 2 | -0/+59 |
|
|
* | Fix for bug 110629: Generate unique image names by introducing a counter | Martin v. Löwis | 2000-09-08 | 1 | -1/+3 |
|
|
* | Changes: | Thomas Heller | 2000-09-07 | 1 | -273/+298 |
|
|
* | Older Tk versions don't support mousewheel support. Set event.delta | Fredrik Lundh | 2000-09-07 | 1 | -1/+4 |
|
|
* | Added Unicode objects to the copy mechanism. Since these are immutable, | Marc-André Lemburg | 2000-09-07 | 1 | -0/+2 |
|
|
* | Typo fix. | Greg Ward | 2000-09-07 | 1 | -1/+1 |
|
|
* | Removing this file again to set its status to 'dead'. | Guido van Rossum | 2000-09-07 | 1 | -1570/+0 |
|
|
* | Bullet-proofing of 'make_release_tree()': | Greg Ward | 2000-09-06 | 1 | -6/+14 |
|
|
* | Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a | Greg Ward | 2000-09-06 | 1 | -7/+8 |
|
|
* | Typo fix. | Greg Ward | 2000-09-06 | 2 | -2/+2 |
|
|
* | The usual. | Guido van Rossum | 2000-09-05 | 5 | -23/+30 |
|
|
* | Add new builtin commands "copyright", "license", "credits" which | Guido van Rossum | 2000-09-05 | 1 | -1/+52 |
|
|
* | For this server to work on Windows, directories should use "/" as the | Guido van Rossum | 2000-09-04 | 1 | -2/+3 |
|
|
* | test_mmap wrote null bytes into its expected-output file; this caused me to | Tim Peters | 2000-09-04 | 2 | -2/+1 |
|
|
* | Correct docstring about return value when group didn't participate in match | Andrew M. Kuchling | 2000-09-04 | 1 | -4/+4 |
|
|
* | Hack the Windows code to use os.popen(). | Guido van Rossum | 2000-09-03 | 1 | -3/+1 |
|
|
* | updated SRE test suite (fixes PEP223 problem, shows syntax errors) | Fredrik Lundh | 2000-09-03 | 1 | -76/+78 |
|
|
* | Repair failing test_sre.py. | Tim Peters | 2000-09-03 | 1 | -3/+3 |
|
|
* | return -1 for undefined groups (as implemented in 1.5.2) instead of | Fredrik Lundh | 2000-09-02 | 1 | -1/+6 |
|
|
* | -- tightened up parsing of octal numbers | Fredrik Lundh | 2000-09-02 | 3 | -198/+158 |
|
|
* | SourceForge patch 101396, by an anonymous friend. | Tim Peters | 2000-09-02 | 1 | -1/+1 |
|
|
* | patch by Neil Schemenauer to improve (fix?) line number generation | Jeremy Hylton | 2000-09-01 | 2 | -17/+32 |
|
|
* | The "more" cmd varies across Windows flavors, sometimes adding stray | Tim Peters | 2000-09-01 | 2 | -14/+32 |
|
|
* | Update magic number. | Jeremy Hylton | 2000-09-01 | 2 | -15/+47 |
|
|