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 by Jean-Claude Rimbault [ Bug #116271 ] -- the WAVE header was
Guido van Rossum
2000-10-09
1
-1/+1
*
Move the test for confirmation that all nodes have been freed into the
Fred Drake
2000-10-09
2
-33/+72
*
And another.
Guido van Rossum
2000-10-09
1
-0/+1
*
Checking in three Darwin-specific patches.
Guido van Rossum
2000-10-09
2
-460/+462
*
typo
Jeremy Hylton
2000-10-09
1
-1/+1
*
Use python$EXE instead of python, for Darwin. (Patch by Tony
Guido van Rossum
2000-10-09
1
-4/+4
*
For Darwin, export EXE (needed by Lib/plat-generic/regen checkin, to
Guido van Rossum
2000-10-09
1
-0/+1
*
One more name.
Guido van Rossum
2000-10-09
1
-0/+1
*
Do not forget to build the acks.html file when building "all"!
Fred Drake
2000-10-09
1
-1/+1
*
added better description of BeOS changes from Donn Cave
Jeremy Hylton
2000-10-09
1
-2/+7
*
Summary of changes between 2.0b2 and 2.0c1
Jeremy Hylton
2000-10-09
1
-1/+124
*
new name
Jeremy Hylton
2000-10-09
1
-0/+1
*
Work around annoyances in LaTeX2HTML.
Fred Drake
2000-10-09
2
-2/+2
*
Push xmllib to the end of the markup chapter since it is deprecated.
Fred Drake
2000-10-09
1
-1/+1
*
Another name.
Fred Drake
2000-10-09
1
-0/+1
*
Donn Cave <donn@oz.net>:
Fred Drake
2000-10-09
2
-521/+518
*
Donn Cave <donn@oz.net>:
Fred Drake
2000-10-09
2
-12/+0
*
Donn Cave <donn@oz.net>:
Fred Drake
2000-10-09
1
-9/+8
*
Donn Cave <donn@oz.net>:
Fred Drake
2000-10-09
1
-1/+1
*
Updated version from Donn Cave <donn@oz.net>.
Fred Drake
2000-10-09
1
-151/+58
*
_exceptions: Format a missing system id as <unknown>.
Martin v. Löwis
2000-10-09
2
-5/+7
*
Denis S. Otkidach <ods@users.sourceforge.net>:
Fred Drake
2000-10-09
1
-1/+1
*
bump patchlevel to 2.0c1
Jeremy Hylton
2000-10-09
1
-4/+4
*
read in a .pyc file and disassemble the code objects
Jeremy Hylton
2000-10-09
1
-0/+39
*
Patch #101810: check whether zst.avail_out is non-zero when getting
Andrew M. Kuchling
2000-10-09
1
-1/+15
*
Fixed leapdays(). From Patch #101841, by Denis S. Otkidach.
Guido van Rossum
2000-10-09
1
-2/+4
*
Adapt test output to changed error message.
Guido van Rossum
2000-10-08
1
-1/+1
*
Be consistent in the description of audio formats: <format> <width>
Guido van Rossum
2000-10-08
1
-4/+7
*
Correct output.
Guido van Rossum
2000-10-08
1
-1/+1
*
It seems our sound cards can't play mulaw data. Use native-format
Guido van Rossum
2000-10-08
1
-1/+12
*
Don't use string methods to allow sharing this code with PyXML.
Martin v. Löwis
2000-10-07
1
-1/+2
*
Fixed too ambitious "nothing to repeat" check. Closes bug #114033.
Fredrik Lundh
2000-10-07
4
-3/+6
*
The test is good, but Jim forgot to check in the updated output.
Fred Drake
2000-10-07
1
-0/+6
*
Put arguments to test -z in double quotes. Fixes Bug #116325.
Guido van Rossum
2000-10-07
2
-7/+7
*
Hush the nanny.
Fred Drake
2000-10-07
3
-78/+78
*
Fix a couple of places where the descriptions of *_GET_SIZE() macros said
Fred Drake
2000-10-07
1
-2/+2
*
Donn Cave <donn@oz.net>:
Fred Drake
2000-10-07
4
-0/+994
*
Record bugs found when comparing the module with DOM Core Level 2.
Martin v. Löwis
2000-10-07
1
-1/+4
*
Prevent possible buffer overflow exploits under Windows. As per (the very qu...
Mark Hammond
2000-10-07
1
-9/+30
*
SRE didn't handle character category followed by hyphen inside a
Fredrik Lundh
2000-10-07
2
-0/+4
*
[ Bug #116174 ] using %% in cstrings sometimes fails with unicode paramsFix f...
Marc-André Lemburg
2000-10-07
1
-11/+17
*
Updated test with a case which checks for the bug reported in
Marc-André Lemburg
2000-10-07
1
-0/+1
*
Possible fix for Skip's bug 116136 (sre recursion limit hit in tokenize.py).
Tim Peters
2000-10-07
1
-12/+20
*
Prep Windows installer for 2.0c1: title and build number.
Tim Peters
2000-10-07
3
-4/+6
*
Fix for next iteration of SF bug 115690 (Unicode headaches in IDLE). The
Tim Peters
2000-10-06
1
-0/+13
*
Add .toxml test case, as proposed by Alex Martelli in bug report #116244.
Martin v. Löwis
2000-10-06
2
-1/+7
*
minidom: access attribute value before printing it
Martin v. Löwis
2000-10-06
2
-12/+14
*
Add a test case for reporting the file name, and for reporting an error
Martin v. Löwis
2000-10-06
2
-3/+36
*
In an incremental parser, close the parser after feeding everything.
Martin v. Löwis
2000-10-06
1
-0/+1
*
Don't use a file object as system id; try to propagate the file name to
Martin v. Löwis
2000-10-06
1
-1/+3
[next]