summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [Patch #476612] Add test suite for PEP247 complianceAndrew M. Kuchling2001-11-021-0/+50
* Fix comment typoAndrew M. Kuchling2001-11-021-1/+1
* [Patch #476612] Change docs to describe PEP247 interfaceAndrew M. Kuchling2001-11-022-1/+11
* [Patch #476612] Add attributes from PEP247 to the md5 and sha modulesAndrew M. Kuchling2001-11-022-4/+11
* use proper APIs for activate/deactivateJust van Rossum2001-11-021-17/+5
* Fix stupid bug recently introduced for DVI version of the docs (used toFred Drake2001-11-021-1/+1
* Add deprecation notice to statcache.Fred Drake2001-11-021-0/+6
* Make sure there are no weird nesting behaviors; the PDF version will notFred Drake2001-11-021-2/+2
* wintertime bluesJust van Rossum2001-11-021-0/+0
* removed import display hackeryJust van Rossum2001-11-022-66/+5
* some support for syntax coloring, disabled for nowJust van Rossum2001-11-022-42/+149
* changed the default fontJust van Rossum2001-11-021-1/+1
* fixed a non-Carbon Carbon importJust van Rossum2001-11-021-1/+1
* - rearranged some importsJust van Rossum2001-11-021-29/+3
* rearranged some importsJust van Rossum2001-11-024-23/+8
* SF bug #476912: flag repeated use of the same groupname asFredrik Lundh2001-11-021-1/+3
* float_divmod(): the code wasn't sick enough to stop the MS optimizerTim Peters2001-11-011-1/+1
* We always install the Sioux menubar, in stead of only when no menubarJack Jansen2001-11-011-0/+8
* SF bug #477221: abs and divmod act oddly with -0.0Tim Peters2001-11-011-9/+26
* float_abs() again: Guido pointed out that this could screw up in theTim Peters2001-11-011-6/+1
* The GC issues with __del__ are now dealt with.Guido van Rossum2001-11-011-4/+4
* PyFunction_Call() did not check the result of PyObject_Repr() for NULL, andFred Drake2001-11-011-2/+2
* SF bug #477221: abs and divmod act oddly with -0.0.Tim Peters2001-11-011-9/+11
* Correct misspelling of "separate" in two places.Fred Drake2001-11-011-2/+2
* has_finalizer(): simplified "if (complicated_bool) 1 else 0" toTim Peters2001-11-011-8/+3
* Brute-force performance hackery; buys back about 20% of the time forFred Drake2001-11-011-121/+165
* Add has_finalizer predictate function. Use it when deciding whichNeil Schemenauer2001-11-011-14/+26
* The import check in setup.py fails on Mac OS X for Carbon-based modulesJack Jansen2001-11-011-0/+5
* SF bug #477059 (my own): __del__ on new classes vs. GC.Guido van Rossum2001-11-011-1/+3
* Under MachO-Python unconditionally import macfsn.Jack Jansen2001-11-011-0/+6
* __del__ is done -- except for the GC issue.Guido van Rossum2001-11-011-5/+5
* Make the gc.collect() function respect the collection lock. This fixesNeil Schemenauer2001-10-311-4/+11
* Workaround for odd problem on my machine: without this I get a tracebackJust van Rossum2001-10-311-1/+5
* Moved macfsn hackery from macmain.c to macfsmodule.c so it loadsJust van Rossum2001-10-312-30/+32
* fix forMichael W. Hudson2001-10-311-2/+2
* Fix markup typoAndrew M. Kuchling2001-10-311-1/+1
* Add paragraph about difflib suggested by David GoodgerAndrew M. Kuchling2001-10-311-2/+11
* call the correct base method (found due to better inheritance checking in 2.2)Just van Rossum2001-10-311-1/+1
* Link the core with CoreServices, not with Carbon, and don't use any CarbonJack Jansen2001-10-314-31/+137
* RegeneratedJack Jansen2001-10-312-18/+4
* Documentation patches by bsherwoodChui Tey2001-10-311-4/+13
* Added structseq.cJust van Rossum2001-10-311-0/+0
* Added Donovan Preston and reformatted to 80-char lines.Jack Jansen2001-10-311-74/+82
* Move a name into correct position.Tim Peters2001-10-311-1/+1
* SF patch #474485: pydoc generates some bad html, from Rich Salz.Tim Peters2001-10-312-5/+6
* SF patch #474500: Make OS/2 locks work like posix locks, from MichaelTim Peters2001-10-312-30/+62
* Huh. In an effort to be less thorough <wink>, seems I checked in a newTim Peters2001-10-311-1/+1
* Fix bad bug in structseq slicing (NULL pointers in result). Reported byTim Peters2001-10-304-6/+22
* Mod by Donovan Preston to allow MacPython to live in a Python.app bundle and ...Jack Jansen2001-10-301-34/+62
* Files used for MacPython 2.2b1 distribution.Jack Jansen2001-10-303-5/+7