- 719841e The object returned by tp_new() may not have a tp_init. by Jeremy Hylton · 22 years ago
- 012b69c The atexit module effectively turned itself off if sys.exitfunc already by Tim Peters · 22 years ago
- 32a0396 (py-imenu-create-index-function): Skip over stuff that looks like code by Barry Warsaw · 22 years ago
- 5086e49 Make list_iter() really static. by Guido van Rossum · 22 years ago
- daa1921 (py-pychecker-run): Thomas Heller points out that this function messes by Barry Warsaw · 22 years ago
- 03013a0 valid_identifier(): use an unsigned char* so that isalpha() will do by Guido van Rossum · 22 years ago
- c0e3515 Add a blurb on the 3 Windows bugs I worked on over the last couple of days. by Mark Hammond · 22 years ago
- 975e392 Fix bug 581232 - [Windows] Can not interrupt time.sleep() by Mark Hammond · 22 years ago
- 0756a5e Added the "weird" ccTLDs ac, gg, im, and je. These are not recognized by Barry Warsaw · 22 years ago
- e561dc2 XXXROUNDUP(): Turns out this fixed Andrew MacIntyre's memory-mgmt by Tim Peters · 22 years ago
- a65523a Added Andrew MacIntyre -- overdue! by Tim Peters · 22 years ago
- ee66d0c /F revealed that ShellExecute() only requires shellapi.h, not the by Tim Peters · 22 years ago
- 54ed2d3 Clarify that the description of sys.path[0] is only valid upon program start-up. by Guido van Rossum · 22 years ago
- 754140e Tim_one's change to aggressively overallocate nodes when adding child by Andrew MacIntyre · 22 years ago
- 58cf361 docompare(): Another reasonable optimization from Jonathan Hogg for 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
- 2f10cb8 Fix bug 439992 - [win32] KeyboardInterrupt Not Caught. 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
- a81d220 SF patch # 580411, move frame macros from frameobject.h into ceval.c by Neal Norwitz · 22 years ago
- b6d29b7 Undef MIN and MAX before defining them, to avoid warnings on certain platforms. by Guido van Rossum · 22 years ago
- a4b4c3b Don't declare a function with staticforward. by Jeremy Hylton · 22 years ago
- 346386f Add more items by Andrew M. Kuchling · 22 years ago
- 3e59f72 Clarify the return value of __nonzero__(): It *must* be an integer. by Fred Drake · 22 years ago
- 979c537 fixed wrong classic MacOS pathname assumption by Just van Rossum · 22 years ago
- b2622a4 Remove httplib from tested modules. by Jeremy Hylton · 22 years ago
- 98013be Get the meta class inheritance right. by Jeremy Hylton · 22 years ago
- 58e2ff2 Mention new encoding. by Marc-André Lemburg · 22 years ago
- a83ffa8 Palm OS encoding from Sjoerd Mullender by Marc-André Lemburg · 22 years ago
- 39c0380 Change _begin() back to begin(). by Jeremy Hylton · 22 years ago
- dd523ee Fernando Pérez of SF bug 579701 fame. by Guido van Rossum · 22 years ago
- 0845459 Fix SF bug 579701 (Fernando Pérez); an input line consisting of one or by Guido van Rossum · 22 years ago
- 2ad9419 minor fixes, removed obsolete warning by Just van Rossum · 22 years ago
- 6b7d69d Well, Fred never did explain why the code to determine whether the by Michael W. Hudson · 22 years ago
- 60519e8 HAVE_LIMITS_H -- raise #error if not defined; limits.h is std C 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
- f2a0473 docompare(): Use PyTuple_New instead of Py_BuildValue to build compare's by Tim Peters · 22 years ago
- 1808fbc move make_eiffel_method() out of base metaclass by Jeremy Hylton · 22 years ago
- a70c3bd Remove list prenpost. It's not used any longer. by Jeremy Hylton · 22 years ago
- c9329ca Add a call to a Sub() method that actually works. by Jeremy Hylton · 22 years ago
- a003316 Add Enum and Eiffel examples using new-style classes. by Jeremy Hylton · 22 years ago
- 20e5abc Make another pass through Misc/NEWS and add stuff. Bump version number. by Andrew M. Kuchling · 22 years ago
- 4ef1c7d _structure(): Don't get the whole Content-Type: header, just get the by Barry Warsaw · 22 years ago
- 425a8ec Repair example code in doc string. by Jeremy Hylton · 22 years ago
- e995d16 Add some items by Andrew M. Kuchling · 22 years ago
- 7845e7c [Bug #567607] Suggest METH_NOARGS to replace PyArg_NoArgs by Andrew M. Kuchling · 22 years ago
- c62b95e test_trashcan() and supporting class Ouch(): Jeremy noted that this test by Tim Peters · 22 years ago
- f488b2c _dispatch(): Comment improvements. by Barry Warsaw · 22 years ago
- 72351b9 subtype_resurrection(): Removed unused import. by Tim Peters · 22 years ago
- df3f793 Extend function() to support an optional closure argument. by Jeremy Hylton · 22 years ago
- 14cb1e1 subtype_resurrection(): The test suite with -l properly reported the by Tim Peters · 22 years ago
- 76c81ee Don't stomp on an exception set by PyCell_Get() by Jeremy Hylton · 22 years ago
- 7b4c8e4 I trust the parser accelators are getting added :-). by Jeremy Hylton · 22 years ago
- 45228ca Repaired optimistic comment in new test. by Tim Peters · 22 years ago
- 2484aae Added a test that provokes the hypothesized (in my last checkin comment) by Tim Peters · 22 years ago
- 3459251 object.h special-build macro minefield: renamed all the new lexical by Tim Peters · 22 years ago
- dc1e709 1. Prevent Undo before IOmark in PyShell.PyShell by Kurt B. Kaiser · 22 years ago
- 0c08864 Replace rare tabs with 4 spaces, assuming that's what was intended. by Guido van Rossum · 22 years ago
- 715a0c6 Note the existence of SpecialBuilds.txt. by Guido van Rossum · 22 years ago
- 8acdf7a Noted the releases in which COUNT_ALLOCS can blow up. by Tim Peters · 22 years ago
- 62fc52e Recorded the introduction release for each gimmick, as best I was able to by Tim Peters · 22 years ago
- 20c8a04 Some clarifications. by Tim Peters · 22 years ago
- 889f61d Documented PYMALLOC_DEBUG. This completes primary coverage of all the by Tim Peters · 22 years ago
- e4523c4 Document gc.get_objects(). Closes SF bug #578308. by Fred Drake · 22 years ago
- a788f5e Clarified sys.getobjects() pragmatics. by Tim Peters · 22 years ago
- 3e2d18b Removed no-longer-relevant explanation of "alpha" builds. by Tim Peters · 22 years ago
- 57f4ddd Uglified the new Py_REF_DEBUG (etc) lexical helper macro definitions so by Tim Peters · 22 years ago
- 478fdb0 Remove the unused, and therefore distracting, "Alpha" build configurations. by Mark Hammond · 22 years ago
- 5e5ca56 assertHasattr(): Made failure msg better than useless. by Tim Peters · 22 years ago
- 29d27ac Fix for SF bug 579107. by Jeremy Hylton · 22 years ago
- 44c1a7b Typo repair. by Tim Peters · 22 years ago
- 48ba649 Moved COUNT_ALLOCS down and finished writing its description. by Tim Peters · 22 years ago
- 3486f61 Checkin comment. by Tim Peters · 22 years ago
- 1c63a59 Actualized descrintro.html URL. by Guido van Rossum · 22 years ago
- 6045d48 New file to try to document the "special build" preprocessor symbols. by Tim Peters · 22 years ago
- 34b2569 _Py_AskYesNo(): Removed this function. It was defined only in a by Tim Peters · 22 years ago
- c53b29e ndiffAssertEqual(): Stringify the arguments before running by Barry Warsaw · 22 years ago
- 8da39aa make_header(): New function to take the output of decode_header() and by Barry Warsaw · 22 years ago
- 6b17abf Fix SF Bug 564931: compile() traceback must include filename. by Thomas Heller · 22 years ago
- 4254cbd Note that unicode() can raise LookupError for unknown codecs. by Fred Drake · 22 years ago
- eab5f8a Remove unused variable. by Fred Drake · 22 years ago
- 7c321a8 The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added by Tim Peters · 22 years ago
- f6caeba Anthony Baxter's patch for non-strict parsing. This adds a `strict' by Barry Warsaw · 22 years ago
- a0c8b9d Add the concept of a "default type". Normally the default type is by Barry Warsaw · 22 years ago
- bb493a7 __init__(): Don't attach the subparts if its an empty tuple. If the by Barry Warsaw · 22 years ago
- 93c40f0 clone(): A new method for creating a clone of this generator (for by Barry Warsaw · 22 years ago
- ed53bdb __init__(): Be sure to set the default type to message/rfc822. by Barry Warsaw · 22 years ago
- 8fa06b5 _structure(): A handy little debugging aid that I don't (yet) intend by Barry Warsaw · 22 years ago
- 329d3af TestEmailBase.ndiffAssertEqual(): Python 2.1's difflib doesn't have an by Barry Warsaw · 22 years ago
- e5270ae New files which test the corners of multipart/message and by Barry Warsaw · 22 years ago
- 27b168c With the addition of Oleg's support for RFC 2231, it's time to bump by Barry Warsaw · 22 years ago
- c6a3ff6 SF bug 578752: COUNT_ALLOCS vs heap types by Tim Peters · 22 years ago
- d1b2045 The readme file said that OSX Carbon modules were only built for by Jack Jansen · 22 years ago
- 623fdb9 PyNode_AddChild() and fancy_roundup(): Be paranoid about int overflow. by Tim Peters · 22 years ago
- cccd1e7 Remove the configure option for disabling the reference cycle GC. by Neil Schemenauer · 22 years ago
- c6a525e Fix typo reported by Kent Engström, and a bunch of broken markup. by Fred Drake · 22 years ago
- 50e1286 Fix typo: "an Unicode string" --> "a Unicode string" by Fred Drake · 22 years ago
- 82bac59 Fixed a typo and updated information about using the Times fonts when by Fred Drake · 22 years ago
- 388fba8 Added font-setting line (and associated comments) to the A4 version of by Fred Drake · 22 years ago
- c361f94 Got rid of symlink target, and in stead have "make dontinstallmacsubtree" by Jack Jansen · 22 years ago