]> granicus.if.org Git - python/shortlog
python
2001-08-19 Jack JansenTemporarily disabled the import hook. It breaks with...
2001-08-19 Jack JansenRemoved NEXT-NOTES, the NeXT is no longer supported.
2001-08-19 Jack JansenRemoved NeXT notes (replacing them with a line saying...
2001-08-19 Jack JansenGot rid of all the plugin xml files: they are generated...
2001-08-19 Skip Montanaroof course I muffed it separating the notes code from...
2001-08-19 Guido van RossumAvoid total dependency on the new module. This address...
2001-08-19 Skip Montanaroadd debug calls to self._note for the Semaphore class...
2001-08-19 Tim PetersImprove Windows time.clock() blurb; was missing return...
2001-08-19 Tim PetersWindows fiddling for 2.2a2: bump build number; update...
2001-08-18 Guido van RossumSF patch #452239 by Gordon McMillan, to fix SF bug...
2001-08-18 Guido van RossumAdd dependencies for Python/thread.c on all of the...
2001-08-18 Guido van RossumInspired by Greg Stein's proposed simplification of...
2001-08-18 Tim PetersExpose the CO_xxx flags via the "new" module (re-solvin...
2001-08-18 Skip Montanaroadded warnings about security risk of using tmpnam...
2001-08-18 Guido van RossumFix SF bug #443600:
2001-08-18 Eric S. RaymondFramework code for compilerlike scripts.
2001-08-18 Greg SteinResolve patch #449367.
2001-08-18 Ka-Ping YeeAdd some fairly important file extensions: bmp css...
2001-08-18 Ka-Ping YeeInitial check-in of cgitb.
2001-08-18 Guido van RossumWhen the socket is closed, don't just assign 0 to self...
2001-08-18 Jeremy HyltonAdd a little introductory text.
2001-08-18 Jeremy HyltonGenerate correct reprs for Mul, Add, etc.
2001-08-18 Jeremy HyltonTrack removal of doc string from Module().nodes[0]
2001-08-18 Jeremy HyltonAdd Yield() node
2001-08-18 Tim PetersRemove the horrid generators hack from doctest.py....
2001-08-18 Jeremy HyltonAdd Yield() statement handler
2001-08-17 Tim PetersFix for bug [#452230] future division isn't propagated.
2001-08-17 Jack JansenThe OSX framework Headers symlink pointed the wrong...
2001-08-17 Tim PetersA fiddled version of the rest of Michael Hudson's SF...
2001-08-17 Martin v. LöwisUse raw-unicode-escape for the tests that require it.
2001-08-17 Guido van RossumAddress SF bug #442813. The sequence getitem wrappers...
2001-08-17 Guido van RossumAdd test for weak references.
2001-08-17 Guido van RossumAdd note on type/class unification.
2001-08-17 Tim Petersceval, PyEval_MergeCompilerFlags: wasn't merging in the
2001-08-17 Guido van RossumWeak reference support, closing SF bug #451773.
2001-08-17 Barry WarsawDocument that uu.decode() will always raise a uu.Error...
2001-08-17 Barry WarsawTest that uu.py will not override an existing file...
2001-08-17 Barry Warsawdecode(): Raise a uu.Error if no out_file is given...
2001-08-17 Tim PetersA self-contained piece of Michael Hudson's patch
2001-08-17 Guido van RossumAddress SF #451547. The approach is a bit draconian...
2001-08-17 Martin v. LöwisPatch #445762: Support --disable-unicode
2001-08-17 Guido van RossumAnother contributor's patch got accepted.
2001-08-17 Guido van RossumChange the 227 response parser to use a more liberal...
2001-08-17 Fred DrakeMake sure that ampersand escaping is still performed...
2001-08-17 Guido van Rossumtype_new(): look for __dynamic__ at the module level...
2001-08-17 Guido van RossumStrip trailing whitespace, including two lines containi...
2001-08-17 Guido van Rossum- Get rid of obsolete #define PATCHLEVEL.
2001-08-17 Guido van RossumFix core dump in repr() of instancemethod whose class...
2001-08-17 Guido van Rossumclassic(),metods(): add tests to verify that a bound...
2001-08-17 Guido van Rossuminstance_getattr2(): rewritten to remove unnecessary...
2001-08-17 Guido van Rossumclassic(), methods(): add another test relating to...
2001-08-17 Guido van RossumInstance methods: allow a NULL value for im_class.
2001-08-17 Guido van RossumAdd early binding of methods to the 2nd metaclass example.
2001-08-17 Guido van Rossummetaclass(): add tests for metaclasses written in Pytho...
2001-08-17 Guido van Rossumtype_new(): only defer to the winning metatype if it...
2001-08-16 Tim PetersStop adding 3 to FD_SETSIZE -- it makes no sense. ...
2001-08-16 Fred Drakefix_font(): Instead of using a long if/elsif cluster...
2001-08-16 Fred DrakeFix typo reported by Joonas Paalasmaa: dada-->data
2001-08-16 Fred DrakeRe-write the description of the os.spawn*() functions...
2001-08-16 Barry WarsawAdded a test for module repr truncation when the packag...
2001-08-16 Guido van Rossumclassobject.c:instancemethod_descr_get(): when a bound...
2001-08-16 Barry Warsawmodule_repr(): Instead of fixing the maximum buf size...
2001-08-16 Jack JansenIf genpluginprojects is called from fullbuild we set...
2001-08-16 Barry Warsawinit_sre(): Plug a little leak reported by Insure.
2001-08-16 Andrew M. KuchlingLink readline module with ncurses in preference to...
2001-08-16 Andrew M. Kuchling[Patch #441691] preprocess() method for Borland C compiler.
2001-08-16 Tim Peterstest_descr started breaking in yet another way in the...
2001-08-16 Guido van RossumFix object_repr() to include the module (using the...
2001-08-16 Fred DrakeNew unit test for the mimetypes module, to avoid future...
2001-08-16 Fred DrakeAnother egregious error that copied the encodings info...
2001-08-16 Martin v. LöwisUse (c)StringIO for collecting bytes. Fixes bug #451622.
2001-08-16 Tim PetersRepair some accidents causing Windows failures:
2001-08-16 Barry WarsawFixed a couple of minor formatting nits where lines...
2001-08-16 Barry Warsawselect_select(): Closing bug #448351 the easy way,...
2001-08-16 Fred DrakeBad bug: the MimeTypes.readfp() was supposed to take...
2001-08-16 Guido van RossumI should add that the previous checkin also added a...
2001-08-16 Just van RossumLong time overdue: change sys.path defaults so that...
2001-08-16 Fred DrakeUse METH_O where possible (two functions). This does...
2001-08-16 Jack JansenUpdated to the current state of things (long overdue).
2001-08-16 Jack JansenRemoved expat from the access paths, it isn't needed.
2001-08-16 Andrew M. Kuchling[Patch #444854 from twburton]
2001-08-16 Andrew M. Kuchling[Patch #442530 from twburton]
2001-08-16 Martin v. LöwisPatch #427190: Implement and use METH_NOARGS and METH_O.
2001-08-16 Guido van RossumFix SF bug #442501: calculate __module__ properly.
2001-08-16 Guido van RossumChange the type names to xxsublist.<name>.
2001-08-16 Guido van RossumThe change of type(None).__name__ from 'None' to 'NoneT...
2001-08-16 Guido van RossumSubtle change to make None.__class__ work:
2001-08-16 Guido van RossumOops. Two fixes for SF bug #422004 are not needed...
2001-08-16 Guido van RossumBunchathings:
2001-08-16 Guido van RossumAdd a function _Py_ReadyTypes() which initializes vario...
2001-08-16 Guido van RossumUpdate to MvL's patch #424475 to avoid returning 2...
2001-08-16 Tim PetersNo change, just wanted to record more info in the log...
2001-08-16 Tim PetersWise uninstallers never delete the Python DLL from...
2001-08-15 Guido van RossumAdd tests for overridable operators that have default...
2001-08-15 Guido van Rossum- Another big step in the right direction. All the...
2001-08-15 Just van RossumRewrote Jack's latest change so it does what it intende...
2001-08-15 Guido van RossumGiven a class without __cmp__ or __eq__, cmp() of two...
2001-08-15 Fred DrakeA large contribution from Dave Kuhlman describing what...
2001-08-15 Fred DrakeDave Kuhlman has contributed a nice improvement to...
2001-08-15 Fred DrakeRemove spurious space before a period.
next