- 22a9715 Clean up some docstrings. Some docstrings didn't show their return by Guido van Rossum · 22 years ago
- 4df78cd Patch #588561: Cygwin _hotshot patch by Jason Tishler · 22 years ago
- 3f19b10 Replace abort with Py_FatalError. by Martin v. Löwis · 22 years ago
- 5814187 internal_connect(): Windows. When sock_timeout > 0 and connect() yields by Tim Peters · 22 years ago
- 8ee5243 Mark xreadlines deprecated. Don't use f.xreadlines() in test_iter.py. by Guido van Rossum · 22 years ago
- 5f8a23f Since the errno module is needed by os._execvpe(), and that is used by the by Fred Drake · 22 years ago
- 7d6e19d Add trace_frame. Fixes #534864. Backported to 2.2. by Martin v. Löwis · 22 years ago
- 5a39530 Add recursion counter for pickling. Fixes #576084. by Martin v. Löwis · 22 years ago
- 610291c Fix ref(), proxy() docstrings, based on comments from David Abrahams. by Fred Drake · 22 years ago
- 71ffc5c add #include branch for compilation with Berkeley DB by Skip Montanaro · 22 years ago
- 21ed16a Added one call to Py_Main(), for OSX framework builds only, that will get the by Jack Jansen · 22 years ago
- fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
- ea0c382 - Get _environ through the NSEnviron call in a MacOSX framework. This allows by Jack Jansen · 22 years ago
- b6a4505 Cray fixup as seen in bug #558153. by Michael W. Hudson · 22 years ago
- cfa1f52 Revert changes to use PyArg_Parse(), so any sequence will continue to work -- Spotted by Just van Rossum by Neal Norwitz · 22 years ago
- 50584b4 Use PyArg_ParseTuple() instead of PyArg_Parse() which is deprecated by Neal Norwitz · 22 years ago
- 50d5d4f Fix docstring to be consistent with parameter name (prefix) by Neal Norwitz · 22 years ago
- 1169011 SF patch #584245, get python to link on OSF1 (Dec Unix) by Neal Norwitz · 22 years ago
- 56796f6 Fix for by Michael W. Hudson · 22 years ago
- 0cec0ff Patch #573770: Implement lchown. by Martin v. Löwis · 22 years ago
- ddc6f47 Pass length of result structure into setipaddr. Fixes bug #565747. by Martin v. Löwis · 22 years ago
- 2026584 SF patch #577031, remove PyArg_NoArgs() since it's deprecated by Neal Norwitz · 22 years ago
- 77c72bb SF patch #577031, remove PyArg_Parse() since it's deprecated by Neal Norwitz · 22 years ago
- ce233b4 Fix last checkin, can't use " inside a string by Neal Norwitz · 22 years ago
- 611a710 Patch #552812: Better description in "python -h" for -u. by Martin v. Löwis · 22 years ago
- 09c35f7 Patch #575827: allow threads inside SSL creation. by Martin v. Löwis · 22 years ago
- 825e47b Put checks for error returns in the right place. by Jeremy Hylton · 22 years ago
- c075e19 Extended socket.htonl and ntohl to accept longs. by Jeremy Hylton · 22 years ago
- 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
- 0b624f6 unpack_string(): avoid a compiler warning (about a real bug!) by by Guido van Rossum · 22 years ago
- 814f9fe Return NULL instead of 0 from function with a pointer return value. by Fred Drake · 22 years ago
- d3c46d5 Patch to call the Pure python strptime implementation if there's no by Guido van Rossum · 22 years ago
- ad65490 Bail out early from internal_select() when socket file descriptor by Guido van Rossum · 22 years ago
- 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
- a12b4cf A Python float is a C double; redeclare defaulttimeout as such; stops by Tim Peters · 22 years ago
- 1693ba8 Silence warning about getdefaulttimeout in PyMethodDef. by Guido van Rossum · 22 years ago
- 7fa4bfa Fix indentation. by Jeremy Hylton · 22 years ago
- 666bf52 - When the log reader detects end-of-file, close the file. by Fred Drake · 22 years ago
- 9d0c8ce Add default timeout functionality. This adds setdefaulttimeout() and by Guido van Rossum · 22 years ago
- 5c3ed3d Mark the closed attribute of the profiler with PyDoc_STR(), and added by Fred Drake · 22 years ago
- d1eb8b6 Added a docstring for the closed attribute. by Fred Drake · 22 years ago
- 0c32279 Removed more stray instances of statichere, but left _sre.c alone. by Tim Peters · 22 years ago
- 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
- 9cb64b9 Some modernization. Get rid of the redundant next() method. Always by Guido van Rossum · 22 years ago
- f042db6 Remove RCSId; this produces annoying warnings. by Fred Drake · 22 years ago
- 2335100 Wipe out some warnings about non-ANSI code and an unsafe arg to isdigit(). by Guido van Rossum · 22 years ago
- 39c6116 Given the persistent id code a shot at a class before calling save_global(). by Jeremy Hylton · 22 years ago
- 975e392 Fix bug 581232 - [Windows] Can not interrupt time.sleep() by Mark Hammond · 22 years ago
- ee66d0c /F revealed that ShellExecute() only requires shellapi.h, not the by Tim Peters · 22 years ago
- 155adbd Fix bug 231273 - [windows] os.popen doens't kill subprocess when interrupted by Mark Hammond · 22 years ago
- 7a1f917 WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few by Tim Peters · 22 years ago
- 9ee91f1 remove decl of unused variable by Jeremy Hylton · 22 years ago
- 0e1f7a8 Do more robust test of whether global objects are accessible. by Jeremy Hylton · 22 years ago
- 803526b Trashcan cleanup: Now that cyclic gc is always there, the trashcan by Tim Peters · 22 years ago
- 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
- 8b7f131 gc_list_move defined but not used. by Michael W. Hudson · 22 years ago
- 934c1a1 Another stab at SF 576327: zipfile when sizeof(long) == 8 by Tim Peters · 22 years ago
- aab713b visit_decref(): Added another assert. by Tim Peters · 22 years ago
- a98011c Fix for SF bug #576327: zipfile when sizeof(long) == 8 by Tim Peters · 22 years ago
- 4e54730 Repair badly formatted code. by Jeremy Hylton · 22 years ago
- 6fc13d9 Finished transitioning to using gc_refs to track gc objects' states. by Tim Peters · 22 years ago
- b28467b Do not depend on pymemcompat.h (was only used for PyXML); Martin likes by Fred Drake · 22 years ago
- 84262fb Mac OS X Jaguar (developer preview) seems to have a working getaddrinfo(). by Jack Jansen · 22 years ago
- ea40563 Reserved another gc_refs value for untracked objects. Every live gc by Tim Peters · 22 years ago
- 7c75bf2 Bring this back into sync with PyXML revision 1.58. by Fred Drake · 22 years ago
- 19b74c7 OK, I couldn't stand it <0.5 wink>: removed all uncertainty about what's by Tim Peters · 22 years ago
- 93cd83e visit_decref(): Two optimizations. by Tim Peters · 22 years ago
- 8839617 SF bug #574132: Major GC related performance regression by Tim Peters · 22 years ago
- 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
- b4fcf4d Define PyDoc_STRVAR if it is not available (PyXML 1.54). by Martin v. Löwis · 22 years ago
- 6b2cf0e Undo usage of PyOS_snprintf (rev. 1.51 of PyXML). by Martin v. Löwis · 22 years ago
- 2a3d7db Added character data buffering to pyexpat parser objects. by Fred Drake · 22 years ago
- 71b63ff pyexpat code cleanup and minor refactorings: by Fred Drake · 22 years ago
- c905164 Fix small bug. The count of objects in all generations younger then the by Neil Schemenauer · 22 years ago
- b91a36b Integrate the changes from PyXML's version of pyexpat.c revisions by Fred Drake · 22 years ago
- c5601f4 Undefine DPRINTF before defining it, there was a conflict with some other by Jack Jansen · 22 years ago
- 3a96702 Undefine TRUE and FALSE before redefining them. by Jack Jansen · 22 years ago
- f7ce04d Clean up docstrings: by Fred Drake · 22 years ago
- 9c14bad Fix the bug described in by Michael W. Hudson · 22 years ago
- a0b9075 Corect speling and add \n\ to line ends in new docstring for access(). by Guido van Rossum · 22 years ago
- 7f59124 Clarified documentation for os.access(). by Fred Drake · 22 years ago
- 0add0e8 Removed newmodule.c from the project, and removed references to it from by Tim Peters · 22 years ago
- bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
- 57454e5 This introduces stricter library/header file checking for the Berkeley DB by Skip Montanaro · 22 years ago
- 4178515 SF # 533070 Silence AIX C Compiler Warnings by Neal Norwitz · 22 years ago
- 0c2c17c Use new PyDoc_STRVAR macro by Neal Norwitz · 22 years ago
- 35fc760 SF #561244 Micro optimizations by Neal Norwitz · 22 years ago
- 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 22 years ago
- 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
- 7b8bac1 Fix non-blocking connect() for Windows. Refactored the code by Guido van Rossum · 22 years ago
- 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 22 years ago
- 74a3bec _Py prefix is verboten for static entry points by Andrew MacIntyre · 22 years ago
- 7aec4a2 work around name clash with OS/2 TCPIP routine sock_init() by Andrew MacIntyre · 22 years ago
- a039274 patch #562492 - prevent duplicate lines in history by Skip Montanaro · 22 years ago
- f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
- 804cdca Don't accept null bytes in the key. by Guido van Rossum · 22 years ago
- db9198a SF bug 563750 (Alex Martelli): posix_tmpfile(): by Guido van Rossum · 22 years ago
- 1790e65 Move the conex_finally label up, so that the errno value is always returned. by Guido van Rossum · 22 years ago
- e8008f0 I decided to change the interaction between setblocking() and by Guido van Rossum · 22 years ago
- c4fcfa3 Major cleanup. Renamed static methods to avoid Py prefix. Other misc by Guido van Rossum · 22 years ago