]> granicus.if.org Git - python/shortlog
python
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.
2004-03-21 Brett CannonRemoved extra period from \versionchanged entry; macro...
2004-03-21 Brett CannonBack out last patch that removed an entry from sys...
2004-03-20 Brett CannonDeal with case of when locale time values has character...
2004-03-20 Brett CannonLimit the nesting depth of a tuple passed as the second...
2004-03-20 Guido van RossumFix for SF 780407.
2004-03-20 Armin RigoGet rid of listextend_internal() and explain why the...
2004-03-20 Guido van RossumFix for SF 777848.
2004-03-20 Tim PetersSF patch 508730 CGIHTTPServer execfile should save cwd
2004-03-20 Armin RigoCancelled checkin, sorry.
2004-03-20 Brett CannonClarify docs on where .pth files can exist.
2004-03-20 Armin Rigomemset() hunt continuing. This is a net win.
2004-03-20 Brett CannonRemove non-existent paths.
2004-03-20 Armin Rigomemset() with small memory sizes just kill us.
2004-03-20 Brett CannonFix how line endings were handled when iterating over...
2004-03-20 Guido van RossumTweaked after following all these instructions.
2004-03-20 Thomas Wouterstest_email: comment out two fail-test cases that no...
2004-03-20 Tim PetersSpeed HMAC.copy() by installing a secret backdoor argum...
2004-03-20 Armin RigoA 2% speed improvement with gcc on low-endian machines...
2004-03-20 Guido van RossumGCC was complaining that 'value' in dictiter_iternextva...
2004-03-20 Raymond HettingerSF bug #918371: hasattr()'s return type
2004-03-20 Thomas WoutersMerge in Anthony's new parser code, from the anthony...
2004-03-20 Tim PetersUpdate copyright years, and change copyright.tex to...
2004-03-20 Fred Drakecommit the portion of PyXML patch #919008 that is relev...
2004-03-20 Fred Drakefix two typos that turned text into markup
2004-03-20 Tim PetersIgnore oodles of MSVC-generated files.
2004-03-20 Tim PetersA helper for rt.bat, copied (but with path adjustment...
2004-03-19 Fred DrakePyFile_WriteObject(): some of the local variables...
2004-03-19 Skip MontanaroExpand on the semantics of reload(). Closes #919099.
2004-03-19 Raymond HettingerFactor out a double lookup.
2004-03-19 Hye-Shik ChangAdd an entry for addition of the ptcp154 codec.
2004-03-19 Hye-Shik ChangAdd a new unicode codec: ptcp154 (Kazakh)
2004-03-18 Raymond HettingerMake iterators length transparent where possible.
2004-03-18 Raymond HettingerImprove deque iteration.
2004-03-18 Raymond HettingerAdd news entries for the dictionary optimizations.
2004-03-18 Raymond HettingerMake the new dictionary iterators transparent with...
2004-03-18 Hye-Shik ChangIgnore error status codes occurred while compiling...
2004-03-18 Brett CannonFix capitalization of title for subsection 2.
2004-03-18 Raymond HettingerOptimize dictionary iterators.
2004-03-18 Brett CannonMinor grammatical fixes.
2004-03-18 Brett CannonExtremely minor typo fixed.
2004-03-17 Raymond HettingerDictionary optimizations:
2004-03-17 Raymond HettingerAdd missing decref
2004-03-17 Raymond HettingerSpeedup the inner loops for dropwhile(), islice(),...
2004-03-17 Skip MontanaroThe example files need to be opened with the "b" flag.
next