]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-12-06  Georg BrandlPatch #1610437: fix a tarfile bug with long filename...
2006-12-05  George YoshidaFix pickle doc typo
2006-12-03  Matthias Klose- Fix build failure on kfreebsd and on the hurd.
2006-12-03  Martin v. LöwisPatch #1544279: Improve thread-safety of the socket...
2006-12-02  Raymond HettingerFix nit in comment.
2006-11-29  Armin RigoBackport of r52862.
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  Georg BrandlBug #1601630: little improvement to getopt docs
2006-11-23  Walter DörwaldBackport checkin:
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 NorwitzBackport of 52811:
2006-11-20  Andrew M. KuchlingJython compatibility fix: if uu.decode() opened its...
2006-11-20  Andrew M. KuchlingAdd extra SHA tests
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 locking of individual message files in MH.pack().
2006-11-16  Georg BrandlBug #1588217: don't parse "= " as a soft line break...
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-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-11  Georg BrandlBug #1594758: wording improvement for dict.update(...
2006-11-11  Georg BrandlBug #1594742: wrong word in stringobject doc.
2006-11-10  Phillip J. EbyFix SF#1566719: not creating site-packages (or other...
2006-11-10  Andrew M. Kuchling[Feature request #1542920] Link to wsgi.org
2006-11-10  Andrew M. Kuchling[Patch #1514543] mailbox (Maildir): avoid losing messag...
2006-11-10  Andrew M. Kuchling[Patch #1514544 by David Watson] use fsync() to ensure...
2006-11-09  Walter DörwaldBackport checkin:
2006-11-09  Andrew M. Kuchling[Bug #1569790] mailbox.Maildir.get_folder() loses facto...
2006-11-09  Martin v. LöwisPatch #838546: Make terminal become controlling in...
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öwisCorrectly forward exception in instance_contains().
2006-11-07  Andrew M. KuchlingAdd missing word
2006-11-07  Thomas HellerFix markup and grammatical errors. Backport from trunk
2006-11-07  Ronald Oussorenbackport of revision 52644
2006-11-06  Skip Montanarobackport: note that user can control directory location...
2006-11-04  Neal NorwitzBackport 52621:
2006-11-04  Martin v. LöwisPatch #1060577: Extract list of RPM files from spec...
2006-11-02  Thomas HellerFix code example by adding a missing import.
2006-11-02  Thomas HellerReplace the XXX marker in the 'Arrays and pointers...
2006-10-29  Neal NorwitzFix refleak
2006-10-29  Georg BrandlBug #1576657: when setting a KeyError for a tuple key...
2006-10-29  Georg BrandlBug #1586773: extend hashlib docstring.
2006-10-29  Georg BrandlI thought I had already fixed this error in the test.
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 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 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 NorwitzBackport 52506:
2006-10-28  Neal NorwitzBackport 52505:
2006-10-28  Neal NorwitzBackport 52504:
2006-10-28  Neal NorwitzBackport 52503:
2006-10-28  Neal NorwitzBackport 52502:
2006-10-28  Neal NorwitzBackport 52501:
2006-10-28  Georg BrandlFix nth() itertool recipe.
2006-10-27  Georg BrandlPatch #1552024: add decorator support to unparse.py...
2006-10-27  Thomas HellerWindowsError.str should display the windows error code,
2006-10-27  Andrew M. Kuchling[Patch #1574068 by Scott Dial] urllib and urllib2 were...
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  Martin v. LöwisGet DBL_MAX from float.h not values.h.
2006-10-27  Martin v. LöwisCheck for values.h.
2006-10-27  Martin v. Löwis[Backport of r52452]
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-20  Thomas HellerRecorded merge of revisions 51379-51603,51606-52365...
2006-10-20  Thomas HellerInitialized merge tracking via "svnmerge" with revision...
2006-10-19  Andrew M. Kuchling[Bug #1576348] Fix typo in example
2006-10-18  Tim PetersC:\Code\python>type c.txt
2006-10-17  Thomas Hellerctypes callback functions only support 'fundamental...
2006-10-17  Martin v. LöwisForward-port r52358:
2006-10-17  Martin v. LöwisRemove obsolete file.
2006-10-17  Martin v. LöwisPatch #1457736: Update VC6 to use current PCbuild settings.
2006-10-15  Martin v. LöwisMention the bdist_msi module.
2006-10-15  Martin v. LöwisRemove binary property on project files, set eol-style
2006-10-15  Martin v. LöwisBug #1567666: Emulate GetFileAttributesExA for Win95.
2006-10-15  Martin v. LöwisPatch #1577551: Add ctypes and ET build support for...
2006-10-15  Martin v. LöwisPatch #1576954: Update VC6 build directory; remove...
2006-10-12  Georg BrandlFix tarfile depending on buggy int('1\0', base) behavior.
2006-10-12  Georg BrandlSmall grammar fix, thanks Sjoerd.
2006-10-12  Georg BrandlBug #1560114: the Mac filesystem does have accurate...
2006-10-12  Georg BrandlAdd a note to fpectl docs that it's not built by default
next