summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* staticforward bites the dust.Jeremy Hylton2002-07-1729-57/+52
* Some modernization. Get rid of the redundant next() method. AlwaysGuido van Rossum2002-07-171-66/+37
* Remove RCSId; this produces annoying warnings.Fred Drake2002-07-171-3/+0
* Wipe out some warnings about non-ANSI code and an unsafe arg toGuido van Rossum2002-07-171-7/+4
* Given the persistent id code a shot at a class before calling save_global().Jeremy Hylton2002-07-161-5/+5
* Fix bug 581232 - [Windows] Can not interrupt time.sleep()Mark Hammond2002-07-161-3/+46
* /F revealed that ShellExecute() only requires shellapi.h, not theTim Peters2002-07-151-1/+2
* Fix bug 231273 - [windows] os.popen doens't kill subprocess when interruptedMark Hammond2002-07-141-1/+1
* WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very fewTim Peters2002-07-142-2/+2
* remove decl of unused variableJeremy Hylton2002-07-111-1/+1
* Do more robust test of whether global objects are accessible.Jeremy Hylton2002-07-111-4/+3
* Trashcan cleanup: Now that cyclic gc is always there, the trashcanTim Peters2002-07-071-0/+3
* Removed WITH_CYCLE_GC #ifdef-ery. Holes:Tim Peters2002-07-072-25/+0
* gc_list_move defined but not used.Michael W. Hudson2002-07-041-15/+0
* Another stab at SF 576327: zipfile when sizeof(long) == 8Tim Peters2002-07-021-100/+106
* visit_decref(): Added another assert.Tim Peters2002-07-021-0/+1
* 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