summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The new menu initialization code would also add the SIOUX menus if a (frozen)...Jack Jansen2001-12-102-6/+15
* New fodder.Guido van Rossum2001-12-101-0/+1
* SF patch #491049 (David Jacobs): Small PyString_FromString optimizationGuido van Rossum2001-12-101-1/+1
* Fix forMichael W. Hudson2001-12-101-1/+2
* Add a comment explaining the st_symbols cache.Jeremy Hylton2001-12-101-1/+15
* The module generator now tells its object generators about the module name (t...Jack Jansen2001-12-092-1/+9
* Updated, and converted line-endings to unix-style (oops:-)Jack Jansen2001-12-091-1/+1
* Mods by Tony Lownds (patch 490100, slightly massaged by me) to make TkinterJack Jansen2001-12-092-1/+74
* Mods to make WASTE module compile and link for MachoPython. Not testedJack Jansen2001-12-095-3/+29
* A workaround for the missing buffer() builtin in jython.Finn Bock2001-12-091-0/+6
* bug #133283, #477728, #483789, #490573Fredrik Lundh2001-12-094-24/+22
* test(): Avoid a UnboundLocalError when a method is missing from both the stringFinn Bock2001-12-091-0/+1
* Moved a print statement outside the jython platform test. OtherwiseFinn Bock2001-12-091-1/+1
* The initial patch #468662 was not applied quite verbatim. This should oneFinn Bock2001-12-091-1/+2
* Refcounting isn't available in Jython. Putting the jython test around it.Finn Bock2001-12-091-8/+9
* PySymtableEntry_New(): I'm not sure what this routine is doing, but itTim Peters2001-12-081-0/+1
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-0868-113/+116
* SF patch #489989 (Charles G Waldman) linuxaudiodev.c - fix initializationGuido van Rossum2001-12-081-9/+8
* SF patch #490515 (Joe A) urllib.open_https() protocol issueGuido van Rossum2001-12-081-1/+1
* OSX tweak.Just van Rossum2001-12-081-1/+3
* Enable support for jython:Finn Bock2001-12-081-4/+11
* Don't do App.DrawThemeListBoxFrame() upon activate: it startsJust van Rossum2001-12-081-2/+2
* Remove erroneous and confusing comment -- sre patterns *can* beGuido van Rossum2001-12-081-2/+2
* Script to generate the table of distribution packages, plugging in the sizeFred Drake2001-12-081-0/+97
* Add change notes where im_class is discussed, since the exact meaning changesFred Drake2001-12-072-49/+60
* Correct the description of im_class. (Fred, this is changed in 2.2.Guido van Rossum2001-12-072-7/+6
* Revise description of dumbdbm.open() to reflect that the flag argument isFred Drake2001-12-071-7/+7
* Honor the mode argument to dumbdbm.open(); there is not good reason not to,Fred Drake2001-12-071-6/+7
* PyMethodObject(): Update the comment about im_class based upon aGuido van Rossum2001-12-071-1/+1
* Describe the behavior of the read() method when the list of filenamesFred Drake2001-12-071-0/+18
* SF patch 490393: test___all__ and Jython; from Finn Bock.Tim Peters2001-12-071-3/+4
* I found that when run as a script, this test suite ran its testsGuido van Rossum2001-12-071-6/+6
* SF patch #489173: Make os.spawnv not block the interpreter, fromTim Peters2001-12-073-3/+18
* O_cwrite(): rewrote for clarity, replacing all the (Oobject *)selfGuido van Rossum2001-12-071-16/+17
* _PyTuple_Resize(): this dumped core on tuple(globals()) for me. TurnsGuido van Rossum2001-12-071-6/+8
* Another name.Fred Drake2001-12-071-0/+1
* Align the number of %s with the number of format arguments.Finn Bock2001-12-071-2/+2
* More info about the cycle detector.Guido van Rossum2001-12-071-2/+4
* Trivial spelling repair on new cyclic garbage text.Tim Peters2001-12-071-2/+2
* Added more information about reference counting limitations and the cycleFred Drake2001-12-071-0/+27
* Move import dbhash out of test_sundry and into test_bsddb,Guido van Rossum2001-12-072-1/+1
* Not being able to copy PythonCore to the system-folder is not a fatal error, ...Jack Jansen2001-12-072-4/+8
* Fix for:Michael W. Hudson2001-12-072-9343/+4128
* Missing DECREFs when exception is raised in sys.excepthook.Jeremy Hylton2001-12-071-0/+3
* Use an immutable tuple for __slots instead of a mutable listAndrew M. Kuchling2001-12-071-2/+2
* Fix for #489672 (Neil Norwitz): memory leak in test_sre.Guido van Rossum2001-12-071-1/+4
* In unconditional except clauses, don't catch KeyboardInterrupt -- it'sGuido van Rossum2001-12-071-0/+6
* audioop_ratecv() again: settle for a sloppier upper bound that's lessTim Peters2001-12-071-34/+19
* s/it/if/ in descriptions of spawn mode argument.Tim Peters2001-12-061-1/+1
* For ratecv, document that None should be the initial state argument (whenTim Peters2001-12-061-1/+2