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
*
Oops: we used PyMem_DEL() to clean up objects, and that's a problem since
Jack Jansen
2002-04-19
1
-1/+1
*
Document the build process more precisely. Suggested by Hugh Sasse.
Martin v. Löwis
2002-04-19
1
-3/+15
*
\idxcode -> \py@idxcode (mimics index stuff in python.sty - problem only
Skip Montanaro
2002-04-19
1
-3/+3
*
fix duplicate label
Skip Montanaro
2002-04-19
1
-1/+5
*
Clean up the use of version numbers in filenames; always use an "abstract"
Fred Drake
2002-04-19
1
-6/+17
*
Fix bug 544473 - "Queue module can deadlock".
Mark Hammond
2002-04-19
2
-14/+191
*
_PyObject_DebugMallocStats(): Added some potentially expensive internal
Tim Peters
2002-04-18
1
-5/+41
*
PyObject_Malloc: make a tiny bit faster for platforms where malloc(0)
Tim Peters
2002-04-18
1
-2/+9
*
Remove some long-disabled debugging boilerplate.
Tim Peters
2002-04-18
1
-26/+0
*
ceval.c/do_raise(): Tighten the test to disallow raising an instance of
Tim Peters
2002-04-18
2
-1/+30
*
Remove more out-of-date comments and clarify explanation of visit().
Jeremy Hylton
2002-04-18
1
-7/+1
*
Remove out-of-date explanation in doc strings,
Jeremy Hylton
2002-04-18
1
-3/+1
*
Test for --export-dynamic directly to avoid problems with binutils 2.12.
Martin v. Löwis
2002-04-18
2
-3/+3
*
SF bug 544733: Cygwin test_mmap fix for Python 2.2.1
Tim Peters
2002-04-18
1
-0/+2
*
type_get_doc(): Squash compiler wng about incompatible ptr types.
Tim Peters
2002-04-18
1
-1/+2
*
Long-forgotten change: Update first paragraph with actual release date
Andrew M. Kuchling
2002-04-18
1
-5/+3
*
SF bug 542984.
Guido van Rossum
2002-04-18
1
-0/+20
*
SF bug 542984.
Guido van Rossum
2002-04-18
1
-7/+11
*
Use md5.new() constructor
Andrew M. Kuchling
2002-04-17
2
-2/+2
*
Use 2.1's .hexdigest() method
Andrew M. Kuchling
2002-04-17
1
-5/+2
*
Apply diff3.txt from SF patch http://www.python.org/sf/536241
Walter Dörwald
2002-04-17
2
-0/+41
*
Added note about new distutils commands.
Marc-André Lemburg
2002-04-17
1
-0/+9
*
Patch #531901 by Mark W. Alexander: adds a new distutils packager
Marc-André Lemburg
2002-04-17
5
-4/+976
*
typo
Skip Montanaro
2002-04-17
1
-1/+1
*
Add text on tp_as_buffer that refers tothe section that covers the topic.
Fred Drake
2002-04-17
1
-3/+9
*
Add a version annotation for the help() function.
Fred Drake
2002-04-17
1
-0/+1
*
Adjust markup to worm around tool limitations; the "m" in "model" was being
Fred Drake
2002-04-17
1
-1/+1
*
Pass the -r option to getpagecounts to generate an entry for the "What's
Fred Drake
2002-04-17
1
-1/+1
*
Remove Emacs turd; not needed with modern Emacs versions.
Fred Drake
2002-04-17
1
-10/+19
*
Changed last remaining use of "./" to "index.html" when referring to the
Fred Drake
2002-04-17
1
-1/+1
*
Start of script to locate C symbols and segregate them into lists of
Fred Drake
2002-04-16
1
-0/+107
*
Windows installer: disabled Wise's "delete in-use files" uninstall
Tim Peters
2002-04-16
2
-1/+14
*
Added docstrings to the Profile class.
Fred Drake
2002-04-16
1
-0/+31
*
Update the dependencies.
Fred Drake
2002-04-16
1
-1/+6
*
Minor wording change.
Fred Drake
2002-04-16
1
-1/+1
*
SF bug 544647.
Guido van Rossum
2002-04-16
2
-2/+33
*
Whitespace normalization and fold some long lines.
Guido van Rossum
2002-04-16
1
-20/+19
*
Add more text from Guido on the type structure fields.
Fred Drake
2002-04-16
1
-23/+442
*
added small clarification to the descriptions of encode() and decode()
Skip Montanaro
2002-04-16
1
-2/+6
*
Replace the simpleminded string.find with a re.search looking only for
Thomas Heller
2002-04-16
1
-2/+2
*
test_mktime(): Removed. This wasn't really testing anything useful
Barry Warsaw
2002-04-16
1
-6/+0
*
Move WITH_UNIVERSAL_NEWLINES template into configure.in.
Martin v. Löwis
2002-04-16
3
-6/+8
*
Whitespace normalization, while using non-whitespace literals for
Barry Warsaw
2002-04-16
1
-26/+26
*
Expect test_email_codecs to be skipped -- few users or developers will
Guido van Rossum
2002-04-16
1
-0/+1
*
Apparently 3 of the tests here rely on trailing whitespace and/or hard
Tim Peters
2002-04-16
1
-26/+26
*
Remove repeated index entry; adds nothing different.
Fred Drake
2002-04-16
1
-2/+1
*
Fewer deprecation warnings.
Tim Peters
2002-04-16
1
-0/+5
*
resetwarnings(): Remove extra space from docstring guts.
Tim Peters
2002-04-16
1
-1/+1
*
Whitespace normalization.
Tim Peters
2002-04-16
23
-88/+84
*
resetwarnings(): change the docstring to reflect what the code
Tim Peters
2002-04-16
1
-1/+1
[next]