]> granicus.if.org Git - python/shortlog
python
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().
2006-11-07 Andrew M. KuchlingAdd missing word
2006-11-07 Thomas HellerFix grammatical error as well.
2006-11-07 Thomas HellerFix markup.
2006-11-07 Ronald OussorenWhitespace changes to make the source more compliant...
2006-11-07 Ronald OussorenFix a number of typos in strings and comments (sf#1589070)
2006-11-06 Skip Montanaronote that user can control directory location even...
2006-11-05 Andrew M. KuchlingUpdate link
2006-11-04 Neal NorwitzBug #1588287: fix invalid assertion for `1,2` in debug...
2006-11-04 Martin v. Löwis- Patch #1060577: Extract list of RPM files from spec...
2006-11-03 Tim PetersWhitespace normalization.
2006-11-02 Thomas HellerFix a code example by adding a missing import.
2006-11-02 Thomas HellerReplace the XXX marker in the 'Arrays and pointers...
2006-10-31 Vinay SajipAdded relativeCreated to Formatter doc (has been in...
2006-10-31 Vinay SajipChange to improve speed of _fixupChildren
2006-10-29 Neal NorwitzI'm assuming this is correct, it fixes the tests so...
2006-10-29 Neal NorwitzFix refleak
2006-10-29 Walter DörwaldAdd tests for incremental codecs with an errors
2006-10-29 Walter DörwaldAdd tests for basic argument errors.
2006-10-29 Georg BrandlMove the check for openpty to the beginning.
2006-10-29 Georg BrandlRemove leftover test output file.
2006-10-29 Georg BrandlConvert test_openpty to unittest.
2006-10-29 Georg BrandlConvert test_MimeWriter to unittest.
2006-10-29 Georg BrandlCompletely convert test_httplib to unittest.
2006-10-29 Georg BrandlConvert test_cgi to unittest.
2006-10-29 Georg BrandlConvert test_cookie to unittest.
2006-10-29 Georg BrandlConvert test_types to unittest.
2006-10-29 Georg BrandlConvert test_nis to unittest.
2006-10-29 Georg BrandlConvert test_poll to unittest.
2006-10-29 Georg BrandlConvert test_mmap to unittest.
2006-10-29 Georg BrandlBug #1576657: when setting a KeyError for a tuple key...
2006-10-29 Neal NorwitzUpdate comments, remove commented out code.
2006-10-29 Georg BrandlBug #1586773: extend hashlib docstring.
2006-10-29 Georg BrandlBug #1586613: fix zlib and bz2 codecs' incremental...
2006-10-29 Georg BrandlFix the new EncodedFile test to work with big endian...
next