2002-07-16 |
Jeremy Hylton | Given the persistent id code a shot at a class before... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Jeremy Hylton | The object returned by tp_new() may not have a tp_init. |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Tim Peters | The atexit module effectively turned itself off if... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Barry Warsaw | (py-imenu-create-index-function): Skip over stuff that... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | Make list_iter() really static. |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Barry Warsaw | (py-pychecker-run): Thomas Heller points out that this... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | valid_identifier(): use an unsigned char* so that isalp... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Mark Hammond | Add a blurb on the 3 Windows bugs I worked on over... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Mark Hammond | Fix bug 581232 - [Windows] Can not interrupt time.sleep() |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Barry Warsaw | Added the "weird" ccTLDs ac, gg, im, and je. These... |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Tim Peters | XXXROUNDUP(): Turns out this fixed Andrew MacIntyre... |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Tim Peters | Added Andrew MacIntyre -- overdue! |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Tim Peters | /F revealed that ShellExecute() only requires shellapi... |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Guido van Rossum | Clarify that the description of sys.path[0] is only... |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Andrew MacIntyre | Tim_one's change to aggressively overallocate nodes... |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Tim Peters | docompare(): Another reasonable optimization from... |
commit | commitdiff | tree | snapshot |
2002-07-14 |
Mark Hammond | Fix bug 231273 - [windows] os.popen doens't kill subpro... |
commit | commitdiff | tree | snapshot |
2002-07-14 |
Mark Hammond | Fix bug 439992 - [win32] KeyboardInterrupt Not Caught. |
commit | commitdiff | tree | snapshot |
2002-07-14 |
Tim Peters | WINDOWS_LEAN_AND_MEAN: There is no such symbol, althou... |
commit | commitdiff | tree | snapshot |
2002-07-14 |
Neal Norwitz | SF patch # 580411, move frame macros from frameobject... |
commit | commitdiff | tree | snapshot |
2002-07-13 |
Guido van Rossum | Undef MIN and MAX before defining them, to avoid warnin... |
commit | commitdiff | tree | snapshot |
2002-07-13 |
Jeremy Hylton | Don't declare a function with staticforward. |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Andrew M. Kuchling | Add more items |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Fred Drake | Clarify the return value of __nonzero__(): It *must... |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Just van Rossum | fixed wrong classic MacOS pathname assumption |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Jeremy Hylton | Remove httplib from tested modules. |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Jeremy Hylton | Get the meta class inheritance right. |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Marc-André... | Mention new encoding. |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Marc-André... | Palm OS encoding from Sjoerd Mullender |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Jeremy Hylton | Change _begin() back to begin(). |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Guido van Rossum | Fernando Pérez of SF bug 579701 fame. |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Guido van Rossum | Fix SF bug 579701 (Fernando Pérez); an input line consi... |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Just van Rossum | minor fixes, removed obsolete warning |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Michael W.... | Well, Fred never did explain why the code to determine... |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Tim Peters | HAVE_LIMITS_H -- raise #error if not defined; limits... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | remove decl of unused variable |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | Do more robust test of whether global objects are acces... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | docompare(): Use PyTuple_New instead of Py_BuildValue... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | move make_eiffel_method() out of base metaclass |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | Remove list prenpost. It's not used any longer. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | Add a call to a Sub() method that actually works. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | Add Enum and Eiffel examples using new-style classes. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Andrew M. Kuchling | Make another pass through Misc/NEWS and add stuff. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Barry Warsaw | _structure(): Don't get the whole Content-Type: header... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | Repair example code in doc string. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Andrew M. Kuchling | Add some items |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Andrew M. Kuchling | [Bug #567607] Suggest METH_NOARGS to replace PyArg_NoArgs |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | test_trashcan() and supporting class Ouch(): Jeremy... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Barry Warsaw | _dispatch(): Comment improvements. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | subtype_resurrection(): Removed unused import. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | Extend function() to support an optional closure argument. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | subtype_resurrection(): The test suite with -l properl... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | Don't stomp on an exception set by PyCell_Get() |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | I trust the parser accelators are getting added :-). |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | Repaired optimistic comment in new test. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | Added a test that provokes the hypothesized (in my... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | object.h special-build macro minefield: renamed all... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Kurt B. Kaiser | 1. Prevent Undo before IOmark in PyShell.PyShell |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Guido van Rossum | Replace rare tabs with 4 spaces, assuming that's what... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Guido van Rossum | Note the existence of SpecialBuilds.txt. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | Noted the releases in which COUNT_ALLOCS can blow up. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | Recorded the introduction release for each gimmick... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | Some clarifications. |
commit | commitdiff | tree | snapshot |
2002-07-10 |
Tim Peters | Documented PYMALLOC_DEBUG. This completes primary... |
commit | commitdiff | tree | snapshot |
2002-07-10 |
Fred Drake | Document gc.get_objects(). |
commit | commitdiff | tree | snapshot |
2002-07-10 |
Tim Peters | Clarified sys.getobjects() pragmatics. |
commit | commitdiff | tree | snapshot |
2002-07-10 |
Tim Peters | Removed no-longer-relevant explanation of "alpha" builds. |
commit | commitdiff | tree | snapshot |
2002-07-10 |
Tim Peters | Uglified the new Py_REF_DEBUG (etc) lexical helper... |
commit | commitdiff | tree | snapshot |
2002-07-10 |
Mark Hammond | Remove the unused, and therefore distracting, "Alpha... |
commit | commitdiff | tree | snapshot |
2002-07-10 |
Tim Peters | assertHasattr(): Made failure msg better than useless. |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Jeremy Hylton | Fix for SF bug 579107. |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Tim Peters | Typo repair. |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Tim Peters | Moved COUNT_ALLOCS down and finished writing its descri... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Tim Peters | Checkin comment. |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Guido van Rossum | Actualized descrintro.html URL. |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Tim Peters | New file to try to document the "special build" preproc... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Tim Peters | _Py_AskYesNo(): Removed this function. It was defined... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Barry Warsaw | ndiffAssertEqual(): Stringify the arguments before... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Barry Warsaw | make_header(): New function to take the output of decod... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Thomas Heller | Fix SF Bug 564931: compile() traceback must include... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Fred Drake | Note that unicode() can raise LookupError for unknown... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Fred Drake | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Tim Peters | The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minef... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Barry Warsaw | Anthony Baxter's patch for non-strict parsing. This... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Barry Warsaw | Add the concept of a "default type". Normally the... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Barry Warsaw | __init__(): Don't attach the subparts if its an empty... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Barry Warsaw | clone(): A new method for creating a clone of this... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Barry Warsaw | __init__(): Be sure to set the default type to message... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Barry Warsaw | _structure(): A handy little debugging aid that I don... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Barry Warsaw | TestEmailBase.ndiffAssertEqual(): Python 2.1's difflib... |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Barry Warsaw | New files which test the corners of multipart/message and |
commit | commitdiff | tree | snapshot |
2002-07-09 |
Barry Warsaw | With the addition of Oleg's support for RFC 2231, it... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Tim Peters | SF bug 578752: COUNT_ALLOCS vs heap types |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Jack Jansen | The readme file said that OSX Carbon modules were only... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Tim Peters | PyNode_AddChild() and fancy_roundup(): Be paranoid... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Neil Schemenauer | Remove the configure option for disabling the reference... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Fred Drake | Fix typo reported by Kent Engström, and a bunch of... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Fred Drake | Fix typo: "an Unicode string" --> "a Unicode string" |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Fred Drake | Fixed a typo and updated information about using the... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Fred Drake | Added font-setting line (and associated comments) to... |
commit | commitdiff | tree | snapshot |
next |