summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add fast-path for comparing interned (true) string objects.Marc-André Lemburg2001-11-071-0/+15
* Fix memory leaks detecting in bug report #478003.Martin v. Löwis2001-11-072-5/+11
* When referring to a formal parameter from the description, use the name givenFred Drake2001-11-071-1/+1
* Another name!Fred Drake2001-11-071-0/+1
* apply() documentation: Remove a detail about the implementation that doesFred Drake2001-11-071-5/+6
* SF bug #478949 Windows installer start menu registry.Tim Peters2001-11-071-5/+7
* Adjust the module synopsis to avoid margin overruns in the PDF format.Fred Drake2001-11-062-5/+3
* A variety of small cleanups, including one to avoid a margin overrun in theFred Drake2001-11-061-17/+15
* Remove stray quotes; probably left over from conversion from docstrings.Fred Drake2001-11-061-1/+1
* Remove extra period.Fred Drake2001-11-061-1/+1
* Add a regression test for SF bug #478536: If a value cannot be weaklyFred Drake2001-11-061-1/+5
* WeakKeyDictionary.has_key(): If the key being tested is not weaklyFred Drake2001-11-061-1/+5
* Changed names, added bridge functions to macfs.fsref objects andJack Jansen2001-11-061-67/+48
* Added an error message when using FSRef objects on platforms that don'tJack Jansen2001-11-061-0/+1
* Added hfsplusapi module.Jack Jansen2001-11-064-0/+6
* Added longlong routines.Jack Jansen2001-11-062-1/+8
* Enabled WITH_LONG_LONG. No reason it was disabled, it has been supported by t...Jack Jansen2001-11-061-2/+2
* Removed unused variable.Jack Jansen2001-11-061-1/+0
* First couple of fixes to make it compile with Universal 3.3.2.Jack Jansen2001-11-061-10/+21
* HFS+ API contributed by Nitin Ganatra. This checkin is identical to what he s...Jack Jansen2001-11-061-0/+1547
* Update obsolete e-mail address, and remove myself as a module authorAndrew M. Kuchling2001-11-051-2/+1
* A couple more test cases to ensure join() doesn't add an "extra" backslashTim Peters2001-11-051-0/+2
* Update obsolete e-mail addressAndrew M. Kuchling2001-11-051-1/+1
* Remove obsolete e-mail addressAndrew M. Kuchling2001-11-051-2/+0
* Update URL, and remove e-mail address reference (readers can get it fromAndrew M. Kuchling2001-11-051-3/+3
* Remove obsolete e-mail addressAndrew M. Kuchling2001-11-054-4/+4
* SF bug 478425: Change in os.path.join (ntpath.py)Tim Peters2001-11-052-0/+14
* walk(): Fix docstring; traversal is depth-first. Closes mimelib bugBarry Warsaw2001-11-051-1/+1
* Finally fleshed out the examples section with 4 code samples! Some ofBarry Warsaw2001-11-051-1/+297
* Add regression test for SF bug #476616 -- make sure copy of a derived classFred Drake2001-11-051-0/+4
* copy(): Make sure the copy of a derived class cannot share the data of theFred Drake2001-11-051-1/+8
* Correctly builds the C module now.Jack Jansen2001-11-052-5/+1600
* First tweaks to allow MacPython to be compiled withJack Jansen2001-11-055-22/+9
* Fixed broken newlines and changed module name. Still untested.Jack Jansen2001-11-052-23/+18
* Regenerated with CF accessors.Jack Jansen2001-11-052-0/+72
* Carbon Event Manager module donated by Donovan Preston. Checked in as I recei...Jack Jansen2001-11-052-0/+332
* Make the CoreFoundation object _New and _Convert routines available to other ...Jack Jansen2001-11-054-38/+186
* MacPython -vv equivalent printed incorrect filenames, fixed. AlsoJack Jansen2001-11-051-11/+1
* added acces to the cellSize field, rewrote setattr codeJust van Rossum2001-11-052-24/+32
* Rewritten the List Definition for the traceback window in Python,Just van Rossum2001-11-051-9/+112
* More List Manager interfacing:Just van Rossum2001-11-053-23/+363
* News about OS/2 Visual Age C++ patches.Tim Peters2001-11-051-0/+3
* SF patch 473749 compile under OS/2 VA C++, from Michael Muller.Tim Peters2001-11-057-36/+68
* Remove email*.tex subsections; they're all \input by email.texAndrew M. Kuchling2001-11-051-7/+0
* Minor grammar and typo fixesAndrew M. Kuchling2001-11-054-6/+6
* long_true_divide(): decref its converted arguments. test_long_future.pyTim Peters2001-11-041-2/+5
* Part of SF bug #478003 possible memory leaks in err handling.Tim Peters2001-11-041-1/+4
* new config implementationSteven M. Gava2001-11-042-55/+40
* Rehabilitated the fast-path richcmp code, and sped it up. It wasn'tTim Peters2001-11-041-31/+35
* further config system workSteven M. Gava2001-11-044-17/+56