summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Fix for SF bug #576327: zipfile when sizeof(long) == 8Tim Peters2002-07-021-1/+11
* Repair badly formatted code.Jeremy Hylton2002-07-021-19/+17
* Finished transitioning to using gc_refs to track gc objects' states.Tim Peters2002-07-021-39/+66
* Do not depend on pymemcompat.h (was only used for PyXML); Martin likesFred Drake2002-07-021-4/+6
* Mac OS X Jaguar (developer preview) seems to have a working getaddrinfo().Jack Jansen2002-07-021-0/+5
* Reserved another gc_refs value for untracked objects. Every live gcTim Peters2002-07-021-6/+16
* Bring this back into sync with PyXML revision 1.58.Fred Drake2002-07-011-3/+10
* OK, I couldn't stand it <0.5 wink>: removed all uncertainty about what'sTim Peters2002-07-011-96/+163
* visit_decref(): Two optimizations.Tim Peters2002-06-301-5/+3
* SF bug #574132: Major GC related performance regressionTim Peters2002-06-301-13/+43
* Patch #569753: Remove support for WIN16.Martin v. Löwis2002-06-307-167/+66
* Define PyDoc_STRVAR if it is not available (PyXML 1.54).Martin v. Löwis2002-06-301-63/+11
* Undo usage of PyOS_snprintf (rev. 1.51 of PyXML).Martin v. Löwis2002-06-301-1/+3
* Added character data buffering to pyexpat parser objects.Fred Drake2002-06-281-20/+157
* pyexpat code cleanup and minor refactorings:Fred Drake2002-06-281-221/+176
* Fix small bug. The count of objects in all generations younger then theNeil Schemenauer2002-06-281-1/+1
* Integrate the changes from PyXML's version of pyexpat.c revisionsFred Drake2002-06-271-46/+109
* Undefine DPRINTF before defining it, there was a conflict with some otherJack Jansen2002-06-261-0/+1
* Undefine TRUE and FALSE before redefining them.Jack Jansen2002-06-261-0/+2
* Clean up docstrings:Fred Drake2002-06-201-110/+105
* Fix the bug described inMichael W. Hudson2002-06-191-1/+174
* Corect speling and add \n\ to line ends in new docstring for access().Guido van Rossum2002-06-181-5/+5
* Clarified documentation for os.access().Fred Drake2002-06-181-1/+5
* Removed newmodule.c from the project, and removed references to it fromTim Peters2002-06-161-215/+0
* SF patch 568629 by Oren Tirosh: types made callable.Guido van Rossum2002-06-141-1/+0
* This introduces stricter library/header file checking for the Berkeley DBSkip Montanaro2002-06-141-3/+0
* SF # 533070 Silence AIX C Compiler WarningsNeal Norwitz2002-06-131-1/+1
* Use new PyDoc_STRVAR macroNeal Norwitz2002-06-131-2/+2
* SF #561244 Micro optimizationsNeal Norwitz2002-06-131-4/+1
* Patch #568235: Add posix.setpgid.Martin v. Löwis2002-06-131-0/+22
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-1339-1110/+1029
* Fix non-blocking connect() for Windows. Refactored the codeGuido van Rossum2002-06-131-27/+40
* Major overhaul of timeout sockets:Guido van Rossum2002-06-132-222/+60
* _Py prefix is verboten for static entry pointsAndrew MacIntyre2002-06-131-4/+4
* work around name clash with OS/2 TCPIP routine sock_init()Andrew MacIntyre2002-06-131-2/+2
* patch #562492 - prevent duplicate lines in historySkip Montanaro2002-06-111-2/+19
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-1/+3
* Don't accept null bytes in the key.Guido van Rossum2002-06-101-2/+1
* SF bug 563750 (Alex Martelli): posix_tmpfile():Guido van Rossum2002-06-101-1/+1
* Move the conex_finally label up, so that the errno value is alwaysGuido van Rossum2002-06-071-1/+1
* I decided to change the interaction between setblocking() andGuido van Rossum2002-06-071-5/+2
* Major cleanup. Renamed static methods to avoid Py prefix. Other miscGuido van Rossum2002-06-071-296/+290
* Repair a comment.Guido van Rossum2002-06-071-1/+1
* Whitespace normalization, folding long lines, uniform commentGuido van Rossum2002-06-071-224/+229
* Correct several blunders in the timeout code, mostly my own fault (forGuido van Rossum2002-06-071-14/+12
* Remove casts to PyObject * when declaration is for PyObject *Jeremy Hylton2002-06-061-3/+3
* SF patch 555085 (timeout socket implementation) by Michael Gilfix.Guido van Rossum2002-06-062-54/+423
* The insint() function is not used. Nuke it.Guido van Rossum2002-06-061-15/+0
* The tp_new implementation should initialize the errorhandler field,Guido van Rossum2002-06-061-1/+3
* Fix SF bug #557436, TclError is a str should be an ExceptionNeal Norwitz2002-06-041-1/+1