]> granicus.if.org Git - python/shortlog
python
2001-11-05 Andrew M. KuchlingMinor grammar and typo fixes
2001-11-04 Tim Peterslong_true_divide(): decref its converted arguments...
2001-11-04 Tim PetersPart of SF bug #478003 possible memory leaks in err...
2001-11-04 Steven M. Gavanew config implementation
2001-11-04 Tim PetersRehabilitated the fast-path richcmp code, and sped...
2001-11-04 Steven M. Gavafurther config system work
2001-11-04 Tim PetersNo code change -- just trying to document the return...
2001-11-04 Barry WarsawTwo bug fixes for problems reported by Sverre:
2001-11-03 Tim PetersFinish SF patch 477059: __del__ on new classes vs...
2001-11-03 Tim PetersImproved error msg when a symbolic group name is redefi...
2001-11-03 Steven M. Gavaadded ability to set hilightthickness
2001-11-03 Steven M. Gavafurther config system work
2001-11-03 Martin v. LöwisCorrect argument parsing for alp_getstatus, which is...
2001-11-03 Steven M. Gavamore work to support new config system
2001-11-02 Martin v. LöwisPatch #474169: Move fdopen calls out of critical section.
2001-11-02 Martin v. LöwisPatch #471120: Improved doc strings and new wrappers.
2001-11-02 Martin v. LöwisCorrect getnameinfo refcounting and tuple parsing....
2001-11-02 Just van Rossummacdinking
2001-11-02 Just van Rossumuse 32bit APIs for control values, refactor slightly
2001-11-02 Fred DrakeSimplify initmd5() to use PyModule_AddIntConstant().
2001-11-02 Fred DrakeClean up a Tab inconsistency.
2001-11-02 Andrew M. Kuchling[Patch #477336] Add an extensive PyUnit based testsuite...
2001-11-02 Andrew M. Kuchling[Patch #477336] Make hmac.py match PEP247, and fix...
2001-11-02 Andrew M. Kuchling[Patch #476612] Add test suite for PEP247 compliance
2001-11-02 Andrew M. KuchlingFix comment typo
2001-11-02 Andrew M. Kuchling[Patch #476612] Change docs to describe PEP247 interface
2001-11-02 Andrew M. Kuchling[Patch #476612] Add attributes from PEP247 to the md5...
2001-11-02 Just van Rossumuse proper APIs for activate/deactivate
2001-11-02 Fred DrakeFix stupid bug recently introduced for DVI version...
2001-11-02 Fred DrakeAdd deprecation notice to statcache.
2001-11-02 Fred DrakeMake sure there are no weird nesting behaviors; the...
2001-11-02 Just van Rossumwintertime blues
2001-11-02 Just van Rossumremoved import display hackery
2001-11-02 Just van Rossumsome support for syntax coloring, disabled for now
2001-11-02 Just van Rossumchanged the default font
2001-11-02 Just van Rossumfixed a non-Carbon Carbon import
2001-11-02 Just van Rossum- rearranged some imports
2001-11-02 Just van Rossumrearranged some imports
2001-11-02 Fredrik LundhSF bug #476912: flag repeated use of the same groupname as
2001-11-01 Tim Petersfloat_divmod(): the code wasn't sick enough to stop...
2001-11-01 Jack JansenWe always install the Sioux menubar, in stead of only...
2001-11-01 Tim PetersSF bug #477221: abs and divmod act oddly with -0.0
2001-11-01 Tim Petersfloat_abs() again: Guido pointed out that this could...
2001-11-01 Guido van RossumThe GC issues with __del__ are now dealt with.
2001-11-01 Fred DrakePyFunction_Call() did not check the result of PyObject_...
2001-11-01 Tim PetersSF bug #477221: abs and divmod act oddly with -0.0.
2001-11-01 Fred DrakeCorrect misspelling of "separate" in two places.
2001-11-01 Tim Petershas_finalizer(): simplified "if (complicated_bool...
2001-11-01 Fred DrakeBrute-force performance hackery; buys back about 20...
2001-11-01 Neil SchemenauerAdd has_finalizer predictate function. Use it when...
2001-11-01 Jack JansenThe import check in setup.py fails on Mac OS X for...
2001-11-01 Guido van RossumSF bug #477059 (my own): __del__ on new classes vs...
2001-11-01 Jack JansenUnder MachO-Python unconditionally import macfsn.
2001-11-01 Guido van Rossum__del__ is done -- except for the GC issue.
2001-10-31 Neil SchemenauerMake the gc.collect() function respect the collection...
2001-10-31 Just van RossumWorkaround for odd problem on my machine: without this...
2001-10-31 Just van RossumMoved macfsn hackery from macmain.c to macfsmodule...
2001-10-31 Michael W.... fix for
2001-10-31 Andrew M. KuchlingFix markup typo
2001-10-31 Andrew M. KuchlingAdd paragraph about difflib suggested by David Goodger
2001-10-31 Just van Rossumcall the correct base method (found due to better inher...
2001-10-31 Jack JansenLink the core with CoreServices, not with Carbon, and...
2001-10-31 Jack JansenRegenerated
2001-10-31 Chui TeyDocumentation patches by bsherwood
2001-10-31 Just van RossumAdded structseq.c
2001-10-31 Jack JansenAdded Donovan Preston and reformatted to 80-char lines.
2001-10-31 Tim PetersMove a name into correct position.
2001-10-31 Tim PetersSF patch #474485: pydoc generates some bad html, from...
2001-10-31 Tim PetersSF patch #474500: Make OS/2 locks work like posix...
2001-10-31 Tim PetersHuh. In an effort to be less thorough <wink>, seems...
2001-10-30 Tim PetersFix bad bug in structseq slicing (NULL pointers in...
2001-10-30 Jack JansenMod by Donovan Preston to allow MacPython to live in...
2001-10-30 Jack JansenFiles used for MacPython 2.2b1 distribution.
2001-10-30 Andrew M. KuchlingFix grammar error
2001-10-30 Andrew M. KuchlingRewrites and additions resulting from today's feedback
2001-10-30 Tim PetersSF bug #474077 2.2b1: Error compiling extns with BCC
2001-10-30 Fred DrakeAlways use --dvips-safe when generating HTML for the...
2001-10-30 Fred DrakeAdd a new option, --dvips-safe, which sets the $DVIPS_S...
2001-10-30 Andrew M. KuchlingVarious minor rewrites
2001-10-30 Andrew M. KuchlingCorrections noted by Michael McLay
2001-10-30 Jeremy Hylton/F observes that we need an else: in connect()
2001-10-30 Jack JansenDon't override asplit_pat in Scanner_UH3. No reason...
2001-10-30 Jack JansenOn the macintosh don't take a quick exit in find_module...
2001-10-30 Fred DrakePromote file objects out of the "Other Objects" categor...
2001-10-30 Fred DrakePromote built-in functions to come before built-in...
2001-10-30 Tim PetersWhitespace normalization.
2001-10-30 Tim PetersMention the new file() builtin in the section on file...
2001-10-30 Tim PetersTo cover a recent checkin, added a test to ensure dir...
2001-10-30 Tim PetersJust changed some continued-line indentation to read...
2001-10-30 Guido van RossumFix SF bug #456386: test_commands regression failure...
2001-10-30 Guido van RossumNews and attribution for SF bug #473009.
2001-10-30 Guido van RossumChange the limit on the input size for b2a_base64 to...
2001-10-30 Guido van RossumAdd values to tp_getattro and tp_flags so that dir...
2001-10-30 Guido van RossumMinimal test for __del__ hook.
2001-10-30 Tim PetersPySocketSock_connect_ex(): On Windows, return the...
2001-10-29 Fredrik Lundhdirectory chooser (requires a recent version of Tk)
2001-10-29 Tim PetersRename "dictionary" (type and constructor) to "dict".
2001-10-29 Guido van RossumAdd __del__ callbacks. They are too useful to leave...
2001-10-29 Tim PetersSF bug #476138: tempfile behavior across platforms
2001-10-29 Fred DrakeRevise the PDF support in the LaTeX style sheet. This...
next