]> granicus.if.org Git - python/shortlog
python
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
2001-12-09 Finn Bocktest(): Avoid a UnboundLocalError when a method is...
2001-12-09 Finn BockMoved a print statement outside the jython platform...
2001-12-09 Finn BockThe initial patch #468662 was not applied quite verbati...
2001-12-09 Finn BockRefcounting isn't available in Jython. Putting the...
2001-12-08 Tim PetersPySymtableEntry_New(): I'm not sure what this routine...
2001-12-08 Guido van RossumPatch supplied by Burton Radons for his own SF bug...
2001-12-08 Guido van RossumSF patch #489989 (Charles G Waldman) linuxaudiodev...
2001-12-08 Guido van RossumSF patch #490515 (Joe A) urllib.open_https() protocol...
2001-12-08 Just van RossumOSX tweak.
2001-12-08 Finn BockEnable support for jython:
2001-12-08 Just van RossumDon't do App.DrawThemeListBoxFrame() upon activate...
2001-12-08 Guido van RossumRemove erroneous and confusing comment -- sre patterns...
2001-12-08 Fred DrakeScript to generate the table of distribution packages...
2001-12-07 Fred DrakeAdd change notes where im_class is discussed, since...
2001-12-07 Guido van RossumCorrect the description of im_class. (Fred, this is...
2001-12-07 Fred DrakeRevise description of dumbdbm.open() to reflect that...
2001-12-07 Fred DrakeHonor the mode argument to dumbdbm.open(); there is...
2001-12-07 Guido van RossumPyMethodObject(): Update the comment about im_class...
2001-12-07 Fred DrakeDescribe the behavior of the read() method when the...
2001-12-07 Tim PetersSF patch 490393: test___all__ and Jython; from Finn...
2001-12-07 Guido van RossumI found that when run as a script, this test suite...
2001-12-07 Tim PetersSF patch #489173: Make os.spawnv not block the interpr...
2001-12-07 Guido van RossumO_cwrite(): rewrote for clarity, replacing all the...
2001-12-07 Guido van Rossum_PyTuple_Resize(): this dumped core on tuple(globals...
2001-12-07 Fred DrakeAnother name.
2001-12-07 Finn BockAlign the number of %s with the number of format arguments.
2001-12-07 Guido van RossumMore info about the cycle detector.
2001-12-07 Tim PetersTrivial spelling repair on new cyclic garbage text.
2001-12-07 Fred DrakeAdded more information about reference counting limitat...
2001-12-07 Guido van RossumMove import dbhash out of test_sundry and into test_bsddb,
2001-12-07 Jack JansenNot being able to copy PythonCore to the system-folder...
2001-12-07 Michael W.... Fix for:
2001-12-07 Jeremy HyltonMissing DECREFs when exception is raised in sys.excepthook.
2001-12-07 Andrew M. KuchlingUse an immutable tuple for __slots instead of a mutable...
2001-12-07 Guido van RossumFix for #489672 (Neil Norwitz): memory leak in test_sre.
2001-12-07 Guido van RossumIn unconditional except clauses, don't catch KeyboardIn...
2001-12-07 Tim Petersaudioop_ratecv() again: settle for a sloppier upper...
2001-12-06 Tim Peterss/it/if/ in descriptions of spawn mode argument.
2001-12-06 Tim PetersFor ratecv, document that None should be the initial...
2001-12-06 Fred DrakeVisious hackery to solve a build-control problem relate...
2001-12-06 Jack JansenDon't fail on importing things with undefined reference...
2001-12-06 Jack JansenSilly mistake in build directory extension fix.
2001-12-06 Fred DrakeWrap some long lines.
2001-12-06 Jack JansenCleaned up Mac OS X section to the current state of...
2001-12-06 Jack JansenTest wether we are building on a case-insensitive files...
2001-12-06 Andrew M. Kuchling[Bug #475009] Tighten the pattern for the first line...
2001-12-06 Guido van RossumFix for SF bug #489671 (Neil Norwitz): memory leak...
2001-12-06 Jack Jansensys.platform is now "darwin" without digits appended.
next