]> granicus.if.org Git - python/shortlog
python
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.
2001-12-12 Just van RossumSupport files for CarbonEvents
2001-12-12 Just van RossumAdded proper error checking in event callback handler
2001-12-12 Jack JansenReady for 2.2 distribution.
2001-12-12 Just van RossumOSX tweak: recognize both EXTERN_API_C and EXTERN_API...
2001-12-12 Just van RossumExposed quite a few more calls.
2001-12-12 Guido van RossumFix for SF #491953 (Andrew Dalke): ScrolledText.py...
2001-12-12 Michael W.... Fix for
2001-12-12 Michael W.... This is what Jason Tishler and I believe to be the...
2001-12-12 Fred DrakeAdded the iSilo documentation to the standard target...
2001-12-12 Fred DrakeWrapped a long line.
2001-12-12 Fred DrakeAdd a note about yield requiring a __future__ directive.
2001-12-12 Fred DrakeDocument that isleap() returns exactly 1 or 0, which...
2001-12-12 Fred DrakeVery small test suite for the calendar module, mostly...
2001-12-11 Guido van RossumFix SF bug #482171: webchecker dies on file: URLs w...
2001-12-11 Fred DrakeClean up a sad sentence in the yield description.
2001-12-11 Just van RossumFixed to the extend that it now builds in CW6, and...
2001-12-11 Tim PetersAdded -Qnew news about the test_coercion.py failure...
2001-12-11 Fred DrakeDocument generators and the yield statement, avoiding...
2001-12-11 Fred DrakeRemove crufty whitespace in a block of index entries.
2001-12-11 Marc-André... Joe VanAndel wrote:
2001-12-11 Tim Petersfloat_floor_div: An expression like 3.//1j crashed...
2001-12-11 Tim Petersfloat_int_div(): For clarity, move this closer to...
2001-12-11 Fred DrakeA number of small adjustments.
2001-12-11 Tim PetersFiddle test_class so it passes with -Qnew.
2001-12-11 Fred DrakeAdded discussion of protecting against screwing up...
2001-12-11 Tim PetersFiddle test_augassign so it passes under -Qnew.
2001-12-11 Tim PetersSF bug #491415 PyDict_UpdateFromSeq2() unused
2001-12-11 Fred DrakeSave a new version of the productionlist environment...
2001-12-11 Martin v. LöwisIgnore SIGXFSZ. Fixes #490453.
2001-12-11 Fred DrakeFix whitespace in example of bad indentation: a comment...
2001-12-11 Jack JansenUpdated for hfsplus module, new gusi libs.
2001-12-11 Just van RossumAdded __members__ to FInfo object.
2001-12-11 Fred DrakeWhen using GCC, use the right option to add a directory...
2001-12-11 Guido van RossumAdditional coverage tests by Neil Norwitz.
2001-12-10 Fred DrakeRegression test for SF bug #478534 -- exceptions could...
2001-12-10 Fred DrakeMake sure that when we invoke callback functions associ...
2001-12-10 Tim PetersGive xxsubtype a module docstring, so its oddball purpo...
2001-12-10 Finn BockSkipping some tests by adding the usual jython conditio...
2001-12-10 Fred DrakeUpdate link to the SAX homepage.
2001-12-10 Guido van RossumWell what do you know. The Python implementation conta...
2001-12-10 Guido van RossumFix the Python property class in a comment right.
2001-12-10 Guido van Rossumproperty_descr_get(): Fix a curious bug in the property...
2001-12-10 Fred DrakeAdded documentation for str.decode().
2001-12-10 Guido van RossumSF patch #491183 (Jeff Epler): ScrolledText.grid()...
2001-12-10 Michael W.... Fix for
2001-12-10 Jack JansenThe new menu initialization code would also add the...
2001-12-10 Guido van RossumNew fodder.
2001-12-10 Guido van RossumSF patch #491049 (David Jacobs): Small PyString_FromStr...
2001-12-10 Michael W.... Fix for
2001-12-10 Jeremy HyltonAdd a comment explaining the st_symbols cache.
2001-12-09 Jack JansenThe module generator now tells its object generators...
2001-12-09 Jack JansenUpdated, and converted line-endings to unix-style ...
2001-12-09 Jack JansenMods by Tony Lownds (patch 490100, slightly massaged...
2001-12-09 Jack JansenMods to make WASTE module compile and link for MachoPyt...
2001-12-09 Finn BockA workaround for the missing buffer() builtin in jython.
2001-12-09 Fredrik Lundhbug #133283, #477728, #483789, #490573
next