]> granicus.if.org Git - python/shortlog
python
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...
2006-11-18 Martin v. LöwisPatch #1538878: Don't make tkSimpleDialog dialogs trans...
2006-11-17 Andrew M. KuchlingRemove file-locking in MH.pack() method.
2006-11-16 Georg BrandlBug #1588217: don't parse "= " as a soft line break...
2006-11-16 Georg BrandlBug #1597824: return the registered function from atexi...
2006-11-16 Georg BrandlBug #1597576: mention that the new base64 api has been...
2006-11-15 Georg BrandlBug #1594809: add a note to README regarding PYTHONPATH...
2006-11-15 Walter DörwaldFix typo.
2006-11-12 Martin v. LöwisPatch #1360200: Use unmangled_version RPM spec field...
2006-11-12 Martin v. LöwisPatch #1359217: Ignore 2xx response before 150 response.
2006-11-12 Martin v. LöwisBug #1067760: Deprecate passing floats to file.seek.
2006-11-12 Martin v. LöwisPatch #1355023: support whence argument for GzipFile...
2006-11-12 Martin v. LöwisPatch #1065257: Support passing open files as body in
2006-11-11 Georg BrandlBug #1594758: wording improvement for dict.update(...
2006-11-11 Georg BrandlBug #1594742: wrong word in stringobject doc.
2006-11-10 Andrew M. Kuchling[Feature request #1542920] Link to wsgi.org
2006-11-10 Andrew M. KuchlingReword entry
2006-11-10 Phillip J. EbyFix SF#1566719: not creating site-packages (or other...
2006-11-09 Andrew M. Kuchling[Patch #1514543] mailbox (Maildir): avoid losing messag...
2006-11-09 Walter DörwaldReplace C++ comment with C comment (fixes SF bug #1593525).
2006-11-09 Andrew M. Kuchling[Patch #1514544 by David Watson] use fsync() to ensure...
2006-11-09 Andrew M. Kuchling[Bug #1569790] mailbox.Maildir.get_folder() loses facto...
2006-11-09 Martin v. LöwisPatch #1592250: Add elidge argument to Tkinter.Text...
2006-11-09 Martin v. LöwisPatch #838546: Make terminal become controlling in...
2006-11-08 Andrew M. KuchlingMore edits
2006-11-08 Andrew M. KuchlingAdd table of contents; this required fixing a few headi...
2006-11-08 Andrew M. KuchlingAdd section on operator module; make a few edits
2006-11-08 Andrew M. KuchlingAdd section on the functional module
2006-11-08 Georg BrandlBug #1592533: rename variable in heapq doc example...
2006-11-08 Georg BrandlPatch #1592072: fix docs for return value of PyErr_Chec...
2006-11-08 Martin v. LöwisPatch #1351744: Add askyesnocancel helper for tkMessageBox.
2006-11-08 Martin v. LöwisNews entry for 52662.
2006-11-08 Martin v. LöwisCorrectly forward exception in instance_contains().
next