summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* No code change -- just trying to document the return conditions for allTim Peters2001-11-041-17/+43
* Two bug fixes for problems reported by Sverre:Barry Warsaw2001-11-041-1/+6
* Finish SF patch 477059: __del__ on new classes vs. GC.Tim Peters2001-11-032-1/+10
* Improved error msg when a symbolic group name is redefined. Added docsTim Peters2001-11-033-19/+28
* added ability to set hilightthicknessSteven M. Gava2001-11-031-3/+9
* further config system workSteven M. Gava2001-11-032-112/+74
* Correct argument parsing for alp_getstatus, which is METH_VARARGS.Martin v. Löwis2001-11-031-1/+1
* more work to support new config systemSteven M. Gava2001-11-033-87/+121
* Patch #474169: Move fdopen calls out of critical section.Martin v. Löwis2001-11-021-4/+8
* Patch #471120: Improved doc strings and new wrappers.Martin v. Löwis2001-11-022-45/+387
* Correct getnameinfo refcounting and tuple parsing. Fixes #476648.Martin v. Löwis2001-11-022-6/+18
* macdinkingJust van Rossum2001-11-022-10/+9
* use 32bit APIs for control values, refactor slightlyJust van Rossum2001-11-021-42/+28
* Simplify initmd5() to use PyModule_AddIntConstant().Fred Drake2001-11-021-3/+2
* Clean up a Tab inconsistency.Fred Drake2001-11-021-4/+2
* [Patch #477336] Add an extensive PyUnit based testsuite for the hmacAndrew M. Kuchling2001-11-021-1/+108
* [Patch #477336] Make hmac.py match PEP247, and fix the copy method() so thatAndrew M. Kuchling2001-11-021-23/+13
* [Patch #476612] Add test suite for PEP247 complianceAndrew M. Kuchling2001-11-021-0/+50
* Fix comment typoAndrew M. Kuchling2001-11-021-1/+1