]> granicus.if.org Git - python/shortlog
python
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".
2001-12-14 Barry WarsawMerge last minute 2.2c1 changes from branch to trunk.
2001-12-14 Barry Warsawsend(), ehlo(): Integrate patch #487310 by Fazal Majid...
2001-12-14 Barry WarsawAs usual, bump the version number.
2001-12-14 Fred DrakeNote the tighter complex() parameter checking.
2001-12-14 Fred DrakeWork around the problem of spaces after a "}" being...
2001-12-14 Fred DrakeThe valign attribute to control the vertical alignment...
2001-12-14 Fred DrakeBump version numbers for the trunk.
2001-12-14 Fred DrakeReflect change of Digital Creations to Zope Corporation.
2001-12-14 Jeremy HyltonPartial fix for problem in SF buf #487458
2001-12-14 Jack JansenAdd default values for options in the class init routin...
2001-12-14 Guido van Rossum(Merge into trunk.)
2001-12-13 Just van Rossum- "manage" controls created by CreateXxxXxxControl...
2001-12-13 Jeremy HyltonUndo inadvertent change to test_scope in previous checkin
2001-12-13 Fred DrakeAdd a comment explaining what these tests are for,...
2001-12-13 Jeremy HyltonFor the exec-free var bug.
2001-12-13 Fred DrakeEnsure that complex() only accepts a string argument...
2001-12-13 Jeremy HyltonFix for SF bug [ #492403 ] exec() segfaults on closure...
2001-12-13 Jeremy HyltonUpdate output generated by test_scope
2001-12-13 Jeremy HyltonAdd helper macro to get the number of free variables...
2001-12-13 Jeremy HyltonAdd test for SF bug [ #492403 ] exec() segfaults on...
2001-12-13 Tim PetersUpdate Windows buildno for 2.2c1.
2001-12-13 Fred DrakeReplace the "Cookbook approach" with the approach docum...
2001-12-13 Just van RossumOSX workaround: don't crash if the extentions folder...
2001-12-13 Just van Rossumbuild CoreGraphics under darwin
2001-12-13 Just van Rossuminclude the proper header for Mach-O
2001-12-13 Just van Rossumadded CoreGraphics to build list
2001-12-13 Just van Rossumadded non-support for CoreGraphics...
2001-12-13 Just van Rossumproject file for CoreGraphics
2001-12-13 Just van Rossumsecond CoreGraphics batch
2001-12-13 Just van Rossumfirst checkin for CoreGraphics
2001-12-13 Just van Rossumfixed typo in my email address
2001-12-13 Just van RossumDon't barf when an AppleEvent was not handled. It's...
2001-12-13 Just van Rossumre-checkin as AppleSingle
2001-12-13 Fred DrakeMake tix_configure() work the same way configure()...
2001-12-13 Fred DrakeMinor adjustments.
2001-12-12 Jack JansenBuild _CarbonEvt module on Mac OS X. Still gives a...
2001-12-12 Jack JansenShut up gcc warning.
2001-12-12 Jack JansenUpdated for 2.2 release.
2001-12-12 Just van Rossumadded CarbonEvents
2001-12-12 Just van RossumUpdated for Universal Headers 3.4.
next