| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [Patch #477336] Make hmac.py match PEP247, and fix the copy method() so that | Andrew M. Kuchling | 2001-11-02 | 1 | -23/+13 |
|
|
* | [Patch #476612] Add test suite for PEP247 compliance | Andrew M. Kuchling | 2001-11-02 | 1 | -0/+50 |
|
|
* | Fix comment typo | Andrew M. Kuchling | 2001-11-02 | 1 | -1/+1 |
|
|
* | [Patch #476612] Change docs to describe PEP247 interface | Andrew M. Kuchling | 2001-11-02 | 2 | -1/+11 |
|
|
* | [Patch #476612] Add attributes from PEP247 to the md5 and sha modules | Andrew M. Kuchling | 2001-11-02 | 2 | -4/+11 |
|
|
* | use proper APIs for activate/deactivate | Just van Rossum | 2001-11-02 | 1 | -17/+5 |
|
|
* | Fix stupid bug recently introduced for DVI version of the docs (used to | Fred Drake | 2001-11-02 | 1 | -1/+1 |
|
|
* | Add deprecation notice to statcache. | Fred Drake | 2001-11-02 | 1 | -0/+6 |
|
|
* | Make sure there are no weird nesting behaviors; the PDF version will not | Fred Drake | 2001-11-02 | 1 | -2/+2 |
|
|
* | wintertime blues | Just van Rossum | 2001-11-02 | 1 | -0/+0 |
|
|
* | removed import display hackery | Just van Rossum | 2001-11-02 | 2 | -66/+5 |
|
|
* | some support for syntax coloring, disabled for now | Just van Rossum | 2001-11-02 | 2 | -42/+149 |
|
|
* | changed the default font | Just van Rossum | 2001-11-02 | 1 | -1/+1 |
|
|
* | fixed a non-Carbon Carbon import | Just van Rossum | 2001-11-02 | 1 | -1/+1 |
|
|
* | - rearranged some imports | Just van Rossum | 2001-11-02 | 1 | -29/+3 |
|
|
* | rearranged some imports | Just van Rossum | 2001-11-02 | 4 | -23/+8 |
|
|
* | SF bug #476912: flag repeated use of the same groupname as | Fredrik Lundh | 2001-11-02 | 1 | -1/+3 |
|
|
* | float_divmod(): the code wasn't sick enough to stop the MS optimizer | Tim Peters | 2001-11-01 | 1 | -1/+1 |
|
|
* | We always install the Sioux menubar, in stead of only when no menubar | Jack Jansen | 2001-11-01 | 1 | -0/+8 |
|
|
* | SF bug #477221: abs and divmod act oddly with -0.0 | Tim Peters | 2001-11-01 | 1 | -9/+26 |
|
|
* | float_abs() again: Guido pointed out that this could screw up in the | Tim Peters | 2001-11-01 | 1 | -6/+1 |
|
|
* | The GC issues with __del__ are now dealt with. | Guido van Rossum | 2001-11-01 | 1 | -4/+4 |
|
|
* | PyFunction_Call() did not check the result of PyObject_Repr() for NULL, and | Fred Drake | 2001-11-01 | 1 | -2/+2 |
|
|
* | SF bug #477221: abs and divmod act oddly with -0.0. | Tim Peters | 2001-11-01 | 1 | -9/+11 |
|
|
* | Correct misspelling of "separate" in two places. | Fred Drake | 2001-11-01 | 1 | -2/+2 |
|
|
* | has_finalizer(): simplified "if (complicated_bool) 1 else 0" to | Tim Peters | 2001-11-01 | 1 | -8/+3 |
|
|
* | Brute-force performance hackery; buys back about 20% of the time for | Fred Drake | 2001-11-01 | 1 | -121/+165 |
|
|
* | Add has_finalizer predictate function. Use it when deciding which | Neil Schemenauer | 2001-11-01 | 1 | -14/+26 |
|
|
* | The import check in setup.py fails on Mac OS X for Carbon-based modules | Jack Jansen | 2001-11-01 | 1 | -0/+5 |
|
|
* | SF bug #477059 (my own): __del__ on new classes vs. GC. | Guido van Rossum | 2001-11-01 | 1 | -1/+3 |
|
|
* | Under MachO-Python unconditionally import macfsn. | Jack Jansen | 2001-11-01 | 1 | -0/+6 |
|
|
* | __del__ is done -- except for the GC issue. | Guido van Rossum | 2001-11-01 | 1 | -5/+5 |
|
|
* | Make the gc.collect() function respect the collection lock. This fixes | Neil Schemenauer | 2001-10-31 | 1 | -4/+11 |
|
|
* | Workaround for odd problem on my machine: without this I get a traceback | Just van Rossum | 2001-10-31 | 1 | -1/+5 |
|
|
* | Moved macfsn hackery from macmain.c to macfsmodule.c so it loads | Just van Rossum | 2001-10-31 | 2 | -30/+32 |
|
|
* | fix for | Michael W. Hudson | 2001-10-31 | 1 | -2/+2 |
|
|
* | Fix markup typo | Andrew M. Kuchling | 2001-10-31 | 1 | -1/+1 |
|
|
* | Add paragraph about difflib suggested by David Goodger | Andrew M. Kuchling | 2001-10-31 | 1 | -2/+11 |
|
|
* | call the correct base method (found due to better inheritance checking in 2.2) | Just van Rossum | 2001-10-31 | 1 | -1/+1 |
|
|
* | Link the core with CoreServices, not with Carbon, and don't use any Carbon | Jack Jansen | 2001-10-31 | 4 | -31/+137 |
|
|
* | Regenerated | Jack Jansen | 2001-10-31 | 2 | -18/+4 |
|
|
* | Documentation patches by bsherwood | Chui Tey | 2001-10-31 | 1 | -4/+13 |
|
|
* | Added structseq.c | Just van Rossum | 2001-10-31 | 1 | -0/+0 |
|
|
* | Added Donovan Preston and reformatted to 80-char lines. | Jack Jansen | 2001-10-31 | 1 | -74/+82 |
|
|
* | Move a name into correct position. | Tim Peters | 2001-10-31 | 1 | -1/+1 |
|
|
* | SF patch #474485: pydoc generates some bad html, from Rich Salz. | Tim Peters | 2001-10-31 | 2 | -5/+6 |
|
|
* | SF patch #474500: Make OS/2 locks work like posix locks, from Michael | Tim Peters | 2001-10-31 | 2 | -30/+62 |
|
|
* | Huh. In an effort to be less thorough <wink>, seems I checked in a new | Tim Peters | 2001-10-31 | 1 | -1/+1 |
|
|
* | Fix bad bug in structseq slicing (NULL pointers in result). Reported by | Tim Peters | 2001-10-30 | 4 | -6/+22 |
|
|
* | Mod by Donovan Preston to allow MacPython to live in a Python.app bundle and ... | Jack Jansen | 2001-10-30 | 1 | -34/+62 |
|
|