- 41c99e7 SF patch #720991 by Gary Herron: by Guido van Rossum · 22 years ago
- 44c62ef Typo fix by Andrew M. Kuchling · 22 years ago
- dff694b Fix docstring typo by Andrew M. Kuchling · 22 years ago
- 21664d8 Patch #709178: remove -static option from cygwinccompiler by Jason Tishler · 22 years ago
- 42a8aed Make readers and writers participate in garbage collection. by Jeremy Hylton · 22 years ago
- ae32319 Get test working if gzip support is not available by Neal Norwitz · 22 years ago
- 874e1f7 handle_range_longs(): refcount handling is very delicate here, and by Tim Peters · 22 years ago
- d39078b Mention timeit module by Andrew M. Kuchling · 22 years ago
- ba887bb Use simpler import by Andrew M. Kuchling · 22 years ago
- 38fc837 Must declare vrbls at the tops of blocks in C89 (wouldn't compile). by Tim Peters · 22 years ago
- 3576066 Oops, _propdeclarations and friends are needed: gensuitemodule uses them by Jack Jansen · 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
- 125b9b0 Back out of setting the default charset to iso-8859-1. by Barry Warsaw · 22 years ago
- 6008cbd NullTranslations.__init__(): Back out of setting the default charset by Barry Warsaw · 22 years ago
- 3bc093b zap commented out bit of code by Skip Montanaro · 22 years ago
- 06c7b62 Fix markup by Neal Norwitz · 22 years ago
- efbbb1c Patch by Chad Netzer (with significant change): by Guido van Rossum · 22 years ago
- a1ce93f From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.html by Barry Warsaw · 22 years ago
- de354b7 Added a note that the Mac OSA modules are documented. by Jack Jansen · 22 years ago
- 7f2588c SF patch #706707, time.tzset standards compliance update by Stuart Bishop by Neal Norwitz · 22 years ago
- bae5c96 Moved all the scripting stuff to a separate section, added all the by Jack Jansen · 22 years ago
- 126f2b7 Avoid creating one of the TestSuite objects. by Fred Drake · 22 years ago
- 4ec6824 Fix test_tarfile failure when gzip is not available by Neal Norwitz · 22 years ago
- ffe33b7 Attempt to make all the various string *strip methods the same. by Neal Norwitz · 22 years ago
- 5c16c7b Move declaration of enc to scope where it is used by Neal Norwitz · 22 years ago
- 4efd917 Add a space after expression to be consistent by Neal Norwitz · 22 years ago
- 6b3fffa PyErr_NormalizeException(): in the type==NULL test, we should simply by Guido van Rossum · 22 years ago
- 594adac hoist contents of csv submodule up to the package level 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
- d06483c Missing DECREF. by Jeremy Hylton · 22 years ago
- dcae0dc Patch #718551: cygwinccompiler.get_versions() patch by Jason Tishler · 22 years ago
- 11d204c Add test for MessageBeep() by Guido van Rossum · 22 years ago
- f405064 - New function winsound.MessageBeep() wraps the Win32 API MessageBeep(). by Guido van Rossum · 22 years ago
- e125268 Add MessageBeep() API. by Guido van Rossum · 22 years ago
- ed538d8 Detabified. Removed dead code. by Guido van Rossum · 22 years ago
- 2fb9fdc Make it possible to call instancemethod() with 2 arguments. by Guido van Rossum · 22 years ago
- a713218 Reformat a few docstrings that caused line wraps in help() output. by Guido van Rossum · 22 years ago
- 69c2b88 Fix two crashes on Windows: by Guido van Rossum · 22 years ago
- 21123ab Various improvements to the way the table is formatted, to deal with by Guido van Rossum · 22 years ago
- a12fe4e - New function sys.call_tracing() allows pdb to debug code by Guido van Rossum · 22 years ago
- 12dd7b1 Minor markup adjustments. by Fred Drake · 22 years ago
- 6db7718 Try to discourage use of PyObject_Type(). 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
- a6b1c75 Re-indent example; fix typo by Andrew M. Kuchling · 22 years ago
- 00bf828 property_traverse() should also traverse into prop_doc -- there's no by Guido van Rossum · 22 years ago
- 70367d3 Patch #709178: remove -static option from cygwinccompiler by Jason Tishler · 22 years ago
- d5e0a5a Created a minimal MacOSX section. by Jack Jansen · 22 years ago
- 0ae3220 Detabbed. by Jack Jansen · 22 years ago
- 058a84f Remove the --verify option in favor of the standard -n/--dry-run option by Andrew M. Kuchling · 22 years ago
- fcd845a Lots of small markup adjustments. by Fred Drake · 22 years ago
- 61a0a73 Add dependency information for the hotshot package docs. by Fred Drake · 22 years ago
- fda5e27 extra punctuation removed by Anthony Baxter · 22 years ago
- 567b0a6 Add dependency information for the timeit module docs. by Fred Drake · 22 years ago
- d6e9fe3 + libtimeit by Skip Montanaro · 22 years ago
- ca65274 doc for timeit module/script - mostly just a recast of Tim's docstring by Skip Montanaro · 22 years ago
- 400d8ee Make staticmethods and classmethods participate in GC. by Jeremy Hylton · 22 years ago
- 547eb42 tentative fix for #712322: modification time stamp checking failed by Just van Rossum · 22 years ago
- f2f174f install timeit.py as a command line script by Skip Montanaro · 22 years ago
- cfd5550 add a #! line for unix weenies by Skip Montanaro · 22 years ago
- 8805e66 New tests identical to boom and boom2, except using new-style classes. by Tim Peters · 22 years ago
- fb2a6cc correct a couple docstring nits by Skip Montanaro · 22 years ago
- f995cce Typo repair. by Tim Peters · 22 years ago
- 2c2068c Added example of using positional and keyword args with atexit.register(). by Fred Drake · 22 years ago
- de7ad2c Markup fix. by Fred Drake · 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
- df875b9 New private API function _PyInstance_Lookup. gc will use this to figure by Tim Peters · 22 years ago
- cb8ed53 add note suggested by rhettinger about example. by Anthony Baxter · 22 years ago
- b3303ef patch [ 698505 ] docs for hotshot module by Anthony Baxter · 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
- f394df4 SF bug #699934: Obscure error message by Raymond Hettinger · 22 years ago
- ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 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
- 2f74fdd test_boom: More comments. Also check that len(gc.garbage) doesn't 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
- c377cbf SF bug #715145: unittest.py still uses != in failUnlessEqual by Raymond Hettinger · 22 years ago
- dee38ac Add Tim's gc boom test to the test suite. by Jeremy Hylton · 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
- 1e469c5 Fix description: u"%c" % 0xffffffff returned a ValueError not a TypeError. by Walter Dörwald · 22 years ago
- 44f527f Change formatchar(), so that u"%c" % 0xffffffff now raises by Walter Dörwald · 22 years ago
- 7ba256f Fix a comment by Barry Warsaw · 22 years ago
- a02b7a8 Added a note about scripting support and the IDE builtin help. by Jack Jansen · 22 years ago
- b603529 The minimal scripting example now actually works. by Jack Jansen · 22 years ago
- 9dd7810 Sigh... The get() and set() commands are not declared in the aete for by Jack Jansen · 22 years ago