summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." linkMark Hammond2002-07-239-10/+10
* unpack_string(): avoid a compiler warning (about a real bug!) byGuido van Rossum2002-07-201-1/+4
* Return NULL instead of 0 from function with a pointer return value.Fred Drake2002-07-191-1/+1
* Patch to call the Pure python strptime implementation if there's noGuido van Rossum2002-07-191-3/+18
* Bail out early from internal_select() when socket file descriptorGuido van Rossum2002-07-191-0/+5
* Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.Mark Hammond2002-07-192-5/+3
* A Python float is a C double; redeclare defaulttimeout as such; stopsTim Peters2002-07-181-1/+1
* Silence warning about getdefaulttimeout in PyMethodDef.Guido van Rossum2002-07-181-1/+1
* Fix indentation.Jeremy Hylton2002-07-181-5/+5
* - When the log reader detects end-of-file, close the file.Fred Drake2002-07-181-45/+84
* Add default timeout functionality. This adds setdefaulttimeout() andGuido van Rossum2002-07-181-1/+65
* Mark the closed attribute of the profiler with PyDoc_STR(), and addedFred Drake2002-07-171-2/+3
* Added a docstring for the closed attribute.Fred Drake2002-07-171-4/+9
* Removed more stray instances of statichere, but left _sre.c alone.Tim Peters2002-07-177-8/+8
* 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