]> granicus.if.org Git - python/shortlog
python
2003-10-28 Neal NorwitzSF #775057, fix IDLE problem in about dialog
2003-10-28 Skip Montanaronote db2pickle/pickle2db tweaks
2003-10-28 Skip Montanaroallow dump/load of gdbm files
2003-10-28 Armin RigoFixed dis.disassemble_string().
2003-10-28 Armin RigoDocumented gc.get_referrers() as dangerous.
2003-10-28 Armin RigoDeleting cyclic object comparison.
2003-10-28 Raymond HettingerFix nits in error messages.
2003-10-27 Raymond HettingerSF bug #827902: ctime is not creation time
2003-10-27 Andrew M. KuchlingDocstring fix: XHTML 1.0 entities are supported
2003-10-27 Andrew M. KuchlingFix inaccuracy: all entities from XHTML 1.0 are support...
2003-10-27 Martin v. LöwisPatch #803998: Correctly check for error in SSL_write.
2003-10-27 Martin v. LöwisPatch #817854: Add missing operations for SSLFile....
2003-10-27 Raymond HettingerFix Greg Ward's error message nit: PyObject_SetItem...
2003-10-26 Raymond HettingerDocument that varlist can be NULL.
2003-10-26 Steve PurcellAnother instance of the same typo.
2003-10-26 Raymond HettingerReplace the window() example with pairwise() which...
2003-10-26 Raymond HettingerMinor improvements to itertools.tee():
2003-10-26 Steve PurcellIncorporated patch 819077, from George Yoshida:
2003-10-25 Alex Martelliregressing the performance bugfix -- Guido wants the...
2003-10-25 Armin Rigooh dear. Wrong manipulation. Committed a version of...
2003-10-25 Armin RigoMade function declaration a proper C prototype
2003-10-25 Neal NorwitzSF #829941, update tutorial, built-in types can be...
2003-10-25 Alex Martellidocument the performance fix to builtin_sum().
2003-10-25 Alex MartelliChanged builtin_sum to use PyNumber_InPlaceAdd (same...
2003-10-25 Raymond HettingerUse PyArg_UnpackTuple() where possible.
2003-10-25 Raymond HettingerImprovements to coding for itertools.tee():
2003-10-24 Martin v. LöwisPatch #812378: Normalize white space.
2003-10-24 Martin v. LöwisPatch #828384: Don't discard nested exception in AddObject.
2003-10-24 Andrew M. Kuchling[Patch #772077 from Tim Rice] Fix for compiling the...
2003-10-24 Andrew M. Kuchling[Bug #822668] tarfile raises an exception if the tarfil...
2003-10-24 Armin RigoFixed bug introduced in revision 1.27
2003-10-24 Walter DörwaldFix a bug in the memory reallocation code of PyUnicode_...
2003-10-24 Raymond HettingerAdded itertools.tee()
2003-10-23 Guido van Rossum- The pwd module incorrectly advertised its struct...
2003-10-23 Andrew M. KuchlingRecord an item I missed and bump the version number...
2003-10-23 Martin v. LöwisPatch #813200: Quote executable path on Windows. Fixes...
2003-10-23 Fred Drake- add "Why is Python installed on my computer?" as...
2003-10-22 Guido van RossumRemove unneeded import.
2003-10-22 Raymond HettingerReplace a reduce() with sum().
2003-10-22 Andrew M. KuchlingAdd docstring
2003-10-22 Andrew M. Kuchling[Part of patch #648322] Delete the poll2() function...
2003-10-22 Andrew M. Kuchling[Bug #809174] loads() and dumps() not documented
2003-10-22 Andrew M. Kuchling[Bug #758241] When you use asyncore with a non-default...
2003-10-22 Fred DrakeAvoid confusing name for the 3rd argument to str.replace().
2003-10-21 Raymond HettingerDon't make promises about about the visibility of the...
2003-10-21 Jeremy HyltonRemoving bogus Py_DECREF() reported by Armin Rigo ...
2003-10-21 Jeremy HyltonFix indentation.
2003-10-21 Jeremy HyltonApply patch 823328 -- support for rfc 2617 digestion...
2003-10-21 Fred Drake- make this section format
2003-10-21 Fred Drakeadd missing dependency
2003-10-21 Fred Drakemarkup fixes; this would not format
2003-10-21 Fred DrakeConfigParser.items() and SafeConfigParser.items() no...
2003-10-21 Fred DrakeMake both items() methods return lists; one had changed...
2003-10-21 Fred DrakeNote the update to Expat 1.95.7.
2003-10-21 Fred DrakeProvide a bit more information to the compiler when...
2003-10-21 Fred DrakeUpdate to Expat 1.95.7; there are no changes to the...
2003-10-21 Andrew M. KuchlingAdd some more items
2003-10-21 Andrew M. KuchlingDocument list.sort() changes
2003-10-20 Guido van RossumShow microseconds, milliseconds or seconds, whichever...
2003-10-20 Guido van RossumUse 'predicate = bool' as the default predicate for...
2003-10-20 Walter DörwaldFix a bunch of typos in documentation, docstrings and...
2003-10-19 Brett CannonModify the Py_RETURN_* macros to be of the form ``do...
2003-10-19 Brett CannonModified the Py_RETURN_* macros by having the statement...
2003-10-19 Brett CannonDefined macros Py_RETURN_(TRUE|FALSE|NONE) as helper...
2003-10-19 Martin v. LöwisPatch #823259: Update spec file:
2003-10-19 Martin v. LöwisMake CObjects mutable. Fixes #477441.
2003-10-19 Martin v. LöwisPatch #821093: Fix various typos.
2003-10-18 Martin v. LöwisPatch #792869: Clarify error message for parameters...
2003-10-18 Gustavo NiemeyerRemoving dead code.
2003-10-18 Gustavo NiemeyerFixed \versionadded for the (?(id/name)yes|no) expressi...
2003-10-18 Martin v. LöwisPatch #822994: Consolidate tests for self.closed.
2003-10-18 Martin v. LöwisPatch #825679: Clarify semantics of .isfoo on empty...
2003-10-18 Martin v. LöwisPatch #809535: Mention behaviour of seek on text files...
2003-10-17 Gustavo NiemeyerImplemented non-recursive SRE matching.
2003-10-16 Thomas HellerTypo found by Lokasz Pankowski:
2003-10-16 Raymond HettingerFix typo found by Neal Norwitz.
2003-10-16 Raymond HettingerLet library modules use the new keyword arguments for...
2003-10-16 Raymond Hettinger* list.sort() now supports three keyword arguments...
2003-10-14 Brett CannonAdded Bjorn Pettersen for initial conversion of Lib...
2003-10-14 Brett CannonInitial checkin of docs for Lib/platform.py .
2003-10-14 Jeremy HyltonOpen results files, which contain binary pickles, in...
2003-10-13 Raymond HettingerSF bug #821701: reduce docs neglect a very important...
2003-10-13 Neal NorwitzSF #822262, Typo in Doc/api/intro.tex
2003-10-13 Brett CannonAdd test__locale to expected skip list for Darwin.
2003-10-12 Just van Rossumfix for bug [819860]: make sure the buffer gets emptied...
2003-10-12 Raymond HettingerSimplify and speedup uses of Py_BuildValue():
2003-10-12 Raymond HettingerExtended tuple's C API to include a new function, PyTup...
2003-10-12 Martin v. LöwisPatch #810914: Return absolute path for mkstemp. Fixes...
2003-10-12 Raymond HettingerMinor fixup. "Random" was listed twice in __all__.
2003-10-12 Brett CannonAdd mention of urlparse becoming RFC 2396 compliant.
2003-10-12 Brett Cannon(revision purely to add comment)
2003-10-12 Brett Cannon(just for comment to fix previous commit comment)
2003-10-12 Brett CannonSee rev. 1.250 for log message
2003-10-12 Brett CannonSee rev. 1.42 for log message
2003-10-12 Brett Cannonsee rev. 1.13 for log message
2003-10-12 Raymond HettingerSF patch #819955: Erroneous \seemodule in tarfile...
2003-10-11 Raymond HettingerUse the simpler and faster PyArg_UnpackTuple() instead of
2003-10-11 Raymond HettingerSF bug #820397: __nonzero__() returns 1/0
2003-10-11 Fred Drakeadd some information about using graphics with the...
2003-10-10 Guido van RossumOuch. Remove debug code containing obscenities. :-)
next