index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI
Jeremy Hylton
2000-09-15
3
-16/+25
*
Fixed some typos. Removed one obsolete comment.
Paul Prescod
2000-09-15
1
-3/+2
*
Fixed bug that disallowed processing instructions before and after
Paul Prescod
2000-09-15
1
-4/+5
*
Fix Bug #114293:
Jeremy Hylton
2000-09-15
5
-112/+131
*
Before comparing os.uname() to BeOS check that os.uname actually exists:-)
Jack Jansen
2000-09-15
1
-1/+1
*
For current directory use os.curdir, not ".".
Jack Jansen
2000-09-15
1
-2/+2
*
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
[next]