]> granicus.if.org Git - python/shortlog
python
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...
2006-10-29 Georg BrandlTest assert if __debug__ is true.
2006-10-29 Georg BrandlPatch #1583880: fix tarfile's problems with long names...
2006-10-29 Georg BrandlBug #1357915: allow all sequence types for shell argume...
2006-10-29 Georg BrandlRemove trailing comma.
2006-10-29 Georg BrandlBug #1586448: the compiler module now emits the same...
2006-10-29 Georg BrandlClean up a leftover from old listcomp generation code.
2006-10-29 Georg BrandlFix codecs.EncodedFile which did not use file_encoding...
2006-10-28 Neal NorwitzFrom SF 1557890, fix problem of using wrong type in...
2006-10-28 Neal NorwitzFix test_modulefinder so it doesn't fail when run after...
2006-10-28 Neal NorwitzDon't inline Py_ADDRESS_IN_RANGE with gcc 4+ either.
2006-10-28 Neal NorwitzPrevent crash if alloc of garbage fails. Found by...
2006-10-28 Neal NorwitzFix bug #1565514, SystemError not raised on too many...
2006-10-28 Neal NorwitzFix crash in test on HP-UX. Apparently, it's not possi...
2006-10-28 Neal NorwitzFix warnings with HP's C compiler. It doesn't recogniz...
2006-10-28 Neal NorwitzAdd some asserts. In sysmodule, I think these were...
2006-10-28 Georg Brandlmake test_grammar pass with python -O
2006-10-28 Georg BrandlFix nth() itertool recipe.
2006-10-28 Georg BrandlConvert test_opcodes to unittest.
2006-10-28 Georg BrandlConvert test_math to unittest.
2006-10-28 Georg BrandlUpdate outstanding bugs test file.
2006-10-28 Georg BrandlConvert test_global, test_scope and test_grammar to...
2006-10-28 Walter DörwaldPort test_bufio to unittest.
2006-10-27 Georg BrandlPatch #1552024: add decorator support to unparse.py...
2006-10-27 Thomas HellerModulefinder now handles absolute and relative imports...
2006-10-27 Thomas HellerWindowsError.str should display the windows error code,
2006-10-27 Andrew M. Kuchling[Patch #1503717] Tiny patch from Chris AtLee to stop...
2006-10-27 Andrew M. KuchlingCheck db_setup_debug for a few print statements; change...
2006-10-27 Andrew M. Kuchling[Patch #1574068 by Scott Dial] urllib and urllib2 were...
2006-10-27 Andrew M. KuchlingClarify docstring
2006-10-27 Andrew M. Kuchling[Bug #1575506] The _singlefileMailbox class was using...
2006-10-27 Andrew M. Kuchling[Bug #1576241] Let functools.wraps work with built...
2006-10-27 Andrew M. KuchlingPoint users to the subprocess module in the docs for...
2006-10-27 Andrew M. Kuchling[Bug #1542016] Report PCALL_POP value. This makes...
2006-10-27 Andrew M. Kuchling[Bug #1562583] Mention the set_reuse_addr() method
2006-10-27 Andrew M. Kuchling[Bug #1583946] Reword description of server and issuer
2006-10-27 Andrew M. Kuchling[Bug #1585690] Note that line_num was added in Python 2.5
2006-10-27 Andrew M. KuchlingSome wording changes and markup fixes
2006-10-27 Andrew M. KuchlingAdd item
2006-10-27 Andrew M. KuchlingSet svn:keywords property
2006-10-27 Martin v. LöwisPatch #1567274: Support SMTP over TLS.
2006-10-27 Martin v. LöwisGet DBL_MAX from float.h not values.h. Will backport.
2006-10-27 Martin v. LöwisCheck for values.h. Will backport.
2006-10-27 Martin v. LöwisPatch #1549049: Rewrite type conversion in structmember.
2006-10-26 Andrew M. KuchlingTypo fix
2006-10-26 Andrew M. Kuchling[Bug #1579796] Wrong syntax for PyDateTime_IMPORT in...
2006-10-24 Georg BrandlPatch [ 1583506 ] tarfile.py: 100-char filenames are...
2006-10-22 Martin v. LöwisRemove passwd.adjunct.byname from list of maps
2006-10-22 Martin v. Löwis- Patch #1560695: Add .note.GNU-stack to ctypes' sysv...
2006-10-22 Martin v. LöwisPatch #1580872: Remove duplicate declaration of PyCalla...
2006-10-22 Ronald OussorenPatch #1580674: with this patch os.readlink uses the...
next