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
*
Do not close socket when a Content-Length is 0. This make the
Jeremy Hylton
2000-09-18
1
-15/+20
*
Test output that goes with updated test_minidom.
Paul Prescod
2000-09-18
1
-0/+44
*
Fix serious typo!
Fred Drake
2000-09-18
1
-1/+3
*
Change assertions to confirmations so that optimization doesn't disable
Paul Prescod
2000-09-18
1
-46/+66
*
Fix up the cleanup of the temporary DB so it works for BSD DB's
Fred Drake
2000-09-18
1
-4/+12
*
Reduce the number of imports needed.
Fred Drake
2000-09-18
1
-20/+23
*
Richard Mortier <rmm1002@users.sourceforge.net>:
Fred Drake
2000-09-18
1
-0/+2
*
Remove two unnecessary imports.
Fred Drake
2000-09-18
1
-26/+26
*
Once we're done with the sys module, remove it from the namespace so
Fred Drake
2000-09-18
1
-13/+11
*
sys.setdefaultencoding() should only be called in case the standard
Marc-André Lemburg
2000-09-18
1
-2/+3
*
Catch up to recent changes in TextFile (spotted by Bastian Kleineidam).
Greg Ward
2000-09-18
1
-1/+1
*
Fixed to respect 'define_macros' and 'undef_macros' on Extension object.
Greg Ward
2000-09-17
1
-1/+5
*
Added 'expand_makefile_vars()' to (duh) expand make-style variables
Greg Ward
2000-09-17
1
-9/+39
*
Added 'read_setup_file()' to read old-style Setup files. Could make life
Greg Ward
2000-09-17
1
-2/+110
*
arraymodule: Fix SF bug 113960.
Tim Peters
2000-09-16
1
-2/+12
*
Improve the test output a bit.
Guido van Rossum
2000-09-16
1
-2/+4
*
Changed so lines that are all comment (or just whitespace + comment)
Greg Ward
2000-09-16
1
-9/+27
*
Andrew Kuchling:
Greg Ward
2000-09-16
1
-1/+1
*
[change from 2000/08/11, propagating now to distutils copy]
Greg Ward
2000-09-16
1
-9/+17
*
[change from 2000/04/17, propagating now to distutils copy]
Greg Ward
2000-09-16
1
-26/+30
*
Rene Liebscher: if we have to run the same sub-command multiple times
Greg Ward
2000-09-16
1
-5/+18
*
Renamed --keep-tree to --keep-temp.
Greg Ward
2000-09-16
1
-3/+3
*
Renamed --clean to --no-keep-temp and --noclean to --keep-temp.
Greg Ward
2000-09-16
1
-6/+6
*
Renamed --keep-tree option to --keep-temp.
Greg Ward
2000-09-16
1
-3/+3
*
Ensure sub-commands of "install" are reinitialized too.
Greg Ward
2000-09-16
1
-3/+2
*
Remove some debugging output from the last change.
Greg Ward
2000-09-16
1
-7/+0
*
In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to the
Greg Ward
2000-09-16
1
-2/+3
*
Generalized 'reinitialize_command()' so it can optionally reinitialize
Greg Ward
2000-09-16
1
-2/+20
*
Added the "sub-command" machinery to formalize the notion of "command
Greg Ward
2000-09-16
1
-0/+31
*
Factored the "sub-command" machinery out to Command. Mainly, this
Greg Ward
2000-09-16
1
-25/+10
*
Repair senseless random.seed docstring (reported on c.l.py).
Tim Peters
2000-09-16
1
-1/+1
*
Tweaked the build temp dir names again.
Greg Ward
2000-09-16
1
-8/+4
*
Typo fix.
Greg Ward
2000-09-16
1
-1/+1
*
Include the Python version in the platform-specific build directories:
Greg Ward
2000-09-16
1
-2/+4
*
Document the directory separatory for include dir and library dir lists.
Greg Ward
2000-09-16
1
-2/+3
*
- add a new test
Neil Schemenauer
2000-09-15
1
-0/+22
*
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
[next]