]> granicus.if.org Git - python/shortlog
python
2006-12-29 Neal NorwitzSF bug #1623890, fix argument name in docstring
2006-12-28 Neal NorwitzRemove a stray (old) macro name left around (I guess)
2006-12-27 Lars GustäbelPatch #1504073: Fix tarfile.open() for mode "r" with...
2006-12-27 Andrew M. Kuchling[Rest of patch #1182394] Add ._current() method so...
2006-12-27 Andrew M. Kuchling[Part of patch #1182394] Move the HMAC blocksize to...
2006-12-23 Lars GustäbelPatch #1262036: Prevent TarFiles from being added to...
2006-12-23 Lars GustäbelPatch #1230446: tarfile.py: fix ExFileObject so that...
2006-12-22 Andrew M. KuchlingFrak; this test also fails
2006-12-22 Andrew M. KuchlingDarn; this test works when you run test_pty.py directly...
2006-12-22 Andrew M. Kuchling[Patch #827559 from Chris Gonnerman] Make SimpleHTTPSer...
2006-12-22 Andrew M. Kuchling[Patch #783050 from Patrick Lynch] The emulation of...
2006-12-22 Andrew M. Kuchling[Bug #776202] Apply Walter Doerwald's patch to use...
2006-12-22 Andrew M. Kuchling[Bug #802128 continued] Modify mode depending on the...
2006-12-22 Andrew M. Kuchling[Bug #802128] Make the mode argument of dumbdbm actuall...
2006-12-22 Andrew M. Kuchling[Bug #737202; fix from Titus Brown] Make CGIHTTPServer...
2006-12-22 Andrew M. KuchlingTypo fix
2006-12-21 Thomas HellerFix wrong markup of an argument in a method signature.
2006-12-21 Walter DörwaldFix typo.
2006-12-21 Andrew M. KuchlingMention the os.SEEK_* constants
2006-12-21 Neal NorwitzLars asked for permission on on python-dev for work...
2006-12-20 Andrew M. Kuchling[Bug #1619680] in_dll() arguments are documented in...
2006-12-20 Andrew M. KuchlingSome other built-in functions are described with 'seque...
2006-12-20 Andrew M. KuchlingTwo grammar fixes
2006-12-20 Andrew M. Kuchling[Bug #1619674] Make sum() use the term iterable, not...
2006-12-20 Andrew M. Kuchling[Apply length-checking.diff from bug #1599254]
2006-12-20 Georg BrandlTestcase for patch #1484695.
2006-12-20 Raymond HettingerBug #1590891: random.randrange don't return correct...
2006-12-19 Georg BrandlPatch #1484695: The tarfile module now raises a HeaderE...
2006-12-19 Vinay SajipUpdated documentation for findCaller() to indicate...
2006-12-19 Andrew M. Kuchling[Patch #1587139 by kxroberto] Protect lock acquisition...
2006-12-19 Andrew M. Kuchling[Patch #1600491 from Jim Jewett] Describe how to build...
2006-12-19 Andrew M. Kuchling[Patch #1617413 from Dug Song] Fix HTTP Basic authentic...
2006-12-19 Andrew M. KuchlingComment typo
2006-12-19 Andrew M. Kuchling[Bug #1613651] Document socket.recv_into, socket.recvfr...
2006-12-19 Andrew M. Kuchling[Patch #1618455 by Ben Maurer] Improve speed of HMAC...
2006-12-19 Thomas WoutersMake sre's SubPattern objects accept slice objects...
2006-12-18 Andrew M. KuchlingFix markup
2006-12-18 Andrew M. Kuchling[Patch #1615868 by Lars Gustaebel] Use Py_off_t to...
2006-12-18 Andrew M. KuchlingDescribe new methods in Queue module
2006-12-18 Andrew M. Kuchling[Bug #1616726] Fix description of generator.close(...
2006-12-18 Andrew M. KuchlingBump version
2006-12-18 Andrew M. Kuchling[Bug #1618083] Add missing word; make a few grammar...
2006-12-15 Kurt B. Kaiser1. Avoid hang when encountering a duplicate in a comple...
2006-12-14 Andrew M. Kuchling[Patch #1599256 from David Watson] check that os.fsync...
2006-12-14 Vinay SajipAdded news on recent changes to logging
2006-12-14 George YoshidaNote that guard_warnings_filter was added in 2.6
2006-12-13 Brett CannonAdd test.test_support.guard_warnings_filter . This...
2006-12-13 Brett CannonRemove unneeded imports of 'warnings'.
2006-12-13 Brett CannonRemove an unneeded import of 'warnings'.
2006-12-12 Walter DörwaldFix typo.
2006-12-11 Vinay SajipPatch by "cuppatea" (SF #1503765)
2006-12-11 Vinay SajipPatch by Jeremy Katz (SF #1609407)
2006-12-11 Georg BrandlMove errno imports back to individual functions.
2006-12-11 Neal NorwitzFix a typo
2006-12-09 Matthias Klose- Fix the build of the library reference in info format.
2006-12-09 Georg BrandlPatch #1608267: fix a race condition in os.makedirs...
2006-12-08 Georg Brandl#1577756: svnversion doesn't react to LANG=C, use LC_AL...
2006-12-08 Raymond HettingerAdd test for SF bug 1576657
2006-12-08 Raymond HettingerPort Georg's dictobject.c fix keys that were tuples...
2006-12-08 Raymond HettingerPort Armin's fix for a dict resize vulnerability (svn...
2006-12-08 Raymond HettingerEliminate two redundant calls to PyObject_Hash().
2006-12-07 Georg BrandlRFE #1592899: mention string.maketrans() in docs for...
2006-12-06 Brett CannonFix a bad assumption that all objects assigned to ...
2006-12-06 Georg BrandlPatch #1610437: fix a tarfile bug with long filename...
2006-12-05 George YoshidaFix pickle doc typo
2006-12-04 George Yoshidafix a versionchanged tag
2006-12-03 Matthias Klose- Fix build failure on kfreebsd and on the hurd.
2006-12-03 Martin v. LöwisPatch #1371075: Make ConfigParser accept optional dict...
2006-12-03 Martin v. LöwisPatch #1544279: Improve thread-safety of the socket...
2006-12-03 Martin v. LöwisMove IDLE news into NEWS.txt.
2006-12-02 Raymond HettingerAdd name to credits (for untokenize).
2006-12-01 Walter DörwaldMove xdrlib tests from the module into a separate test...
2006-11-30 Guido van RossumUpdate version.
2006-11-29 Armin RigoForgot a case where the locals can now be a general...
2006-11-28 Thomas HellerFix #1563807: _ctypes built on AIX fails with ld ffi...
2006-11-27 Georg BrandlBug #1603789: grammatical error in Tkinter docs.
2006-11-26 Georg BrandlBug #1603321: make pstats.Stats accept Unicode file...
2006-11-25 Martin v. LöwisDisable _XOPEN_SOURCE on NetBSD 1.x.
2006-11-24 Thomas HellerFix bug #1598620: A ctypes structure cannot contain...
2006-11-23 Raymond Hettinger... and the number of the counting shall be three.
2006-11-23 Raymond HettingerFix and/add typo
2006-11-23 Michael W.... a test for an error condition not covered by existing...
2006-11-23 Georg BrandlBug #1601630: little improvement to getopt docs
2006-11-23 Walter DörwaldChange decode() so that it works with a buffer (i.e...
2006-11-22 Martin v. LöwisPatch #1362975: Rework CodeContext indentation algorithm to
2006-11-21 Martin v. LöwisConditionalize definition of _CRT_SECURE_NO_DEPRECATE
2006-11-21 Neal NorwitzFix SF #1599879, socket.gethostname should ref getfqdn...
2006-11-21 Neal NorwitzOops, convert tabs to spaces
2006-11-21 Neal NorwitzBug #1599782: Fix segfault on bsddb.db.DB().type().
2006-11-20 Andrew M. KuchlingJython compatibility fix: if uu.decode() opened its...
2006-11-20 Georg BrandlFurther markup fix.
2006-11-20 George Yoshidamarkup fix
2006-11-19 Neal NorwitzSpeed up function calls into the math module by using...
2006-11-19 Martin v. LöwisPatch #1070046: Marshal new-style objects like InstanceType
2006-11-19 Andrew M. KuchlingAdd a test case of data w/ bytes > 127
2006-11-19 Martin v. LöwisMake cStringIO.truncate raise IOError for negative
2006-11-19 Georg BrandlPatch [ 1586791 ] better error msgs for some TypeErrors
2006-11-18 Andrew M. KuchlingExpand checking in test_sha
2006-11-18 Martin v. LöwisPatch #1472877: Fix Tix subwidget name resolution.
2006-11-18 Martin v. LöwisPatch #1594554: Always close a tkSimpleDialog on ok...
next