]> granicus.if.org Git - python/shortlog
python
2004-03-31 Fred Drakeadded scripts to the list of files automatically includ...
2004-03-29 Andrew MacIntyreOS/2 VACPP build updates/fixes
2004-03-29 Tim PetersAdded a comment about the unreferenced PyThreadState...
2004-03-29 Andrew M. Kuchlingfix typo
2004-03-28 Raymond HettingerInsert missing pronoun
2004-03-28 Tim PetersSF bug 924242: socket._fileobject._getclosed() returns...
2004-03-27 Skip Montanaroadd usage() function, -h(elp) flag and long versions...
2004-03-27 Skip Montanaro- add entry for complex number
2004-03-27 Raymond HettingerRevert 1.51 booleans so that sre will still run on...
2004-03-26 Raymond HettingerSimple Optimizations:
2004-03-26 Raymond HettingerRemove unnecessary test. (Thanks Skip)
2004-03-26 Fred Drakeremove out-of-date warning
2004-03-26 David AscherFix test failure for test_tcl on OS/X and Windows if a
2004-03-26 Armin RigoMarshal clean-up (SF patch #873224)
2004-03-26 Raymond HettingerSimple optimizations:
2004-03-26 Raymond HettingerUpdate timeit example to reflect current performance.
2004-03-25 Fred Drakemake sure the default manifest generation includes...
2004-03-25 Marc-André... Added more Windows version names (thanks to Thomas...
2004-03-25 Brett CannonFix last patch to be backwards-compatible with Python...
2004-03-25 Brett CannonFixed a caching bug in platform.platform() where the...
2004-03-25 Fred DrakeNote that reading from a socket may not always return...
2004-03-25 Fred Drake- make sure the methods minidom adds to the basic DOM...
2004-03-25 Hye-Shik ChangGet rid of gcc warning.
2004-03-25 Fred Drakeinclude the right index sources
2004-03-25 Fred Drakeremove duplicate use of the meta-data label
2004-03-25 Martin v. LöwisCorrect code to advance ptr to be well-formed C.
2004-03-25 Fred Drakefix typo
2004-03-25 Fred Drakenote that distutils API docs are included in "Distribut...
2004-03-25 Fred Drakeimprove the very-high-level API docs (contributed by...
2004-03-25 Martin v. LöwisDefer compilation of regular expressions until first...
2004-03-25 Fred DrakeRemove note that PyErr_SetInterrupt() is obsolete;...
2004-03-25 Martin v. LöwisUse True/False instead of 0/1 for character classes.
2004-03-25 Raymond HettingerSF bug: #921927: Fixed a typo/thinko spelling "paramet...
2004-03-25 Phillip J. EbyEnsure super() lookup of descriptor from classmethod...
2004-03-25 Nicholas BastinA few more PyThreadState_Get to PyThreadState_GET conve...
2004-03-25 Piers Lauderfix name in setacl method doc string
2004-03-24 Nicholas BastinChanged random calls to PyThreadState_Get() to use...
2004-03-24 Nicholas BastinEnable the profiling of C functions (builtins and exten...
2004-03-24 Martin v. LöwisAdd test case for unicode(somestring, "idna").
2004-03-23 Brett CannonReplace sequential split/join calls on strings with...
2004-03-23 Martin v. LöwisConvert input to a string object. Fixes #909230.
2004-03-23 Nicholas Bastin...for work done at PyCon 2004 (and beyond...)
2004-03-23 Brett CannonMake socket.sslerror a subclass of socket.error .
2004-03-23 Fred Drakemore markup nits
2004-03-23 Brett CannonReplace code in urllib for basejoin (undocumented)...
2004-03-23 Fred Drakefix markup nits
2004-03-23 Fred Drakeadd the distutils modules to the global modules list
2004-03-23 Guido van RossumAdd runctx to __all__.
2004-03-23 Fred Drakegive the document indexes
2004-03-23 Fred Drake- use recommended Python style in examples (no spaces...
2004-03-23 Nicholas BastinAdded command line options for profile.py - one for...
2004-03-23 Fred Drakemerge Anthony Baxter's distutils API reference into...
2004-03-23 Martin v. LöwisIntern __name__.
2004-03-23 Martin v. LöwisDecref all if ensure_fromlist fails. Fixes #876533.
2004-03-22 Anthony BaxterBasic dependency checking. setup() has two new optional...
2004-03-22 Martin v. LöwisPatch #911176: Move test function into __main__
2004-03-22 Fred Drakeconvert from a howto to a manual
2004-03-22 Armin RigoLost reference.
2004-03-22 Nicholas BastinAdded global runctx function to profile to fix SF Bug...
2004-03-22 Armin RigoThe fix in ceval.c 2.386 allows iteration-by-iteration...
2004-03-22 Armin RigoFix SF bug #765624.
2004-03-22 Nicholas BastinFix (really) for tight loop line events
2004-03-22 Nicholas BastinTest for tight loop line event fix, SF bug #765624
2004-03-22 Nicholas BastinTest for lack of implicit return line event
2004-03-22 Armin RigoFix for line events in the case:
2004-03-22 Hye-Shik ChangPatch #871657: Set EDOM for `nan' return values on...
2004-03-22 Anthony BaxterNew parser. Next up, making the current parser use...
2004-03-21 Nicholas BastinAdded configure check for broken poll() on some unix...
2004-03-21 Tim PetersSF bug 847019 datetime.datetime initialization needs...
2004-03-21 Armin RigoRestored revision 2.87.
2004-03-21 Brett CannonChange parse_qsl() to accept control-name's with no...
2004-03-21 Andrew M. KuchlingRemove 'now'
2004-03-21 Tim PetersPyTuple_New(): vrbl i no longer referenced, so removed...
2004-03-21 Nicholas BastinNormalized files in test_unicode_file to eliminate...
2004-03-21 Armin RigoThis is the fastest I could get on Intel GCC. I kept...
2004-03-21 Nicholas BastinChanged file.name to be the object passed as the 'name...
2004-03-21 Andrew M. Kuchling[Part of patch #909005] Added map parameter for file_di...
2004-03-21 Andrew M. Kuchling[Part of patch #909005] Repeating exception changed...
2004-03-21 Andrew M. Kuchling[Part of patch #909005] Remove Mac code for writable
2004-03-21 Andrew M. Kuchling[Part of patch #909005] Set initial poll flags
2004-03-21 Andrew M. Kuchling[Part of patch #909005] Use True/False
2004-03-21 Hye-Shik ChangBug #920575: Add a workaround for GNU libc nl_langinfo...
2004-03-21 Andrew M. Kuchling[Patch #900071] Be case-insensitive when removing ...
2004-03-21 Andrew M. Kuchling[Part of patch #909005] Handle POLLPRI flag, and variou...
2004-03-21 Andrew M. Kuchling[Patch #918212] Support XHTML's 'id' attribute, which...
2004-03-21 Andrew M. Kuchling[Patch #905863] Support the CVS version of Tcl/Tk,...
2004-03-21 Andrew M. Kuchling[Patch #850977] Detect Tcl/Tk libraries on FreeBSD...
2004-03-21 Andrew M. KuchlingUpdate URLs
2004-03-21 Nicholas BastinMoved tracebackobject to traceback.h, Closes SF Bug...
2004-03-21 Raymond HettingerFix typo in comment.
2004-03-21 Tim PetersSF bug 917108: warnings.py does not define _test().
2004-03-21 Raymond HettingerAdd identity shortcut to PyObject_RichCompareBool.
2004-03-21 Nicholas BastinModified string.split documentation to reflect behaviou...
2004-03-21 Tim Petersrecursive_isinstance(), recursive_issubclass(): New...
2004-03-21 Just van Rossum[693255] also back out corresponding NEWS item...
2004-03-21 Skip Montanaroconcrete example of why retaining old objects is good
2004-03-21 Martin v. LöwisPatch #853488: Tix hlist missing entryconfigure and...
2004-03-21 Martin v. LöwisPatch #853488: Add hlist entry_configure and entry_cget...
2004-03-21 Neil SchemenauerRemove unused instance attributes.
2004-03-21 Raymond HettingerImprove byte coding for multiple assignments.
next