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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix previous checkin, hopelessly broken as it was; reported by Detlef Lannert.
Jeremy Hylton
2001-02-22
1
-7/+7
*
Add a line to "python -h" output about PYTHONCASEOK.
Tim Peters
2001-02-22
1
-0/+1
*
Rip out various module-enabling switches, made obsolete by setup.py
Andrew M. Kuchling
2001-02-21
3
-906/+343
*
Move the signal module back into Setup.config.in so it can be enabled
Andrew M. Kuchling
2001-02-21
2
-3/+3
*
replace exec with simple assignments
Jeremy Hylton
2001-02-21
1
-3/+7
*
Release a PYC resource after reading it. No need to keep it incore.
Jack Jansen
2001-02-21
1
-0/+2
*
Waste 2.0 has many more options for the undo label.
Jack Jansen
2001-02-21
1
-2/+6
*
Use re in stead of regex, so we get rid of the annoying warning during startup.
Jack Jansen
2001-02-21
5
-47/+54
*
The code to write timestamps couldn't handle negative times (and time
Jack Jansen
2001-02-21
1
-0/+2
*
Whitespace normalization.
Tim Peters
2001-02-21
4
-5/+4
*
Bug #133297: cmath.asin is the same as cmath.asinh.
Tim Peters
2001-02-21
1
-8/+9
*
Patch #103544: always compile the dl and nis modules on Unix; let's see
Andrew M. Kuchling
2001-02-21
1
-2/+9
*
Add Donovan Baarda for fixing a tortuous zlibmodule bug (but aren't they all?)
Andrew M. Kuchling
2001-02-21
1
-0/+1
*
Add test case from bug #124981: zlib decompress of sync-flushed data
Andrew M. Kuchling
2001-02-21
2
-0/+27
*
Patch #103373 from Donovan Baarda: This patch:
Andrew M. Kuchling
2001-02-21
1
-194/+131
*
Patch #103854: raises an exception if a non-Attr node is passed to
Andrew M. Kuchling
2001-02-21
2
-0/+14
*
Added test for patch #103473: test an unquoted cookie value containing '='
Andrew M. Kuchling
2001-02-21
2
-0/+7
*
(py-execute-region): This one's easy... kill the temporary file's
Barry Warsaw
2001-02-20
1
-2/+4
*
On OSX passing NULL to NewUniversalFilterProc() does not return NULL but a cr...
Jack Jansen
2001-02-20
2
-12/+20
*
Patch #103473 from dougfort: Some sites (amazon.com for one) drop
Andrew M. Kuchling
2001-02-20
1
-2/+2
*
The code in PyImport_Import() tried to save itself a bit of work and
Guido van Rossum
2001-02-20
1
-13/+7
*
import.c -> importexc.c
Barry Warsaw
2001-02-20
1
-0/+0
*
import -> importexc
Barry Warsaw
2001-02-20
1
-1/+1
*
import.c -> importexc.c
Barry Warsaw
2001-02-20
1
-4/+6
*
Rename some constants for easier readability.
Tim Peters
2001-02-20
1
-8/+8
*
Mechanical edits just so I can read it.
Tim Peters
2001-02-20
1
-142/+138
*
Updated to use new Python features
Moshe Zadka
2001-02-20
1
-86/+86
*
Fixed to use new Python features and use more commonly accepted style
Moshe Zadka
2001-02-20
1
-18/+18
*
Changed to use the fact that str(long) doesn't produce a trailing L
Moshe Zadka
2001-02-20
1
-16/+16
*
Improve accuracy. In the .tex file, note the new "% BUG:" comments: an
Tim Peters
2001-02-20
2
-10/+15
*
Added missing \item. See also bug 133213, about damaged HTML generated
Tim Peters
2001-02-20
1
-1/+2
*
Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing.
Tim Peters
2001-02-20
2
-6/+35
*
SF patch #103749: implicit tuple + default arg
Jeremy Hylton
2001-02-19
2
-3/+40
*
Fix for implicit tuple + default arguments, courtesy of Michael Hudson.
Jeremy Hylton
2001-02-19
1
-1/+3
*
ConfigParser.optionxform(): Document this since it is available for
Fred Drake
2001-02-19
1
-0/+10
*
Clean up the "docs".
Tim Peters
2001-02-19
1
-7/+16
*
Wrap a bunch of long lines.
Fred Drake
2001-02-19
1
-13/+23
*
Fix a few small typos in the docstrings.
Fred Drake
2001-02-19
1
-5/+5
*
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake
2001-02-19
1
-9/+440
*
No longer needed since the main Makefile is "flat".
Fred Drake
2001-02-19
3
-268/+0
*
Convert to a "flat" Makefile.
Fred Drake
2001-02-19
2
-381/+445
*
Add an option allowing the user to determine where the output HTML is built.
Fred Drake
2001-02-19
1
-3/+8
*
Fix markup so this document will format.
Fred Drake
2001-02-19
1
-1/+1
*
This never saw much use, so remove it.
Fred Drake
2001-02-19
3
-151/+0
*
SF Patch # 103839 byt dougfort: Allow ';' in attributes
Guido van Rossum
2001-02-19
1
-1/+1
*
Revert SF patch #103655
Neil Schemenauer
2001-02-19
1
-2/+2
*
Revert SF patch #103655. Martin Löwis says:
Neil Schemenauer
2001-02-19
1
-1/+1
*
Make the top-level index.html depend on the individual document index.html
Fred Drake
2001-02-19
1
-1/+5
*
Checked in with Andrew's blessing, I leave the comments with which
Thomas Heller
2001-02-19
1
-26/+106
*
Added entries for difflib documentation.
Fred Drake
2001-02-19
2
-0/+2
[prev]
[next]