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 |
2001-10-29 |
Fred Drake | Update to reflect changes to the low-level logreader... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Fred Drake | Add a test for the insertion of user-provided ADD_INFO... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Fred Drake | Allow user code to call the addinfo() method on the... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Fred Drake | Make the low-level log-reader object export a dictionar... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Andrew M. Kuchling | dictionary -> dict |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Andrew M. Kuchling | Fix two typos noted by Jens Quade |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Fred Drake | Add additional information on exceptions from time... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Fred Drake | More refcount information. |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Fred Drake | Ignore all *.tex files in the typesetting output direct... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Fred Drake | Make sure we generate versions of each file in the... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Jeremy Hylton | Use connect_ex() instead of connect(). |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Jeremy Hylton | Fix for SF bug 453099 -- select not defensive |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Andrew M. Kuchling | Fix some markup errors noted by MH |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Guido van Rossum | When overriding __str__ or __repr__, set the tp_print... |
commit | commitdiff | tree | snapshot |
2001-10-29 |
Steven M. Gava | more loading from cfg files |
commit | commitdiff | tree | snapshot |
next |