]> granicus.if.org Git - python/shortlog
python
2003-11-06 Raymond HettingerImplement and apply PEP 322, reverse iteration
2003-11-05 Neil SchemenauerAdd traceback.format_exc().
2003-11-05 Jeremy HyltonMake undetected error on stack unwind a fatal error.
2003-11-04 Anthony Baxtermissing news entry
2003-11-03 Gregory P.... * SF patch 835100 - C++ // comments are not allowed...
2003-11-03 Jeremy HyltonFix compiler warning about possible use of n without...
2003-11-03 Gregory P.... * Use weakref's of DBCursor objects for the iterator...
2003-11-02 Raymond HettingerSF patch #834444: add versionadd to new functions
2003-11-02 Raymond HettingerSF patch #834015: Remove imports of unused modules
2003-11-02 Gregory P.... * Fix the singlethreaded deadlocks occurring in the...
2003-11-02 Gregory P.... Fix a tuple memory leak when raising DB, DBEnv and...
2003-11-02 Raymond HettingerUse PyTuple_Pack() to simplify enumerate().
2003-10-31 Andrew M. Kuchling[Bug #817178] Fix incorrect arguments in example, noted...
2003-10-31 Martin v. LöwisPatch #833710: Set INSTSONAME on Solaris. Backported...
2003-10-31 Martin v. LöwisPatch #830858: Correct the number of is-functions....
2003-10-31 Martin v. LöwisPatch #628301: Update installer to
2003-10-31 Martin v. LöwisPatch #531629: Add multicall support.
2003-10-31 Martin v. LöwisPatch #785689: Use basename in usage. Backported to...
2003-10-31 Martin v. LöwisPatch #787189: Explicitly define CTRL on SGI.
2003-10-31 Martin v. LöwisPatch #: Add POP3 over SSL support.
2003-10-31 Martin v. LöwisPatch #788404: ignore "b" and "t" mode modifiers in...
2003-10-30 Raymond HettingerFix typo.
2003-10-30 Brett CannonMinor grammatical fix.
2003-10-29 Raymond HettingerUpdate test to include "sorted" in dir(list).
2003-10-29 Raymond HettingerAdd list.sorted() classmethod.
2003-10-29 Raymond HettingerSF bug #827902: ctime is not creation time
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.
next