| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | To make 'urllib.py -t' run again, change FTP URL to a file that actually | Andrew M. Kuchling | 2002-03-18 | 1 | -1/+1 |
|
|
* | use -kb on idle/Icons/minusnode.gif ("cvs up" kept checking it out all | Fredrik Lundh | 2002-03-18 | 1 | -0/+0 |
|
|
* | Drop the PyCore_* memory API. | Neil Schemenauer | 2002-03-18 | 4 | -92/+71 |
|
|
* | Re-enable GC of generator objects. | Neil Schemenauer | 2002-03-18 | 1 | -6/+6 |
|
|
* | Re-enable GC of method objects. | Neil Schemenauer | 2002-03-18 | 1 | -7/+6 |
|
|
* | Re-enable GC of iter objects. | Neil Schemenauer | 2002-03-18 | 1 | -14/+12 |
|
|
* | (py-temp-directory): Add /var/tmp to the list of directories this | Barry Warsaw | 2002-03-18 | 1 | -3/+4 |
|
|
* | Remove extraneous #define as per effbot's instructions in: | Neal Norwitz | 2002-03-18 | 1 | -2/+0 |
|
|
* | Simpilify PyCore_* macros by assuming the function prototypes for | Neil Schemenauer | 2002-03-18 | 3 | -154/+34 |
|
|
* | Fix up unescaped tilde; reported by several people. | Fred Drake | 2002-03-18 | 1 | -1/+1 |
|
|
* | Remove extra verb; reported by Detlef Lannert. | Fred Drake | 2002-03-18 | 1 | -2/+1 |
|
|
* | Lurking bug found by patch for 531291: FSSpecs should be passed to | Jack Jansen | 2002-03-18 | 2 | -2/+2 |
|
|
* | Some of the newer routines return an OSErr, like most toolbox calls, in stead... | Jack Jansen | 2002-03-18 | 2 | -95/+67 |
|
|
* | Some structures should be passed to Py_BuildValue by reference, not by value, | Jack Jansen | 2002-03-18 | 2 | -2/+10 |
|
|
* | amk's fix attached to | Michael W. Hudson | 2002-03-18 | 3 | -1/+26 |
|
|
* | Patch #495598: add an -q (quiet) option to pycompile. | Martin v. Löwis | 2002-03-18 | 3 | -11/+31 |
|
|
* | Correctly set default entry in all cases. | Martin v. Löwis | 2002-03-18 | 1 | -6/+9 |
|
|
* | Patch #499513: use readline() instead of readlines(). Removed the | Martin v. Löwis | 2002-03-18 | 1 | -16/+6 |
|
|
* | Patch #512466: Script to move faqwiz entries. | Martin v. Löwis | 2002-03-18 | 2 | -0/+50 |
|
|
* | Patch #525870: Avoid duplicate stat calls, use st_ attributes. | Martin v. Löwis | 2002-03-18 | 1 | -4/+2 |
|
|
* | Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault | Guido van Rossum | 2002-03-18 | 2 | -0/+7 |
|
|
* | dump the string exception fallback for anydbm.error. | Skip Montanaro | 2002-03-18 | 1 | -5/+2 |
|
|
* | initial test_anydbm module - based on test_dumbdbm.py | Skip Montanaro | 2002-03-18 | 1 | -0/+96 |
|
|
* | further work on dynamic reconfiguration; | Steven M. Gava | 2002-03-18 | 2 | -0/+34 |
|
|
* | netrc will now raise a more predictable exception when $HOME is not set | Paul Prescod | 2002-03-18 | 1 | -1/+4 |
|
|
* | added note that xmlrpclib won't marshal instances of subclasses of the | Skip Montanaro | 2002-03-17 | 1 | -1/+3 |
|
|
* | restructure a bit to not rely on test case execution ordering | Skip Montanaro | 2002-03-17 | 1 | -4/+28 |
|
|
* | Regenerated for Irix 6.5. | Jack Jansen | 2002-03-17 | 3 | -69/+776 |
|
|
* | Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5. | Jack Jansen | 2002-03-17 | 1 | -1/+2 |
|
|
* | SF patch 530070: pydoc regression, from Martin and Guido. | Tim Peters | 2002-03-17 | 2 | -5/+30 |
|
|
* | Patch #430706: Persistent connections in BaseHTTPServer. | Martin v. Löwis | 2002-03-17 | 4 | -40/+145 |
|
|
* | Patch #485959: Various changes to Tix demos. | Martin v. Löwis | 2002-03-17 | 14 | -302/+401 |
|
|
* | Document that _POSIX_SEMAPHORES is predefined. | Martin v. Löwis | 2002-03-17 | 1 | -0/+4 |
|
|
* | Patch #525532: Add support for POSIX semaphores. | Martin v. Löwis | 2002-03-17 | 1 | -0/+119 |
|
|
* | Fix stupid typo in example. | Fred Drake | 2002-03-16 | 1 | -1/+1 |
|
|
* | Markup error: braces not properly marked in dictionary display | Fred Drake | 2002-03-16 | 1 | -1/+1 |
|
|
* | Clarify the descriptions of the positive and negative lookbehind assertions. | Fred Drake | 2002-03-16 | 1 | -9/+30 |
|
|
* | pdfTeX 0.13 and 0.14 do not agree on the name of the macro, and I will not | Fred Drake | 2002-03-16 | 1 | -0/+8 |
|
|
* | Applet icon. | Jack Jansen | 2002-03-16 | 1 | -0/+0 |
|
|
* | Revise the markup related to the grammar productions to increase the | Fred Drake | 2002-03-15 | 7 | -98/+95 |
|
|
* | Make the release status obvious in the title area. | Fred Drake | 2002-03-15 | 2 | -2/+2 |
|
|
* | Patch #530105: Allow file object may to be subtyped | Martin v. Löwis | 2002-03-15 | 2 | -11/+11 |
|
|
* | (py-honor-comment-indentation, py-compute-indentation): Fix the | Barry Warsaw | 2002-03-15 | 1 | -3/+7 |
|
|
* | Wrap a couple of long lines. | Fred Drake | 2002-03-15 | 1 | -2/+4 |
|
|
* | Corrected _localized_name.__getitem__ based on code in patch 503202 (which I | Skip Montanaro | 2002-03-15 | 1 | -7/+9 |
|
|
* | Patch #527427: minidom fails to use NodeList sometimes. | Martin v. Löwis | 2002-03-15 | 1 | -5/+5 |
|
|
* | Skip test_longexp for MacPython on Mac OS X. It triggers a pathological reall... | Jack Jansen | 2002-03-15 | 1 | -1/+5 |
|
|
* | Patch 527434: Avoid double inclusion of thread.o on Sol2.8. | Martin v. Löwis | 2002-03-15 | 2 | -212/+218 |
|
|
* | If no webbrowsers were found _tryorder would be empty, cmd would never be set... | Jack Jansen | 2002-03-15 | 1 | -0/+1 |
|
|
* | Patch #517521: Consider byte strings before Unicode strings | Martin v. Löwis | 2002-03-15 | 1 | -52/+60 |
|
|