summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Apply SF patch #504943]Walter Dörwald2002-03-213-6/+23
* Do not insert characters for unicode-escape decoders if the error modeMartin v. Löwis2002-03-212-14/+32
* [Apply patch #500457 from the PyXML tracker]Andrew M. Kuchling2002-03-201-0/+9
* Remove compiler warnings on Solaris 8.Neal Norwitz2002-03-204-3/+5
* Change raw "except:" constructs to pass on KeyboardInterrupt.Tim Peters2002-03-201-0/+4
* SF# 522426, add doc for common parameter for filecmp.cmpfiles()Neal Norwitz2002-03-201-0/+1
* Make GzipFile an iterator. Closes bug #532621.Neil Schemenauer2002-03-201-0/+10
* Arrange to export the _PyMalloc_{Malloc, Realloc, Free} entry points. OnTim Peters2002-03-201-3/+3
* A faster version of the find_prefix_at_end() function (that I found in theAndrew M. Kuchling2002-03-201-9/+7
* [Bug #528914] PyTraceBack_Store/Fetch were deleted in 1997, but theirAndrew M. Kuchling2002-03-191-3/+1
* Expand LINKCC in configure.in. Suggested in bug report #529713.Martin v. Löwis2002-03-192-5/+5
* Adjust some poor wording in the text that explains what events are usedFred Drake2002-03-191-27/+29
* Clarify that copy_reg.pickle() is not intended for use with "classic" classes.Fred Drake2002-03-191-3/+5
* Record 2.2.1c1 release date.Tim Peters2002-03-191-1/+1
* [Bug #531616] Make HTTPS work again by adding a sendall method to theAndrew M. Kuchling2002-03-181-0/+3
* To make 'urllib.py -t' run again, change FTP URL to a file that actuallyAndrew M. Kuchling2002-03-181-1/+1
* use -kb on idle/Icons/minusnode.gif ("cvs up" kept checking it out allFredrik Lundh2002-03-181-0/+0
* Drop the PyCore_* memory API.Neil Schemenauer2002-03-184-92/+71
* Re-enable GC of generator objects.Neil Schemenauer2002-03-181-6/+6
* Re-enable GC of method objects.Neil Schemenauer2002-03-181-7/+6
* Re-enable GC of iter objects.Neil Schemenauer2002-03-181-14/+12
* (py-temp-directory): Add /var/tmp to the list of directories thisBarry Warsaw2002-03-181-3/+4
* Remove extraneous #define as per effbot's instructions in:Neal Norwitz2002-03-181-2/+0
* Simpilify PyCore_* macros by assuming the function prototypes forNeil Schemenauer2002-03-183-154/+34
* Fix up unescaped tilde; reported by several people.Fred Drake2002-03-181-1/+1
* Remove extra verb; reported by Detlef Lannert.Fred Drake2002-03-181-2/+1
* Lurking bug found by patch for 531291: FSSpecs should be passed toJack Jansen2002-03-182-2/+2
* Some of the newer routines return an OSErr, like most toolbox calls, in stead...Jack Jansen2002-03-182-95/+67
* Some structures should be passed to Py_BuildValue by reference, not by value,Jack Jansen2002-03-182-2/+10
* amk's fix attached toMichael W. Hudson2002-03-183-1/+26
* Patch #495598: add an -q (quiet) option to pycompile.Martin v. Löwis2002-03-183-11/+31
* Correctly set default entry in all cases.Martin v. Löwis2002-03-181-6/+9
* Patch #499513: use readline() instead of readlines(). Removed theMartin v. Löwis2002-03-181-16/+6
* Patch #512466: Script to move faqwiz entries.Martin v. Löwis2002-03-182-0/+50
* Patch #525870: Avoid duplicate stat calls, use st_ attributes.Martin v. Löwis2002-03-181-4/+2
* Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfaultGuido van Rossum2002-03-182-0/+7
* dump the string exception fallback for anydbm.error.Skip Montanaro2002-03-181-5/+2
* initial test_anydbm module - based on test_dumbdbm.pySkip Montanaro2002-03-181-0/+96
* further work on dynamic reconfiguration;Steven M. Gava2002-03-182-0/+34
* netrc will now raise a more predictable exception when $HOME is not setPaul Prescod2002-03-181-1/+4
* added note that xmlrpclib won't marshal instances of subclasses of theSkip Montanaro2002-03-171-1/+3
* restructure a bit to not rely on test case execution orderingSkip Montanaro2002-03-171-4/+28
* Regenerated for Irix 6.5.Jack Jansen2002-03-173-69/+776
* Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5.Jack Jansen2002-03-171-1/+2
* SF patch 530070: pydoc regression, from Martin and Guido.Tim Peters2002-03-172-5/+30
* Patch #430706: Persistent connections in BaseHTTPServer.Martin v. Löwis2002-03-174-40/+145
* Patch #485959: Various changes to Tix demos.Martin v. Löwis2002-03-1714-302/+401
* Document that _POSIX_SEMAPHORES is predefined.Martin v. Löwis2002-03-171-0/+4
* Patch #525532: Add support for POSIX semaphores.Martin v. Löwis2002-03-171-0/+119
* Fix stupid typo in example.Fred Drake2002-03-161-1/+1