| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Files used for MacPython 2.2b1 distribution. | Jack Jansen | 2001-10-30 | 3 | -5/+7 |
|
|
* | Fix grammar error | Andrew M. Kuchling | 2001-10-30 | 1 | -2/+2 |
|
|
* | Rewrites and additions resulting from today's feedback | Andrew M. Kuchling | 2001-10-30 | 1 | -24/+49 |
|
|
* | SF bug #474077 2.2b1: Error compiling extns with BCC | Tim Peters | 2001-10-30 | 2 | -1/+1 |
|
|
* | Always use --dvips-safe when generating HTML for the standard documentation | Fred Drake | 2001-10-30 | 1 | -2/+3 |
|
|
* | Add a new option, --dvips-safe, which sets the $DVIPS_SAFE option in | Fred Drake | 2001-10-30 | 1 | -1/+30 |
|
|
* | Various minor rewrites | Andrew M. Kuchling | 2001-10-30 | 1 | -28/+31 |
|
|
* | Corrections noted by Michael McLay | Andrew M. Kuchling | 2001-10-30 | 1 | -4/+4 |
|
|
* | /F observes that we need an else: in connect() | Jeremy Hylton | 2001-10-30 | 1 | -1/+2 |
|
|
* | Don't override asplit_pat in Scanner_UH3. No reason to do so, and it broke | Jack Jansen | 2001-10-30 | 1 | -1/+0 |
|
|
* | On the macintosh don't take a quick exit in find_module() for frozen submodul... | Jack Jansen | 2001-10-30 | 1 | -0/+8 |
|
|
* | Promote file objects out of the "Other Objects" category, so they become | Fred Drake | 2001-10-30 | 1 | -172/+172 |
|
|
* | Promote built-in functions to come before built-in types. | Fred Drake | 2001-10-30 | 2 | -4/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-10-30 | 4 | -5/+5 |
|
|
* | Mention the new file() builtin in the section on file objects. | Tim Peters | 2001-10-30 | 1 | -3/+6 |
|
|
* | To cover a recent checkin, added a test to ensure dir(None) == dir(Ellipsis). | Tim Peters | 2001-10-30 | 1 | -0/+4 |
|
|
* | Just changed some continued-line indentation to read better, due to | Tim Peters | 2001-10-30 | 1 | -3/+3 |
|
|
* | Fix SF bug #456386: test_commands regression failure (Andrew Dalke) | Guido van Rossum | 2001-10-30 | 1 | -1/+1 |
|
|
* | News and attribution for SF bug #473009. | Guido van Rossum | 2001-10-30 | 2 | -0/+4 |
|
|
* | Change the limit on the input size for b2a_base64 to what will fit in | Guido van Rossum | 2001-10-30 | 1 | -1/+3 |
|
|
* | Add values to tp_getattro and tp_flags so that dir(Ellipsis) will | Guido van Rossum | 2001-10-30 | 1 | -14/+20 |
|
|
* | Minimal test for __del__ hook. | Guido van Rossum | 2001-10-30 | 1 | -0/+12 |
|
|
* | PySocketSock_connect_ex(): On Windows, return the correct Windows exit | Tim Peters | 2001-10-30 | 1 | -1/+6 |
|
|
* | directory chooser (requires a recent version of Tk) | Fredrik Lundh | 2001-10-29 | 1 | -0/+52 |
|
|
* | Rename "dictionary" (type and constructor) to "dict". | Tim Peters | 2001-10-29 | 10 | -63/+66 |
|
|