- b0c854d datetime.timedelta is now subclassable in Python. The new test shows by Tim Peters · 22 years ago
- a98924a datetime.datetime and datetime.time can now be subclassed in Python. Brr. by Tim Peters · 22 years ago
- 4c53013 Turns out there wasn't a need to define tp_free for any of the types here. by Tim Peters · 22 years ago
- 0490011 Stopped using the old macro form of _PyObject_Del. by Tim Peters · 22 years ago
- f655dff DB.remove() needs to set the internal DB handle to NULL after being called. by Gregory P. Smith · 22 years ago
- a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 22 years ago
- 505c4c2 Simple fix for by Michael W. Hudson · 22 years ago
- 28e9ce9 Patch #734118: Add {get|set}busywaitinterval. by Martin v. Löwis · 22 years ago
- 16e426b Yet another addition to [731644]: only use the lock if thread-support by Just van Rossum · 22 years ago
- 09aecd7 Addition to [731644]: also use the lock when using the getaddrinfo by Just van Rossum · 22 years ago
- 1040d2c [ 731644] & [ 604210 ] Release the GIL around getaddrinfo(), yet protect by Just van Rossum · 22 years ago
- c797ceb add open function to bsddb185 module so the file format sniffing can be by Skip Montanaro · 22 years ago
- e941617 Patch #724588: Check whether the address of hstrerror and inet_pton can by Martin v. Löwis · 22 years ago
- dd6cd65 Implement tcl object __cmp__. by Martin v. Löwis · 22 years ago
- c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 22 years ago
- 7c2bb5b * Added a substantial number of edge case and argument tests for by Raymond Hettinger · 22 years ago
- 341deb7 The previous made the stop argument optional. by Raymond Hettinger · 22 years ago
- 14ef54c SF bug #730685: itertools.islice stop argument is not optional by Raymond Hettinger · 22 years ago
- e2df5ff SF patch 731504: Typo in datetimemodule.c comment. by Tim Peters · 22 years ago
- 0e85f9d Patch 731209: Restore socketmodule's behaviour with dotted quad addresses by Anthony Baxter · 22 years ago
- 1869ec5 Convert tcl objects to strings in getvar/setvar. Fixes #730506. by Martin v. Löwis · 22 years ago
- fccac2e Patch #725942: Always rename emulation functions. by Martin v. Löwis · 22 years ago
- c24fe36 Allow _sre.c to compile with Python 2.2 by Andrew M. Kuchling · 22 years ago
- 24ccca1 When an unhandled exception happens, report the repr() of the function by Guido van Rossum · 22 years ago
- 572f523 Applying patch #728656, by logistix, fixing opening of nonexistent by Gustavo Niemeyer · 22 years ago
- caf1c9d - Included detailed documentation in _sre.c explaining how, when, and why by Gustavo Niemeyer · 22 years ago
- 3646ab9 Fix for part of the problem mentioned in #725149 by Greg Chapman. by Gustavo Niemeyer · 22 years ago
- c34f255 Applied patch #725106, by Greg Chapman, fixing capturing groups by Gustavo Niemeyer · 22 years ago
- c23fb77 Applying patch #726869 by Andrew I MacIntyre, reducing in _sre.c the by Gustavo Niemeyer · 22 years ago
- 7628f1f Applying patch by Neal Norwitz: by Gustavo Niemeyer · 22 years ago
- 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 22 years ago
- 3457e4b New support functions for test_getargs2. by Thomas Heller · 22 years ago
- 352f947 SF patch 695710: fix bug 678519: cStringIO self iterator by Raymond Hettinger · 22 years ago
- c74e4a5 Added a comment about backward compatibility requirements and a link by Barry Warsaw · 22 years ago
- 360088f [Patch #679505] Trigger DeprecationWarning on importing the rotor module by Andrew M. Kuchling · 22 years ago
- 84fc9aa SF 686323: Minor array module enhancements by Raymond Hettinger · 22 years ago
- 88ba1e3 SF Patch 685051: fix for 680789: reprs in arraymodule by Raymond Hettinger · 22 years ago
- 11b2306 Enable os.fsync() for Windows, mapping it to MS's _commit() there. The by Tim Peters · 22 years ago
- 9a9c436 PyObject_IsTrue() can return an error condition. by Raymond Hettinger · 22 years ago
- a69d409 Update to the new PyGILState APIs to simplify and correct thread-state by Mark Hammond · 22 years ago
- 3c9068b Made MAX_UNTIL/MIN_UNTIL code more coherent about mark protection, by Gustavo Niemeyer · 22 years ago
- 699cbb7 Get test_capi & test_getargs2 to pass on alphas by Neal Norwitz · 22 years ago
- baf25b0 apply Mark Hammond's PEP 311 changes to the EMX ripoff of the Windows by Andrew MacIntyre · 22 years ago
- 75e0145 - DosSetExtLIBPATH objects to a NULL pointer, but a pointer to a NULL by Andrew MacIntyre · 22 years ago
- be733ee More work on bug #672491 and patch #712900. by Gustavo Niemeyer · 22 years ago
- 1aca359 - Fixed bug #672491. This change restores the behavior of lastindex/lastgroup by Gustavo Niemeyer · 22 years ago
- 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 22 years ago
- 78e2f06 Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds. by Martin v. Löwis · 22 years ago
- 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 22 years ago
- a4ea603 SF # 595026: support for masks in getargs.c. by Thomas Heller · 22 years ago
- e13ddc9 - New C API PyGC_Collect(), same as calling gc.collect(). by Guido van Rossum · 22 years ago
- 6f29ff3 Support UCS-4 Tcl for UCS-4 Python builds. Fixes #719880. by Martin v. Löwis · 22 years ago
- 954bcf5 Minor source formatting fixes. by Raymond Hettinger · 22 years ago
- ee24e9c Use object interface for global vars. Fixes #721171. by Martin v. Löwis · 22 years ago
- 8b7a9a3 The date class is now properly subclassable. (SF bug #720908) by Guido van Rossum · 22 years ago
- 41c99e7 SF patch #720991 by Gary Herron: by Guido van Rossum · 22 years ago
- dff694b Fix docstring typo by Andrew M. Kuchling · 22 years ago
- 42a8aed Make readers and writers participate in garbage collection. by Jeremy Hylton · 22 years ago
- 38fc837 Must declare vrbls at the tops of blocks in C89 (wouldn't compile). by Tim Peters · 22 years ago
- 7b01a83 use PyModule_Add{Int,String}Constant() where appropriate by Skip Montanaro · 22 years ago
- 577c7a7 tighten up string checks by Skip Montanaro · 22 years ago
- 860fc0b add writerows docstring conditionally exclude Unicode functions by Skip Montanaro · 22 years ago
- 98f16e0 typo by Skip Montanaro · 22 years ago
- dfa35fa typo by Skip Montanaro · 22 years ago
- 3bc093b zap commented out bit of code by Skip Montanaro · 22 years ago
- 502168a SF patch #718867: Fix reference leak for time.strptime by Raymond Hettinger · 22 years ago
- 7b5ce7f Make Unpickler objects colletable. by Jeremy Hylton · 22 years ago
- 4cf6319 Make Picklers collectable. by Jeremy Hylton · 22 years ago
- 69c2b88 Fix two crashes on Windows: by Guido van Rossum · 22 years ago
- fc29646 Don't use (PyObject *)PyObject_Type(x). It is a leaky and verbose way by Guido van Rossum · 22 years ago
- 547eb42 tentative fix for #712322: modification time stamp checking failed by Just van Rossum · 22 years ago
- 730f553 s/referrents/referents/g. Gotta love that referrers remains rife with rs. by Tim Peters · 22 years ago
- 0f81ab6 Finished implementing gc.get_referrents(): dealt with error and end by Tim Peters · 22 years ago
- fb2ab4d Comment repair; no semantic changes. by Tim Peters · 22 years ago
- f6b8045 Reworked has_finalizer() to use the new _PyObject_Lookup() instead by Tim Peters · 22 years ago
- 1155887 initgc(): Rewrote to use the PyModule_AddXYZ API; cuts code size. by Tim Peters · 22 years ago
- 259272b handle_finalizers(): Rewrote to call append_objects() and gc_list_merge() by Tim Peters · 22 years ago
- 50c61d5 Switched from METH_VARARGS to METH_NOARGS for the 7 module functions that by Tim Peters · 22 years ago
- bf384c2 Reworked move_finalizer_reachable() to create two distinct lists: by Tim Peters · 22 years ago
- f6ae7a4 move_finalizers(): Rewrote. It's not necessary for this routine by Tim Peters · 22 years ago
- 86b993b New comments. Rewrote has_finalizer() as a sequence of ifs instead of by Tim Peters · 22 years ago
- 93ad66d Fixed new seemingly random segfaults, by moving the initialization of by Tim Peters · 22 years ago
- ce136e9 Fix Tim's boom example. by Jeremy Hylton · 22 years ago
- 76ffb19 Use fcntl() to put the audio device *back* into blocking mode after by Greg Ward · 22 years ago
- 059b094 Add get_referrents() helper function. by Jeremy Hylton · 22 years ago
- 5bd378b Add get_referrents() helper function. by Jeremy Hylton · 22 years ago
- 7fb697b Revert Patch #670715: iconv support. by Martin v. Löwis · 22 years ago
- 1baa982 init_bsddb(): Added a few symbols that Greg forgot. by Barry Warsaw · 22 years ago
- ddb4f62 SF patch #667548, Add some audio constants by Michael Pruett by Neal Norwitz · 22 years ago
- 1ac3e39 Get build working with pre-C99 compilers by Neal Norwitz · 22 years ago
- f26d63b Patch #650412: Check whether the address of flock and getpagesize by Martin v. Löwis · 22 years ago
- 852ba7e Patch #672053: Return a result from Py_Main, instead of exiting. by Martin v. Löwis · 22 years ago
- e98922f Patch #695250: Suppress COPYRIGHT if site.py is not read. Fixes #672614. by Martin v. Löwis · 22 years ago
- a965649 Wrap thread stuff in WITH_THREAD. Fixes #704641. by Martin v. Löwis · 22 years ago
- 52ae6f6 Fake bool API for Python 2.2. by Martin v. Löwis · 22 years ago
- b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 22 years ago
- 6e5c179 4.1.5 by Gregory P. Smith · 22 years ago
- fe11d3e Adds support for the DBEnv->set_timeout() method. by Gregory P. Smith · 22 years ago
- a16b21f add comment about 2.2 compatibility dump empty TODO comment by Skip Montanaro · 22 years ago
- 29fd2ba Make private function and data static. by Neal Norwitz · 22 years ago