]> granicus.if.org Git - python/shortlog
python
2003-11-10 Guido van RossumPlug tempfile.mktemp() hole (Iustin Pop).
2003-11-10 Guido van Rossummktemp() shouldn't rely on os.path.exists(), which...
2003-11-09 Alex Martellifixed wrong error checking on fcntl call as per SF...
2003-11-09 Alex Martellifixed obvious bug in _send_header as per SF bug #831271
2003-11-09 Alex Martellifixed buggy comment as per SF bug #827856
2003-11-09 Alex Martelliclarified (in the 5.14 summary) that tests and comparis...
2003-11-09 Alex MartelliAdd docs for readmodule_ex and its function-descriptors...
2003-11-09 Alex MartelliAvoid giving advice that's bad for security, as per...
2003-11-09 Brett CannonDocument Py_RETURN_NONE.
2003-11-08 Andrew M. KuchlingAdd 'see also' section pointing to the PEP
2003-11-08 Andrew M. KuchlingAdd some recent changes
2003-11-08 Raymond HettingerUpdate test to handle list.__reversed__().
2003-11-08 Raymond HettingerImprove the reverse list iterator to free memory as...
2003-11-08 Raymond HettingerSF bug #835457: Small typo in logging documentation
2003-11-08 Raymond HettingerMinor code fixup. Make sure that len reflects the...
2003-11-08 Raymond HettingerConvert heapq.py to a C implementation.
2003-11-07 Raymond HettingerOptimize reversed(list) using a custom iterator.
2003-11-07 Michael W.... Fix the problem addressed by patch
2003-11-07 Raymond HettingerAdd a new looping idiom
2003-11-06 Martin v. LöwisPatch #837322: Clarify owning, borrowing, stealing...
2003-11-06 Martin v. LöwisOverallocate target buffer for normalization more early...
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...
next