summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Oops: we used PyMem_DEL() to clean up objects, and that's a problem sinceJack Jansen2002-04-191-1/+1
* Document the build process more precisely. Suggested by Hugh Sasse.Martin v. Löwis2002-04-191-3/+15
* \idxcode -> \py@idxcode (mimics index stuff in python.sty - problem onlySkip Montanaro2002-04-191-3/+3
* fix duplicate labelSkip Montanaro2002-04-191-1/+5
* Clean up the use of version numbers in filenames; always use an "abstract"Fred Drake2002-04-191-6/+17
* Fix bug 544473 - "Queue module can deadlock".Mark Hammond2002-04-192-14/+191
* _PyObject_DebugMallocStats(): Added some potentially expensive internalTim Peters2002-04-181-5/+41
* PyObject_Malloc: make a tiny bit faster for platforms where malloc(0)Tim Peters2002-04-181-2/+9
* Remove some long-disabled debugging boilerplate.Tim Peters2002-04-181-26/+0
* ceval.c/do_raise(): Tighten the test to disallow raising an instance ofTim Peters2002-04-182-1/+30
* Remove more out-of-date comments and clarify explanation of visit().Jeremy Hylton2002-04-181-7/+1
* Remove out-of-date explanation in doc strings,Jeremy Hylton2002-04-181-3/+1
* Test for --export-dynamic directly to avoid problems with binutils 2.12.Martin v. Löwis2002-04-182-3/+3
* SF bug 544733: Cygwin test_mmap fix for Python 2.2.1Tim Peters2002-04-181-0/+2
* type_get_doc(): Squash compiler wng about incompatible ptr types.Tim Peters2002-04-181-1/+2
* Long-forgotten change: Update first paragraph with actual release dateAndrew M. Kuchling2002-04-181-5/+3
* SF bug 542984.Guido van Rossum2002-04-181-0/+20
* SF bug 542984.Guido van Rossum2002-04-181-7/+11
* Use md5.new() constructorAndrew M. Kuchling2002-04-172-2/+2
* Use 2.1's .hexdigest() methodAndrew M. Kuchling2002-04-171-5/+2
* Apply diff3.txt from SF patch http://www.python.org/sf/536241Walter Dörwald2002-04-172-0/+41
* Added note about new distutils commands.Marc-André Lemburg2002-04-171-0/+9
* Patch #531901 by Mark W. Alexander: adds a new distutils packagerMarc-André Lemburg2002-04-175-4/+976
* typoSkip Montanaro2002-04-171-1/+1
* Add text on tp_as_buffer that refers tothe section that covers the topic.Fred Drake2002-04-171-3/+9
* Add a version annotation for the help() function.Fred Drake2002-04-171-0/+1
* Adjust markup to worm around tool limitations; the "m" in "model" was beingFred Drake2002-04-171-1/+1
* Pass the -r option to getpagecounts to generate an entry for the "What'sFred Drake2002-04-171-1/+1
* Remove Emacs turd; not needed with modern Emacs versions.Fred Drake2002-04-171-10/+19
* Changed last remaining use of "./" to "index.html" when referring to theFred Drake2002-04-171-1/+1
* Start of script to locate C symbols and segregate them into lists ofFred Drake2002-04-161-0/+107
* Windows installer: disabled Wise's "delete in-use files" uninstallTim Peters2002-04-162-1/+14
* Added docstrings to the Profile class.Fred Drake2002-04-161-0/+31
* Update the dependencies.Fred Drake2002-04-161-1/+6
* Minor wording change.Fred Drake2002-04-161-1/+1
* SF bug 544647.Guido van Rossum2002-04-162-2/+33
* Whitespace normalization and fold some long lines.Guido van Rossum2002-04-161-20/+19
* Add more text from Guido on the type structure fields.Fred Drake2002-04-161-23/+442
* added small clarification to the descriptions of encode() and decode()Skip Montanaro2002-04-161-2/+6
* Replace the simpleminded string.find with a re.search looking only forThomas Heller2002-04-161-2/+2
* test_mktime(): Removed. This wasn't really testing anything usefulBarry Warsaw2002-04-161-6/+0
* Move WITH_UNIVERSAL_NEWLINES template into configure.in.Martin v. Löwis2002-04-163-6/+8
* Whitespace normalization, while using non-whitespace literals forBarry Warsaw2002-04-161-26/+26
* Expect test_email_codecs to be skipped -- few users or developers willGuido van Rossum2002-04-161-0/+1
* Apparently 3 of the tests here rely on trailing whitespace and/or hardTim Peters2002-04-161-26/+26
* Remove repeated index entry; adds nothing different.Fred Drake2002-04-161-2/+1
* Fewer deprecation warnings.Tim Peters2002-04-161-0/+5
* resetwarnings(): Remove extra space from docstring guts.Tim Peters2002-04-161-1/+1
* Whitespace normalization.Tim Peters2002-04-1623-88/+84
* resetwarnings(): change the docstring to reflect what the codeTim Peters2002-04-161-1/+1