2001-11-05 |
Andrew M. Kuchling | Minor grammar and typo fixes |
commit | commitdiff | tree | snapshot |
2001-11-04 |
Tim Peters | long_true_divide(): decref its converted arguments... |
commit | commitdiff | tree | snapshot |
2001-11-04 |
Tim Peters | Part of SF bug #478003 possible memory leaks in err... |
commit | commitdiff | tree | snapshot |
2001-11-04 |
Steven M. Gava | new config implementation |
commit | commitdiff | tree | snapshot |
2001-11-04 |
Tim Peters | Rehabilitated the fast-path richcmp code, and sped... |
commit | commitdiff | tree | snapshot |
2001-11-04 |
Steven M. Gava | further config system work |
commit | commitdiff | tree | snapshot |
2001-11-04 |
Tim Peters | No code change -- just trying to document the return... |
commit | commitdiff | tree | snapshot |
2001-11-04 |
Barry Warsaw | Two bug fixes for problems reported by Sverre: |
commit | commitdiff | tree | snapshot |
2001-11-03 |
Tim Peters | Finish SF patch 477059: __del__ on new classes vs... |
commit | commitdiff | tree | snapshot |
2001-11-03 |
Tim Peters | Improved error msg when a symbolic group name is redefi... |
commit | commitdiff | tree | snapshot |
2001-11-03 |
Steven M. Gava | added ability to set hilightthickness |
commit | commitdiff | tree | snapshot |
2001-11-03 |
Steven M. Gava | further config system work |
commit | commitdiff | tree | snapshot |
2001-11-03 |
Martin v. Löwis | Correct argument parsing for alp_getstatus, which is... |
commit | commitdiff | tree | snapshot |
2001-11-03 |
Steven M. Gava | more work to support new config system |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Martin v. Löwis | Patch #474169: Move fdopen calls out of critical section. |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Martin v. Löwis | Patch #471120: Improved doc strings and new wrappers. |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Martin v. Löwis | Correct getnameinfo refcounting and tuple parsing.... |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Just van Rossum | macdinking |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Just van Rossum | use 32bit APIs for control values, refactor slightly |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Fred Drake | Simplify initmd5() to use PyModule_AddIntConstant(). |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Fred Drake | Clean up a Tab inconsistency. |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Andrew M. Kuchling | [Patch #477336] Add an extensive PyUnit based testsuite... |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Andrew M. Kuchling | [Patch #477336] Make hmac.py match PEP247, and fix... |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Andrew M. Kuchling | [Patch #476612] Add test suite for PEP247 compliance |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Andrew M. Kuchling | Fix comment typo |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Andrew M. Kuchling | [Patch #476612] Change docs to describe PEP247 interface |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Andrew M. Kuchling | [Patch #476612] Add attributes from PEP247 to the md5... |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Just van Rossum | use proper APIs for activate/deactivate |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Fred Drake | Fix stupid bug recently introduced for DVI version... |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Fred Drake | Add deprecation notice to statcache. |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Fred Drake | Make sure there are no weird nesting behaviors; the... |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Just van Rossum | wintertime blues |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Just van Rossum | removed import display hackery |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Just van Rossum | some support for syntax coloring, disabled for now |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Just van Rossum | changed the default font |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Just van Rossum | fixed a non-Carbon Carbon import |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Just van Rossum | - rearranged some imports |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Just van Rossum | rearranged some imports |
commit | commitdiff | tree | snapshot |
2001-11-02 |
Fredrik Lundh | SF bug #476912: flag repeated use of the same groupname as |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Tim Peters | float_divmod(): the code wasn't sick enough to stop... |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Jack Jansen | We always install the Sioux menubar, in stead of only... |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Tim Peters | SF bug #477221: abs and divmod act oddly with -0.0 |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Tim Peters | float_abs() again: Guido pointed out that this could... |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Guido van Rossum | The GC issues with __del__ are now dealt with. |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Fred Drake | PyFunction_Call() did not check the result of PyObject_... |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Tim Peters | SF bug #477221: abs and divmod act oddly with -0.0. |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Fred Drake | Correct misspelling of "separate" in two places. |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Tim Peters | has_finalizer(): simplified "if (complicated_bool... |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Fred Drake | Brute-force performance hackery; buys back about 20... |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Neil Schemenauer | Add has_finalizer predictate function. Use it when... |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Jack Jansen | The import check in setup.py fails on Mac OS X for... |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Guido van Rossum | SF bug #477059 (my own): __del__ on new classes vs... |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Jack Jansen | Under MachO-Python unconditionally import macfsn. |
commit | commitdiff | tree | snapshot |
2001-11-01 |
Guido van Rossum | __del__ is done -- except for the GC issue. |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Neil Schemenauer | Make the gc.collect() function respect the collection... |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Just van Rossum | Workaround for odd problem on my machine: without this... |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Just van Rossum | Moved macfsn hackery from macmain.c to macfsmodule... |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Michael W.... | fix for |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Andrew M. Kuchling | Fix markup typo |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Andrew M. Kuchling | Add paragraph about difflib suggested by David Goodger |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Just van Rossum | call the correct base method (found due to better inher... |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Jack Jansen | Link the core with CoreServices, not with Carbon, and... |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Jack Jansen | Regenerated |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Chui Tey | Documentation patches by bsherwood |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Just van Rossum | Added structseq.c |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Jack Jansen | Added Donovan Preston and reformatted to 80-char lines. |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Tim Peters | Move a name into correct position. |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Tim Peters | SF patch #474485: pydoc generates some bad html, from... |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Tim Peters | SF patch #474500: Make OS/2 locks work like posix... |
commit | commitdiff | tree | snapshot |
2001-10-31 |
Tim Peters | Huh. In an effort to be less thorough <wink>, seems... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Tim Peters | Fix bad bug in structseq slicing (NULL pointers in... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Jack Jansen | Mod by Donovan Preston to allow MacPython to live in... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Jack Jansen | Files used for MacPython 2.2b1 distribution. |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Andrew M. Kuchling | Fix grammar error |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Andrew M. Kuchling | Rewrites and additions resulting from today's feedback |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Tim Peters | SF bug #474077 2.2b1: Error compiling extns with BCC |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Fred Drake | Always use --dvips-safe when generating HTML for the... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Fred Drake | Add a new option, --dvips-safe, which sets the $DVIPS_S... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Andrew M. Kuchling | Various minor rewrites |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Andrew M. Kuchling | Corrections noted by Michael McLay |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Jeremy Hylton | /F observes that we need an else: in connect() |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Jack Jansen | Don't override asplit_pat in Scanner_UH3. No reason... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Jack Jansen | On the macintosh don't take a quick exit in find_module... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Fred Drake | Promote file objects out of the "Other Objects" categor... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Fred Drake | Promote built-in functions to come before built-in... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Tim Peters | Mention the new file() builtin in the section on file... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Tim Peters | To cover a recent checkin, added a test to ensure dir... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Tim Peters | Just changed some continued-line indentation to read... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Guido van Rossum | Fix SF bug #456386: test_commands regression failure... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Guido van Rossum | News and attribution for SF bug #473009. |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Guido van Rossum | Change the limit on the input size for b2a_base64 to... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Guido van Rossum | Add values to tp_getattro and tp_flags so that dir... |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Guido van Rossum | Minimal test for __del__ hook. |
commit | commitdiff | tree | snapshot |
2001-10-30 |
Tim Peters | PySocketSock_connect_ex(): On Windows, return the... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Fredrik Lundh | directory chooser (requires a recent version of Tk) |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Tim Peters | Rename "dictionary" (type and constructor) to "dict". |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Guido van Rossum | Add __del__ callbacks. They are too useful to leave... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Tim Peters | SF bug #476138: tempfile behavior across platforms |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Fred Drake | Revise the PDF support in the LaTeX style sheet. This... |
commit | commitdiff | tree | snapshot |
next |