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
*
Another name.
Fred Drake
2001-12-07
1
-0/+1
*
Align the number of %s with the number of format arguments.
Finn Bock
2001-12-07
1
-2/+2
*
More info about the cycle detector.
Guido van Rossum
2001-12-07
1
-2/+4
*
Trivial spelling repair on new cyclic garbage text.
Tim Peters
2001-12-07
1
-2/+2
*
Added more information about reference counting limitations and the cycle
Fred Drake
2001-12-07
1
-0/+27
*
Move import dbhash out of test_sundry and into test_bsddb,
Guido van Rossum
2001-12-07
2
-1/+1
*
Not being able to copy PythonCore to the system-folder is not a fatal error, ...
Jack Jansen
2001-12-07
2
-4/+8
*
Fix for:
Michael W. Hudson
2001-12-07
2
-9343/+4128
*
Missing DECREFs when exception is raised in sys.excepthook.
Jeremy Hylton
2001-12-07
1
-0/+3
*
Use an immutable tuple for __slots instead of a mutable list
Andrew M. Kuchling
2001-12-07
1
-2/+2
*
Fix for #489672 (Neil Norwitz): memory leak in test_sre.
Guido van Rossum
2001-12-07
1
-1/+4
*
In unconditional except clauses, don't catch KeyboardInterrupt -- it's
Guido van Rossum
2001-12-07
1
-0/+6
*
audioop_ratecv() again: settle for a sloppier upper bound that's less
Tim Peters
2001-12-07
1
-34/+19
*
s/it/if/ in descriptions of spawn mode argument.
Tim Peters
2001-12-06
1
-1/+1
*
For ratecv, document that None should be the initial state argument (when
Tim Peters
2001-12-06
1
-1/+2
*
Visious hackery to solve a build-control problem related to our use of
Fred Drake
2001-12-06
2
-0/+18
*
Don't fail on importing things with undefined references. Unfortunately we
Jack Jansen
2001-12-06
1
-1/+2
*
Silly mistake in build directory extension fix.
Jack Jansen
2001-12-06
2
-4120/+9345
*
Wrap some long lines.
Fred Drake
2001-12-06
1
-11/+21
*
Cleaned up Mac OS X section to the current state of affairs.
Jack Jansen
2001-12-06
1
-10/+8
*
Test wether we are building on a case-insensitive filesystem (such
Jack Jansen
2001-12-06
4
-395/+417
*
[Bug #475009] Tighten the pattern for the first line, so we don't
Andrew M. Kuchling
2001-12-06
1
-1/+1
*
Fix for SF bug #489671 (Neil Norwitz): memory leak in test_richcmp.
Guido van Rossum
2001-12-06
1
-0/+8
*
sys.platform is now "darwin" without digits appended.
Jack Jansen
2001-12-06
1
-0/+2
*
Whitespace normalization.
Fred Drake
2001-12-06
11
-48/+48
*
Whitespace normalization.
Fred Drake
2001-12-06
21
-216/+210
*
Use a version number of 0.0.0 instead of ???. The latter leads to
Thomas Heller
2001-12-06
1
-1/+1
*
Document that PyString_FromString() cannot take NULL as a parameter.
Fred Drake
2001-12-06
1
-1/+2
*
PyString_FromString: this requires its argument be non-NULL, but doesn't
Tim Peters
2001-12-06
1
-1/+4
*
Fix for #489669 (Neil Norwitz): memory leak in test_descr (unicode).
Guido van Rossum
2001-12-06
1
-6/+3
*
Undefine addrinfo.h constants if the system header defined them.
Martin v. Löwis
2001-12-06
1
-4/+35
*
Attribute nodes did not always get their ownerDocument and ownerElement
Fred Drake
2001-12-06
3
-4/+41
*
Be more careful about accessing attributes of the parent: if Tk has not been
Fred Drake
2001-12-06
1
-4/+20
*
[Bug #459270] Fix incorrect filename for system-wide config file
Andrew M. Kuchling
2001-12-06
1
-6/+6
*
[Bug #459270] Fix incorrect docstring
Andrew M. Kuchling
2001-12-06
1
-8/+5
*
[Bug #480882] Remove now-pointless check for existence for _curses_panel.c;
Andrew M. Kuchling
2001-12-06
1
-2/+1
*
Fix memory leak in dict_to_map(), SF bug [ #485152 ] memory leak in test_scope.
Jeremy Hylton
2001-12-06
1
-8/+11
*
Little stuff.
Jeremy Hylton
2001-12-06
1
-8/+9
*
Fix [ #489673 ] memory leak in test_symtable: Free the st_future slot.
Jeremy Hylton
2001-12-06
1
-0/+1
*
Fix a typo (probably caused by autocompletion <blush>) that caused a
Guido van Rossum
2001-12-06
1
-1/+1
*
SF bug #488514: -Qnew needs work
Tim Peters
2001-12-06
8
-25/+55
*
Fix appendChild() and insertBefore() (and replaceChild() indirectly) when
Fred Drake
2001-12-06
3
-2/+57
*
SF patch #489680 (David Abrahams): h2py uses nonexistent method splitfields()
Guido van Rossum
2001-12-06
1
-0/+1
*
Warning message about unfound file was missing trailing \n.
Guido van Rossum
2001-12-06
1
-1/+2
*
SF patch #489680 (David Abrahams): h2py uses nonexistent method splitfields()
Guido van Rossum
2001-12-06
1
-3/+3
*
The previous checkin to clear __slots__ variables did a little bit of
Guido van Rossum
2001-12-06
1
-20/+20
*
Replace sprintf() with PyOS_snprintf().
Jack Jansen
2001-12-05
3
-9/+9
*
sys.platform on Mac OS X is now "darwin", without any version number appended.
Jack Jansen
2001-12-05
4
-415/+417
*
Link more modules with weak import, and add CarbonAccessors.o to all relevant...
Jack Jansen
2001-12-05
1
-6/+7
*
Fix SF bug #489581: __slots__ leak.
Guido van Rossum
2001-12-05
3
-2/+59
[next]