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
*
Unit tests for the changes in abstract.c version 2.101. The debug
Barry Warsaw
2002-04-23
1
-0/+144
*
Regenerated.
Jack Jansen
2002-04-23
20
-47/+47
*
abstract_get_bases(): Clarify exactly what the return values and
Barry Warsaw
2002-04-23
1
-9/+46
*
Converted to use re in stead of regex and regsub (finally:-).
Jack Jansen
2002-04-23
1
-54/+65
*
Rewrote the PyUnit description so that it now recommends to use
Barry Warsaw
2002-04-23
1
-6/+16
*
Add text about circular references caused by storing frames in local
Fred Drake
2002-04-23
1
-0/+16
*
Second part of fix for #493826: regenerated suite modules so errn exists but ...
Jack Jansen
2002-04-23
33
-1012/+687
*
First part of fix for #493826: if 'errn' key exists in return value this does...
Jack Jansen
2002-04-23
1
-1/+1
*
Ignore SIGXFSZ.
Jeremy Hylton
2002-04-23
1
-0/+3
*
Add tests for the recent resource module change.
Jeremy Hylton
2002-04-23
2
-0/+50
*
Check for overflow errors in setrlimit(),
Jeremy Hylton
2002-04-23
1
-1/+10
*
Minor change to an index entry.
Fred Drake
2002-04-23
1
-1/+1
*
Clarify return value of PyLong_AsLongLong().
Jeremy Hylton
2002-04-23
1
-1/+1
*
Backport of 1.6.4.2.2.3 from release22-maint branch.
Jack Jansen
2002-04-23
1
-0/+0
*
Updated URL.
Jack Jansen
2002-04-23
1
-1/+1
*
Backport of select parts of release22-maint (up to 1.38.4.2.2.3).
Jack Jansen
2002-04-23
1
-61/+21
*
Whitespace normalization. Unka Timmy would be proud.
Barry Warsaw
2002-04-23
2
-57/+57
*
Clarify the return value of PyObject_IsInstance().
Fred Drake
2002-04-23
1
-8/+9
*
WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New.
Fred Drake
2002-04-23
2
-17/+113
*
SF patch 546244 by John Williams: add Text.dump() method.
Guido van Rossum
2002-04-23
3
-1/+41
*
Add warning about the HP PA-RISC 2.0 C compiler's optimizer.
Guido van Rossum
2002-04-23
1
-0/+5
*
There was a non-ascii character in the source. Replaced by a hex escape.
Jack Jansen
2002-04-23
1
-1/+1
*
whitespace fixup. test__all__ and test_sundry were failing
Anthony Baxter
2002-04-23
1
-1/+1
*
don't fail if the audio device is busy, just skip.
Anthony Baxter
2002-04-23
1
-1/+1
*
SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL)
Anthony Baxter
2002-04-23
4
-25/+42
*
Merge in Skip's last few updates w.r.t. py-help-at-point:
Barry Warsaw
2002-04-22
1
-2/+6
*
Some contributions and ideas by Alexander Schmolck: add a keybinding
Barry Warsaw
2002-04-22
1
-9/+52
*
unicode_memchr(): Squashed gratuitous int-vs-size_t mismatch (which
Tim Peters
2002-04-22
1
-3/+3
*
SF bug 546078: IDLE calltips cause application error.
Tim Peters
2002-04-22
1
-0/+6
*
Apply patch diff.txt from SF feature request
Walter Dörwald
2002-04-22
6
-78/+241
*
Skip Montanaro's contribution (slightly mod'd by Barry) to provide a
Barry Warsaw
2002-04-22
1
-4/+54
*
(py-execute-region): If the line at the beginning of the region is a
Barry Warsaw
2002-04-22
1
-6/+11
*
(py-execute-region): If you ran this without having visited a
Barry Warsaw
2002-04-22
1
-45/+23
*
Added Christopher Smith.
Jack Jansen
2002-04-22
1
-1/+2
*
Fixes based on ideas from Christopher Smith:
Jack Jansen
2002-04-22
1
-5/+21
*
Removed note on test_time failing.
Jack Jansen
2002-04-22
1
-3/+0
*
Regenerated to include Internet Config error strings.
Jack Jansen
2002-04-22
3
-18/+144
*
Added an optional file with MacErrors.h extensions: IC errors aren't in there.
Jack Jansen
2002-04-22
2
-0/+19
*
Py_GETENV is used by obmalloc and needs Py_IgnoreEnvironmentFlag. Provide it.
Neil Schemenauer
2002-04-22
1
-0/+1
*
pgen now needs pymalloc
Neil Schemenauer
2002-04-22
1
-0/+1
*
Moving pymalloc along.
Tim Peters
2002-04-22
3
-32/+12
*
tracking python idle changes:
Steven M. Gava
2002-04-22
1
-1/+1
*
Update the Windows makefile for 2.3.
Tim Peters
2002-04-22
1
-3/+3
*
tracking python idle changes:
Steven M. Gava
2002-04-22
1
-4/+12
*
#546156, Remove load_false()/load_true(), they are not used
Neal Norwitz
2002-04-21
1
-14/+0
*
Py_UniversalNewlineFread(): small speed boost on non-Windows boxes.
Tim Peters
2002-04-21
1
-3/+3
*
PyUnicode_EncodeUTF8(): tightened the memory asserts a bit, and at least
Tim Peters
2002-04-21
1
-12/+20
*
#544265, Remove warnings for passing const to free()
Neal Norwitz
2002-04-21
1
-1/+1
*
Back out 2.140.
Martin v. Löwis
2002-04-21
1
-43/+55
*
Enable universal newlines on Windows. Note that NEWS needs more words!
Tim Peters
2002-04-21
3
-1/+6
[next]