]> granicus.if.org Git - python/shortlog
python
2001-12-25 Tim PetersSF bug #495548: troublesome #define in pyport.h
2001-12-25 Tim PetersSF bug #496549 -Qnew and in-place division "/=".
2001-12-23 Guido van RossumDon't set passiveserver to 0 in connect(). See SF...
2001-12-22 Fred DrakeFix the erroneous availability annotation for s.makefil...
2001-12-22 Martin v. LöwisRegenerated for Linux 2.2.4.
2001-12-22 Martin v. LöwisAdd TCP socket options from glibc 2.2.4. Fixes #495680.
2001-12-21 Tim PetersWindows build: close out 2.2, prep for 2.3.
2001-12-21 Tim PetersAdded 2.3a1 section.
2001-12-21 Barry WarsawAnd we start all over again!
2001-12-21 Barry WarsawMerge of the release22 branch changes back into the...
2001-12-21 Fred DrakeAdd notes that fromfd() and s.makefile() are Unix-specific.
2001-12-21 Fred DrakeDoc changes on the trunk will not be in Python 2.2...
2001-12-21 Barry WarsawPyOS_vsnprintf(): Change PyMem_Malloc() call to PyMem_M...
2001-12-21 Andrew M. KuchlingSuggested by Pete Shinners: treat .m and .mm files...
2001-12-21 Anthony Baxterforward-patch from release21-maint branch:
2001-12-21 Andrew M. Kuchling1.00 at last!
2001-12-21 Fred DrakeAdd a reference to the signal module to the os.kill...
2001-12-21 Fred DrakeFix typo in httplib example.
2001-12-20 Fred DrakeFix up some examples in the tutorial so we don't contra...
2001-12-20 Jack JansenApplying r22c1 branch mods back to the trunk.
2001-12-20 Fred DrakeFix the availability statement for the spawn*() functio...
2001-12-20 Fred DrakeRe-commit Ping's patch to the cgi and cgitb documentati...
2001-12-20 Barry Warsawtest_parseaddr_empty(): New test for assuring that
2001-12-20 Andrew M. KuchlingUpdate the documentation links
2001-12-20 Andrew M. KuchlingUse the final patch/bug numbers
2001-12-20 Guido van RossumZZZ.
2001-12-20 Guido van RossumSF patch #495358 (Artur Zaprzala): rfc822.AddressList...
2001-12-20 Guido van RossumAnother contributor.
2001-12-20 Tim PetersWhitespace normalization.
2001-12-19 Michael W.... Apparently it's Cygwin with a capital C.
2001-12-19 Fredrik Lundhpartial merge with current pythonware codebase:
2001-12-19 Neal NorwitzFix a typo
2001-12-19 Michael W.... More cygwin news. This section is getting a bit long...
2001-12-19 Tim PetersSF bug #495021: Crash calling os.stat with a trailing...
2001-12-19 Guido van RossumAdd test for pickling new-style class with custom metac...
2001-12-19 Guido van RossumFix for SF bug #494904: Cannot pickle a class with...
2001-12-19 Guido van Rossumsave(): Fix for SF bug #494904: Cannot pickle a class...
2001-12-19 Guido van RossumPickler.save(): Fix for SF bug #494904: Cannot pickle...
2001-12-19 Fred DrakeAdd some additional tests that check more proxy behaviors.
2001-12-19 Fred Drakeproxy_compare(): Make sure that we unwrap both objects...
2001-12-19 Fred DrakeFix the test control support for the pickle & cPickle...
2001-12-19 Guido van RossumThe test using class initarg failed, because it was...
2001-12-19 Fred DrakeMake the module docstring agree with reality: the modul...
2001-12-19 Jack JansenWhen running regen for the plat directories we should...
2001-12-19 Tim PetersSF bug #494738: binascii_b2a_base64 overwrites memory.
2001-12-19 Tim PetersSF bug #494668: PUSH() should assert-fail on overflow.
2001-12-18 Tim PetersTemporaryFileWrapper: fixed typo in new comment.
2001-12-18 Martin v. LöwisPatch #494384: Disable more Unicode API if Unicode...
2001-12-18 Tim PetersTemporaryFileWrapper: cache the value of os.unlink...
2001-12-18 Guido van RossumMove the helper class _closedsocket *into* the _socketo...
2001-12-18 Thomas HellerRecreated after source changes.
2001-12-18 Just van RossumMoved a bunch of routines from "blacklisted" to "grayli...
2001-12-18 Thomas HellerSecond part of fix for bug [#483982] Python 2.2b2 bdist...
2001-12-18 Fred DrakeAdd entry for the pydoc documentation.
2001-12-18 Fred DrakeAdd documentation for the pydoc module; contributed...
2001-12-18 Fred DrakeAdd documentation for the help() built-in; contributed...
2001-12-18 Fred DrakeMerge in Ping's changes to the cgitb documentation...
2001-12-18 Jack JansenSmall change to allow for generation of QuickTime modul...
2001-12-18 Jack JansenUpdated to Universal Headers 3.4
2001-12-18 Just van RossumAdded missing docstring
2001-12-18 Just van RossumAdded support for tab controls and initial (incomplete...
2001-12-18 Just van RossumPatch #494553 by Donovan Preston: initial implementation
2001-12-17 Tim Petersinitxxsubtype(): Add a comment to make the magic clear...
2001-12-17 Guido van RossumUse PyType_Ready() for initialization of the ob_type...
2001-12-17 Guido van RossumUpdate comments about mpz, pointing to gmpy and mxNumbe...
2001-12-17 Guido van Rossum- PyType_Ready(): Initialize the ob_type field to ...
2001-12-17 Guido van RossumDon't use Latex \code{...} in docstrings.
2001-12-17 Barry WarsawGet rid of the stupid backslash in front of the column...
2001-12-17 Jack JansenThere's a new include file AEInteraction.h which contai...
2001-12-17 Jack JansenTickCount moved to a different header file. We manually...
2001-12-17 Sjoerd MullenderPortability fix: Not every compiler implements the...
2001-12-17 Steve PurcellSynch with pyunit CVS:
2001-12-17 Guido van RossumSF patch #493452: docstrings for staticmethod/classmeth...
2001-12-17 Tim PetersDavid Abrahams tried to compile this as a separate...
2001-12-16 Jack JansenAdapted for Universal Headers 3.4
2001-12-16 Tim Peters_PyEval_SliceIndex(): explain why a NULL argument...
2001-12-16 Tim Peters_PyEval_SliceIndex(): Repaired the comments, and added...
2001-12-16 Fred DrakeMark the mpz module deprecated as of Python 2.2.
2001-12-15 Tim PetersUpdate the example Windows extension to 2.2 (was hardco...
2001-12-15 Fred DrakeUpdate to reflect recently added markup.
2001-12-15 Tim PetersSF patch 493739 2 Bugfixes for 2.2c1 (RISC OS specific...
2001-12-15 Fred DrakeAdd a link to the mxNumber package.
2001-12-15 Fred DrakeAdd link to the gmpy project.
2001-12-15 Guido van RossumDon't call resetwarnings(). Be more restrictive in...
2001-12-15 Guido van RossumSF bug #493561: incorrect format string descrobject...
2001-12-15 Jack JansenFinally CW7 allows me to replace the continually-in...
2001-12-14 Tim PetersPost-release fiddling -- prep for 2.2 final.
2001-12-14 Just van RossumMade event callbacks more rubust: keep an actual refere...
2001-12-14 Jack JansenQuick patch to allow building with Universal Headers...
2001-12-14 Jack JansenThe import of the scanner can also fail, cater for...
2001-12-14 Jack JansenWe have strdup(), but not its prototype:-(
2001-12-14 Jack JansenUse getcwd(), not silly old getwd().
2001-12-14 Fred DrakeUpdate to use the notice environment so a multi-paragra...
2001-12-14 Jack JansenUpdated for CW7
2001-12-14 Fred DrakeUpdate information about __del__() & reference cycles...
2001-12-14 Jack JansenUpdated to CodeWarrior Pro 7.
2001-12-14 Fred DrakeAdd a new environment for whole-paragraph (or longer...
2001-12-14 Jack JansenMany of the new calls are Carbon-only. Flagged them...
2001-12-14 Jack JansenAdded test_socketserver and test_unicode_file to tests...
2001-12-14 Fred DrakeAdd a missing "cycle".
next