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 |
2002-07-08 |
Jack Jansen | Got rid of symlink target, and in stead have "make... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Fred Drake | Change the "__ private" names to "_ protected"; this... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Jack Jansen | Got rid of special case for Macintosh realloc slowdown... |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Jack Jansen | Define WITH_PYMALLOC as 1 |
commit | commitdiff | tree | snapshot |
2002-07-08 |
Tim Peters | PyNode_AddChild(): Do aggressive over-allocation when... |
commit | commitdiff | tree | snapshot |
2002-07-07 |
Jack Jansen | - Got rid if WITH_CYCLE_GC |
commit | commitdiff | tree | snapshot |
2002-07-07 |
Tim Peters | Rearranged and added comments to object.h, to clarify... |
commit | commitdiff | tree | snapshot |
2002-07-07 |
Jeremy Hylton | Fix from SF patch #527518: proxy config with user+pass... |
commit | commitdiff | tree | snapshot |
2002-07-07 |
Tim Peters | Removed 3 unlikely #includes that were only needed... |
commit | commitdiff | tree | snapshot |
2002-07-07 |
Jeremy Hylton | Fix for SF bug #432621: httplib: multiple Set-Cookie... |
commit | commitdiff | tree | snapshot |
2002-07-07 |
Tim Peters | Trashcan cleanup: Now that cyclic gc is always there... |
commit | commitdiff | tree | snapshot |
2002-07-07 |
Tim Peters | Removed WITH_CYCLE_GC #ifdef-ery. Holes: |
commit | commitdiff | tree | snapshot |
2002-07-06 |
Jeremy Hylton | Fix SF bug #575360 |
commit | commitdiff | tree | snapshot |
2002-07-06 |
Jeremy Hylton | Handle HTTP/0.9 responses. |
commit | commitdiff | tree | snapshot |
2002-07-06 |
Kurt B. Kaiser | Modifying EditorWindow causes breakpoints in that modul... |
commit | commitdiff | tree | snapshot |
2002-07-06 |
Kurt B. Kaiser | Decent burial for venerated ancestor (urn in attic) |
commit | commitdiff | tree | snapshot |
2002-07-06 |
Kurt B. Kaiser | Remove dead code. |
commit | commitdiff | tree | snapshot |
2002-07-06 |
Kurt B. Kaiser | 1. Test Sourceforge checkin, idle-dev posting |
commit | commitdiff | tree | snapshot |
2002-07-05 |
unknown | Combine OldStackViewer.py with Debugger.py, removing... |
commit | commitdiff | tree | snapshot |
2002-07-04 |
Tim Peters | printlist(): Replaced the guts with a call to textwrap... |
commit | commitdiff | tree | snapshot |
2002-07-04 |
Michael W.... | gc_list_move defined but not used. |
commit | commitdiff | tree | snapshot |
2002-07-04 |
Greg Ward | Docstring improvements. In particular, added docstring... |
commit | commitdiff | tree | snapshot |
2002-07-04 |
Thomas Heller | Fix a typo. |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Steve Holden | Revise asyncore documentation and document asynchat... |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Fred Drake | No need to be ambiguous about *how* extended slices... |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Fred Drake | Fix up a few more consistency nits and incorrectly... |
commit | commitdiff | tree | snapshot |
2002-07-03 |
Barry Warsaw | append(): Clarify the expected type of charset. |
commit | commitdiff | tree | snapshot |
next |