| Commit message (Expand) | Author | Age | Files | Lines |
* | bug #133283, #477728, #483789, #490573 | Fredrik Lundh | 2001-12-09 | 4 | -24/+22 |
|
|
* | test(): Avoid a UnboundLocalError when a method is missing from both the string | Finn Bock | 2001-12-09 | 1 | -0/+1 |
|
|
* | Moved a print statement outside the jython platform test. Otherwise | Finn Bock | 2001-12-09 | 1 | -1/+1 |
|
|
* | The initial patch #468662 was not applied quite verbatim. This should one | Finn Bock | 2001-12-09 | 1 | -1/+2 |
|
|
* | Refcounting isn't available in Jython. Putting the jython test around it. | Finn Bock | 2001-12-09 | 1 | -8/+9 |
|
|
* | PySymtableEntry_New(): I'm not sure what this routine is doing, but it | Tim Peters | 2001-12-08 | 1 | -0/+1 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 68 | -113/+116 |
|
|
* | SF patch #489989 (Charles G Waldman) linuxaudiodev.c - fix initialization | Guido van Rossum | 2001-12-08 | 1 | -9/+8 |
|
|
* | SF patch #490515 (Joe A) urllib.open_https() protocol issue | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|
* | OSX tweak. | Just van Rossum | 2001-12-08 | 1 | -1/+3 |
|
|
* | Enable support for jython: | Finn Bock | 2001-12-08 | 1 | -4/+11 |
|
|
* | Don't do App.DrawThemeListBoxFrame() upon activate: it starts | Just van Rossum | 2001-12-08 | 1 | -2/+2 |
|
|
* | Remove erroneous and confusing comment -- sre patterns *can* be | Guido van Rossum | 2001-12-08 | 1 | -2/+2 |
|
|
* | Script to generate the table of distribution packages, plugging in the size | Fred Drake | 2001-12-08 | 1 | -0/+97 |
|
|
* | Add change notes where im_class is discussed, since the exact meaning changes | Fred Drake | 2001-12-07 | 2 | -49/+60 |
|
|
* | Correct the description of im_class. (Fred, this is changed in 2.2. | Guido van Rossum | 2001-12-07 | 2 | -7/+6 |
|
|
* | Revise description of dumbdbm.open() to reflect that the flag argument is | Fred Drake | 2001-12-07 | 1 | -7/+7 |
|
|
* | Honor the mode argument to dumbdbm.open(); there is not good reason not to, | Fred Drake | 2001-12-07 | 1 | -6/+7 |
|
|
* | PyMethodObject(): Update the comment about im_class based upon a | Guido van Rossum | 2001-12-07 | 1 | -1/+1 |
|
|
* | Describe the behavior of the read() method when the list of filenames | Fred Drake | 2001-12-07 | 1 | -0/+18 |
|
|
* | SF patch 490393: test___all__ and Jython; from Finn Bock. | Tim Peters | 2001-12-07 | 1 | -3/+4 |
|
|
* | I found that when run as a script, this test suite ran its tests | Guido van Rossum | 2001-12-07 | 1 | -6/+6 |
|
|
* | SF patch #489173: Make os.spawnv not block the interpreter, from | Tim Peters | 2001-12-07 | 3 | -3/+18 |
|
|
* | O_cwrite(): rewrote for clarity, replacing all the (Oobject *)self | Guido van Rossum | 2001-12-07 | 1 | -16/+17 |
|
|
* | _PyTuple_Resize(): this dumped core on tuple(globals()) for me. Turns | Guido van Rossum | 2001-12-07 | 1 | -6/+8 |
|
|
* | Another name. | Fred Drake | 2001-12-07 | 1 | -0/+1 |
|
|
* | Align the number of %s with the number of format arguments. | Finn Bock | 2001-12-07 | 1 | -2/+2 |
|
|
* | More info about the cycle detector. | Guido van Rossum | 2001-12-07 | 1 | -2/+4 |
|
|
* | Trivial spelling repair on new cyclic garbage text. | Tim Peters | 2001-12-07 | 1 | -2/+2 |
|
|
* | Added more information about reference counting limitations and the cycle | Fred Drake | 2001-12-07 | 1 | -0/+27 |
|
|
* | Move import dbhash out of test_sundry and into test_bsddb, | Guido van Rossum | 2001-12-07 | 2 | -1/+1 |
|
|
* | Not being able to copy PythonCore to the system-folder is not a fatal error, ... | Jack Jansen | 2001-12-07 | 2 | -4/+8 |
|
|
* | Fix for: | Michael W. Hudson | 2001-12-07 | 2 | -9343/+4128 |
|
|
* | Missing DECREFs when exception is raised in sys.excepthook. | Jeremy Hylton | 2001-12-07 | 1 | -0/+3 |
|
|
* | Use an immutable tuple for __slots instead of a mutable list | Andrew M. Kuchling | 2001-12-07 | 1 | -2/+2 |
|
|
* | Fix for #489672 (Neil Norwitz): memory leak in test_sre. | Guido van Rossum | 2001-12-07 | 1 | -1/+4 |
|
|
* | In unconditional except clauses, don't catch KeyboardInterrupt -- it's | Guido van Rossum | 2001-12-07 | 1 | -0/+6 |
|
|
* | audioop_ratecv() again: settle for a sloppier upper bound that's less | Tim Peters | 2001-12-07 | 1 | -34/+19 |
|
|
* | s/it/if/ in descriptions of spawn mode argument. | Tim Peters | 2001-12-06 | 1 | -1/+1 |
|
|
* | For ratecv, document that None should be the initial state argument (when | Tim Peters | 2001-12-06 | 1 | -1/+2 |
|
|
* | Visious hackery to solve a build-control problem related to our use of | Fred Drake | 2001-12-06 | 2 | -0/+18 |
|
|
* | Don't fail on importing things with undefined references. Unfortunately we | Jack Jansen | 2001-12-06 | 1 | -1/+2 |
|
|
* | Silly mistake in build directory extension fix. | Jack Jansen | 2001-12-06 | 2 | -4120/+9345 |
|
|
* | Wrap some long lines. | Fred Drake | 2001-12-06 | 1 | -11/+21 |
|
|
* | Cleaned up Mac OS X section to the current state of affairs. | Jack Jansen | 2001-12-06 | 1 | -10/+8 |
|
|
* | Test wether we are building on a case-insensitive filesystem (such | Jack Jansen | 2001-12-06 | 4 | -395/+417 |
|
|
* | [Bug #475009] Tighten the pattern for the first line, so we don't | Andrew M. Kuchling | 2001-12-06 | 1 | -1/+1 |
|
|
* | Fix for SF bug #489671 (Neil Norwitz): memory leak in test_richcmp. | Guido van Rossum | 2001-12-06 | 1 | -0/+8 |
|
|
* | sys.platform is now "darwin" without digits appended. | Jack Jansen | 2001-12-06 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 11 | -48/+48 |
|
|