]> granicus.if.org Git - python/shortlog
python
2007-01-05 Thomas HellerMark changes already backported as merged, so "svnmerge...
2007-01-05 Thomas HellerInitialized merge tracking via "svnmerge" with revision...
2007-01-05 Andrew M. Kuchling[Bug #1622533] Make docstrings raw strings because...
2007-01-05 Gregory P.... typo fix
2007-01-05 Neal NorwitzBackport:
2007-01-05 Gregory P.... support linking the _bsddb extension module against...
2007-01-04 Martin v. LöwisBug #1566280: Explicitly invoke threading._shutdown...
2007-01-04 Raymond HettingerFix stability of heapq's nlargest() and nsmallest().
2007-01-04 Neal NorwitzSF #1627373, fix typo in CarbonEvt.
2006-12-29 Raymond HettingerFor sets with cyclical reprs, emit '...' instead of...
2006-12-29 Thomas WoutersBackport trunk checkin r51565:
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-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. Kuchling[Patch #827559 from Chris Gonnerman] Make SimpleHTTPSer...
2006-12-22 Andrew M. Kuchling[Bug #737202; fix from Titus Brown] Make CGIHTTPServer...
2006-12-21 Thomas HellerFix wrong markup of an argument in a method signature.
2006-12-21 Andrew M. KuchlingMention the os.SEEK_* constants
2006-12-20 Andrew M. Kuchling[Bug #1619680] in_dll() arguments are documented in...
2006-12-20 Andrew M. KuchlingBackport doc changes from rev. 53112, 53115: use 'itera...
2006-12-20 Andrew M. KuchlingTwo grammar fixes
2006-12-20 Raymond HettingerBug #1590891: random.randrange don't return correct...
2006-12-19 Vinay SajipUpdated documentation for findCaller() to indicate...
2006-12-19 Andrew M. Kuchling[Patch #1600491 from Jim Jewett] Describe how to build...
2006-12-19 Andrew M. KuchlingAdd NEWS item
2006-12-19 Andrew M. Kuchling[Patch #1617413 from Dug Song] Fix HTTP Basic authentic...
2006-12-18 Andrew M. KuchlingAdd forgotten NEWS item for previous commit
2006-12-18 Andrew M. Kuchling[Patch #1615868 by Lars Gustaebel] Use Py_off_t to...
2006-12-18 Andrew M. Kuchling[Bug #1618083] Add missing word; make a few grammar...
2006-12-14 Andrew M. Kuchling[Patch #1599256 from David Watson] check that os.fsync...
2006-12-14 Vinay SajipStripped whitespace from comma-separated values read...
2006-12-11 Georg BrandlMove errno imports back to individual functions.
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 Thomas HellerPrint the results of ctypes.util.find_library("c") and
2006-12-08 Raymond HettingerBackport fixes to set objects:
2006-12-07 Georg BrandlRFE #1592899: mention string.maketrans() in docs for...
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:
next