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
...
*
SF patch #581414: info reader bug
Fred Drake
2002-07-30
1
-1/+3
*
Fix docstring to be consistent with parameter name (prefix)
Neal Norwitz
2002-07-30
1
-1/+1
*
SF patch #587889, fix memory leak of tp_doc
Neal Norwitz
2002-07-30
1
-0/+1
*
Revert #571603 since it is ok to import codecs that are not subdirectories
Martin v. Löwis
2002-07-29
1
-2/+9
*
Pass length of result structure into setipaddr. Fixes bug #565747.
Martin v. Löwis
2002-07-28
1
-8/+12
*
Fix SF bug 587012, doc mentions inexistent builtin unistr
Neal Norwitz
2002-07-28
1
-2/+2
*
Patch #571603: Refer to encodings package explicitly.
Martin v. Löwis
2002-07-28
1
-1/+1
*
Patch #554716: Use __va_copy where available.
Martin v. Löwis
2002-07-28
4
-0/+16
*
Better yet, make it the same as the equivalent changes already made to
Fred Drake
2002-07-26
1
-4/+4
*
Update references to Digital Creations.
Fred Drake
2002-07-26
1
-5/+6
*
Small clarifications when referring to the sys.exc_* variables so that
Fred Drake
2002-07-25
1
-15/+15
*
SF patch #581396, Canvas "select_item" always returns None
Neal Norwitz
2002-07-23
1
-1/+1
*
reduce(): Clarified what is returned in the case of a sequence 1 item long and
Fred Drake
2002-07-17
1
-6/+6
*
Use sys.executable to run Python, as suggested by Neal Norwitz.
Tim Peters
2002-07-17
1
-2/+3
*
The atexit module effectively turned itself off if sys.exitfunc already
Tim Peters
2002-07-16
3
-24/+53
*
Given the persistent id code a shot at a class before calling save_global().
Jeremy Hylton
2002-07-16
2
-10/+10
*
The object returned by tp_new() may not have a tp_init.
Jeremy Hylton
2002-07-16
1
-1/+2
*
Clarify the return value of __nonzero__(): It *must* be an integer.
Fred Drake
2002-07-12
1
-3/+3
*
Backport:
Guido van Rossum
2002-07-12
1
-13/+0
*
Update output for new tests.
Jeremy Hylton
2002-07-12
1
-0/+5
*
Backport changes.
Jeremy Hylton
2002-07-12
2
-65/+369
*
(Backport.)
Guido van Rossum
2002-07-12
1
-1/+1
*
subtype_resurrection(): Removed unused import.
Tim Peters
2002-07-11
1
-1/+0
*
subtype_resurrection(): The test suite with -l properly reported the
Tim Peters
2002-07-11
1
-2/+13
*
Repaired optimistic comment in new test.
Tim Peters
2002-07-11
1
-3/+2
*
Attempting to resurrect a dying instance of a new-style class in a
Tim Peters
2002-07-11
3
-1/+26
*
Document gc.get_objects().
Fred Drake
2002-07-10
1
-0/+6
*
Update the comments on building the pyexpat extension.
Fred Drake
2002-07-10
1
-16/+11
*
Note that unicode() can raise LookupError for unknown codecs.
Fred Drake
2002-07-09
1
-1/+2
*
SF bug 578752: COUNT_ALLOCS vs heap types
Tim Peters
2002-07-08
2
-1/+18
*
PyNode_AddChild(): Backporting an aggressive over-allocation policy
Tim Peters
2002-07-08
2
-9/+53
*
Fix typo.
Fred Drake
2002-07-08
1
-1/+1
*
Fix typo reported by Kent Engström, and a bunch of broken markup.
Fred Drake
2002-07-08
1
-11/+11
*
Fix typo: "an Unicode string" --> "a Unicode string"
Fred Drake
2002-07-08
1
-2/+2
*
Add annotations that describe the change in the "errors" and "failures"
Fred Drake
2002-07-02
1
-0/+4
*
Update the documentation of the errors and failures attributes of the
Fred Drake
2002-07-02
1
-6/+48
*
Track change of begin() to _begin().
Jeremy Hylton
2002-07-02
1
-2/+2
*
Backport various bug fixes from trunk.
Jeremy Hylton
2002-07-02
1
-59/+120
*
Backport for SF bug #574132: Major GC related performance regression.
Tim Peters
2002-06-30
1
-13/+45
*
Fixed bug 574978 shutil example out of sync with source code
Raymond Hettinger
2002-06-30
1
-2/+1
*
Fix bug 575221 referred to dictionary type instead of dict.
Raymond Hettinger
2002-06-30
1
-1/+1
*
Clarify the version information for the unicode() built-in.
Fred Drake
2002-06-29
1
-6/+9
*
Backport 1.37: dis.dis() also supports modules, (also backport other changes ...
Neal Norwitz
2002-06-26
1
-8/+49
*
Fix various typos reported to python-docs.
Fred Drake
2002-06-26
1
-4/+4
*
Fix typo reported to python-docs.
Fred Drake
2002-06-26
1
-1/+1
*
Fix bug #573916. Sender and recipients reversed in email example.
Raymond Hettinger
2002-06-26
1
-2/+2
*
[Backport of recent changes to the SAX documentation.]
Fred Drake
2002-06-25
3
-43/+70
*
Fix typo
Raymond Hettinger
2002-06-25
1
-1/+1
*
Completed previous edit
Raymond Hettinger
2002-06-25
1
-2/+0
*
Close bug 480337: Dict used before dicts explained. Added explanation
Raymond Hettinger
2002-06-25
1
-0/+12
[prev]
[next]