]> granicus.if.org Git - python/shortlog
python
2004-10-25 Fred Drakeadd missing line break
2004-10-25 Just van RossumUpdated doc strings.
2004-10-25 Just van RossumDeprecate Plist class
2004-10-25 Just van RossumRemoved superfluous **kwargs constructor cruft: this...
2004-10-25 Fred Drake- improve the explanation of the -*- coding: ... -...
2004-10-25 Just van RossumPatch from Bob Ippolito, slighly edited:
2004-10-25 Tim PetersWhitespace normalization.
2004-10-24 Tim Petersformat_paragraph_event(): Patch 961387 introduced...
2004-10-24 Raymond HettingerSF bug #1052503: pdb runcall should accept keyword...
2004-10-24 Raymond HettingerSF bug #1048870: call arg of lambda not updating
2004-10-23 Tim PetersConverted some stinking hard tabs. Left the fragrant...
2004-10-23 Tim PetersMove to version 2 of the PSF license, approved by the...
2004-10-22 Vinay SajipAdded example of multiple destinations
2004-10-22 Brett CannonFix minor reST error in Misc/NEWS.
2004-10-21 Sean ReifschneiderLatest version for beta 1.
2004-10-21 Vinay SajipFixed bug in handling of args in LogRecord.__init__.
2004-10-21 Peter AstrandRemoved test_close_fds, because it's too unreliable...
2004-10-20 Andrew M. KuchlingAdd item
2004-10-20 Andrew M. Kuchling[Patch #1043972, for bug #1017553] filemode() returns...
2004-10-20 Andrew M. KuchlingAdd test case for bug #1017553
2004-10-20 Fred Drakewhen only using half of the return value of os.path...
2004-10-20 Vinay SajipChanged handling of args in LogRecord.__init__.
2004-10-20 Raymond HettingerSF bug #902037: relative on-disk SYSTEM id handling...
2004-10-20 Raymond HettingerSF bug #902037: relative on-disk SYSTEM id handling...
2004-10-20 Raymond HettingerSF patch #1038388: __main__ for whichdb.py
2004-10-20 Raymond HettingerSF bug #1048728: Bug fixes and cleanup for decimal.py
2004-10-19 Andrew M. KuchlingDelete empty sections in beta1 news
2004-10-19 Andrew M. KuchlingAdd item
2004-10-19 Andrew M. KuchlingRemove the current version of zlib (we'll just have...
2004-10-19 Andrew M. KuchlingTypo fixes, and a minor edit to clarify a sentence
2004-10-19 Andrew M. KuchlingDisplay helpful message; print repr() of return value...
2004-10-19 Andrew M. Kuchling[Bug #1048816] Fix bug when you do Ctrl-K at the start...
2004-10-19 Andrew M. KuchlingMake magic coordinates more readable
2004-10-19 Andrew M. Kuchling[Bug #1049826] Update version of zlib referenced in...
2004-10-19 Fred DrakeRely on the style sheet more for the distutils markup.
2004-10-18 Fred Drakemade it clear that this isn't a complete reference to
2004-10-18 Andrew M. KuchlingBump version
2004-10-18 Brett CannonClarify note about using %U and %W with strptime().
2004-10-18 Brett CannonFix comments.
2004-10-18 Brett CannonAdd support for %U and %W to contribute to calculating...
2004-10-18 Brett CannonAdd sections for 2.4b2
2004-10-17 Hye-Shik ChangSF #1048865: Fix a trivial typo that breaks StreamReade...
2004-10-17 Neal NorwitzSF bug #1048756, Doc typo for pdb
2004-10-17 Fred Drakesome platforms still need offsetof() from structmember.h
2004-10-17 Raymond HettingerFix and test weak referencing of itertools.tee objects.
2004-10-17 Raymond HettingerFix docstring formatting of escape sequences.
2004-10-17 Neal NorwitzSF patch #1047577, typo in liblocale.tex
2004-10-17 Fredrik LundhSF Patch #1048341: subprocess documentation, based...
2004-10-17 Neal NorwitzInvalid patterns to substitute and safe_substitute...
2004-10-17 Neal NorwitzUse proper value for False
2004-10-17 Neal NorwitzRemove unnecessary imports
2004-10-17 Fredrik Lundhreturn codes are available on all platforms, not just...
2004-10-16 Facundo BatistaSF Bug #1046800: Importing Tkinter correctly (thanks...
2004-10-15 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.4b1
2004-10-15 Anthony Baxterrelease shenanigans
2004-10-15 Marc-André... Applied patch for [ 1047269 ] Buffer overwrite in PyUni...
2004-10-15 Fredrik Lundhmake sure to check for this limit even if we're running...
2004-10-15 Martin v. LöwisBump buildno for 2.4b1
2004-10-15 Martin v. LöwisAdd _subprocess.c
2004-10-15 Martin v. LöwisPatch #1020042: Only define HAVE_UINTPTR_T for VC 7.x.
2004-10-14 Raymond HettingerSF bug #1046855: httplib index out of range
2004-10-14 Michael W.... Just remove the #include of signal.h. That it was...
2004-10-14 Anthony BaxterPatch 1046644 - improved distutils support for SWIG.
2004-10-14 Fred Drakebump the version number prior to release
2004-10-14 Tim Petersremove_stderr_debug_decorations(): Always try the...
2004-10-14 Neal NorwitzUse C89 style comment for old compilers
2004-10-14 Neal NorwitzGet test to pass on amd64 (opteron). This is pretty...
2004-10-14 Tim PetersSF bug 1046690: difflib.HtmlDiff doc errors.
2004-10-13 Martin v. LöwisRequire minimally PyXML 0.8.4.
2004-10-13 Martin v. LöwisSynchronize with PyXML 1.79:
2004-10-13 Fredrik LundhReplace dynamic try/except with "if 0", to keep py2exe...
2004-10-13 Anthony BaxterPatch 983206: distutils obeys LDSHARED env var. Removed...
2004-10-13 Anthony BaxterPatch 977343, Solaris likes sys/loadavg.h. Added suppor...
2004-10-13 Anthony Baxter969574
2004-10-13 Anthony BaxterPatch #975056 - fixes for restartable signals on *BSD...
2004-10-13 Jim FultonFixed a small bug. doctest didn't handle unicode docstr...
2004-10-13 Anthony Baxteroops. how did _that_ happen?
2004-10-13 Anthony BaxterBacking out the basic dependency checking (from pycon...
2004-10-13 Fredrik LundhDon't spend quite as much time looking for leaks on...
2004-10-13 Fredrik Lundhnormalize case when comparing directory names (problem...
2004-10-13 Fredrik Lundhremoved info@pythonware.com reference
2004-10-13 Martin v. LöwisAdd a comment explaining -kb.
2004-10-13 Tim PetersNew helper remove_stderr_debug_decorations(). This...
2004-10-13 Tim PetersKill several problems at once: test_poll() failed...
2004-10-13 Tim Peterstest_stdout_none(): Don't print "banana" to the screen...
2004-10-13 Tim PetersWindows test_creationflags() test: print msg to stderr...
2004-10-13 Tim PetersFolded long lines.
2004-10-13 Tim PetersXXX about extreme expense of test_no_leaking() on Windo...
2004-10-12 Tim PetersExperience with Zope2's tests showed it's a Bad Idea...
2004-10-12 Tim PetersWrap long lines.
2004-10-12 Tim PetersWhitespace normalization.
2004-10-12 Tim PetersSupply the _subprocess module under 7.1. I'm not sure...
2004-10-12 Tim PetersBefore this turns into an unreadable mess, follow PEP...
2004-10-12 Johannes GijsbersImprovements when running pdb as a script.
2004-10-12 Andrew M. KuchlingTypo fix
2004-10-12 Andrew M. KuchlingFinish off PEP 324 section; fix Peter's last name
2004-10-12 Andrew M. KuchlingStart section for PEP 324
2004-10-12 Andrew M. KuchlingFix PEP number
2004-10-12 Fredrik LundhAdded Peter Astrand's subprocess module.
2004-10-12 Raymond HettingerDon't use mutable values for method defaults.
next