]> granicus.if.org Git - python/shortlog
python
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.
2004-10-11 Andrew M. KuchlingAdd two items
2004-10-11 Johannes GijsbersDocument that on Unix, the 'cmd' argument to the os...
2004-10-11 Michael W.... This is jiwon's patch to fix:
2004-10-11 Michael W.... Open source files in universal newlines mode.
2004-10-11 Barry WarsawAdded note about the new usegmt argument to email.Utils...
2004-10-11 Anthony BaxterAdded a usegmt flag to email.Utils.formatdate - this...
2004-10-11 Tim PetersSF patch 1044089: New C API function PyEval_ThreadsIni...
2004-10-10 Tim PetersRevert rev 2.35. It was based on erroneous reasoning...
2004-10-10 Tim PetersPyInterpreterState_New(), PyThreadState_New(): use...
2004-10-10 Tim Petersfind_key(): This routine wasn't thread-correct, and...
2004-10-09 Tim PetersPyGILState_Release(): If we need to delete the TLS...
2004-10-09 Barry WarsawAll known bugs are closed, and Python 2.4b1 is coming...
2004-10-09 Barry WarsawFix SF bug # 1030941. In _parsegen(), in the clause...
2004-10-09 Barry WarsawAn example message for SF bug # 1030941.
2004-10-09 Barry Warsawtest_missing_start_boundary(): A test for SF bug #...
2004-10-09 Tim Peters_PyGILState_Init(), PyGILState_Ensure(): Since PyThrea...
2004-10-09 Tim PetersDocument the results of painful reverse-engineering...
2004-10-09 Barry WarsawFix for SF bug # 1010102. The default is PureProxy...
2004-10-09 Barry Warsaw__init__(): Coerce the input_charset to unicode (with...
2004-10-09 Tim PetersStyle guide & consistency changes. No semantic changes.
2004-10-09 Tim PetersTrim trailing whitespace.
2004-10-09 Raymond HettingerSimplify delitem() code by calling rotate() directly...
2004-10-09 Johannes GijsbersPatch #1042969: add closing brace for \token {generator...
2004-10-09 Raymond HettingerSF patch #1043218
2004-10-08 Andrew M. Kuchling[Bug #1022311] curses module uses y,x ordering of argum...
2004-10-08 Andrew M. Kuchling[Bug #1041501] Fix example code
2004-10-08 Andrew M. Kuchling[Bug #1031897] Fix order of decorator application
2004-10-08 Piers LauderFix bug in _checkquote that raised an exception on...
2004-10-08 Raymond HettingerSF patch #1041364: True/False instead of 1/0 in libstdt...
2004-10-07 Johannes GijsbersRewrite rmtree using os.walk to fix bug #1025127:
2004-10-07 Michael W.... This is Michiel de Hoon's patch, as attached to the...
2004-10-07 Andrew M. KuchlingAdd helpful comment
2004-10-07 Andrew M. KuchlingTake out Guido's name and put in the PSF
2004-10-07 Andrew M. KuchlingUpdate two URLs
2004-10-07 Andrew M. KuchlingAdd -m to man page
2004-10-07 Andrew M. KuchlingAdd item
2004-10-07 Raymond HettingerSF patch #1035498: -m option to run a module as a...
2004-10-07 Raymond HettingerFinalize the freelist of list objects.
2004-10-06 Brett CannonFix bug introduced by the previous patch by changing...
2004-10-06 Raymond HettingerArmin's patch to prevent overflows.
2004-10-06 Brett CannonConvert a listcomp to a gencomp (was already editing...
2004-10-06 Brett CannonLocale data that contains regex metacharacters are...
2004-10-05 Andrew M. KuchlingAdd some items
2004-10-04 Tim PetersThe docs claimed a test would pass that actually wouldn...
2004-10-03 Brett CannonFix a small typo in the docstring for system_methodSign...
2004-10-03 Vinay SajipChanges made to maintain 1.5.2 compatibility.
2004-10-03 Vinay SajipVersion number updated to 0.4.9.5
2004-10-03 Vinay SajipClarified documentation about exc_info keyword parameter
2004-10-03 Tim PetersRead the text files to be compared in universal-newline...
2004-10-03 Tim PetersWhitespace normalization.
2004-10-03 Just van Rossumadded plistlib news item
2004-10-03 David GoodgerSF bug #997050: Document, test, & check for non-string...
2004-10-03 David GoodgerSF bug #1017864: ConfigParser now correctly handles...
2004-10-03 Michael W.... typo
2004-10-03 Martin v. LöwisPrint verbose messages to stderr. Fixes #1036752.
2004-10-03 Andrew MacIntyreremove rotor module
2004-10-03 Andrew MacIntyrenote module removals, update on BitTorrent issue
2004-10-03 Andrew MacIntyrebring modules up to date, correct .DEF file version
next