]> granicus.if.org Git - python/shortlog
python
2004-07-15 Jack JansenGet rid of incorrect use of OSAGetCurrentDialect. Fixes...
2004-07-15 Andrew M. KuchlingTypo fixes
2004-07-15 Andrew M. KuchlingAdd thread-local feature
2004-07-15 Andrew M. KuchlingCorrect a paragraph: basicConfig() isn't actually new
2004-07-15 Tim PetersSF bug 990749: os constants missing
2004-07-15 Raymond HettingerExercise Jim's VISIT macro.
2004-07-15 Kurt B. KaiserChecking sys.platform for substring 'win' was breaking...
2004-07-15 Hye-Shik ChangFix typo.
2004-07-15 Tim Peterss/it's/its/, s/NULL/NULL{}/, where appropriate.
2004-07-15 Tim PetersFormalize that the Py_VISIT macro requires that the...
2004-07-14 Andrew M. KuchlingBump version; update date
2004-07-14 Raymond HettingerImprove examples for working with the context API.
2004-07-14 Raymond HettingerUse threading.local() instead of threading.currentThread().
2004-07-14 Raymond HettingerFactor out two unnecessary global variables.
2004-07-14 Jim FultonImplemented thread-local data as proposed on python...
2004-07-14 Jim FultonSummarized changes: threading.local, Py_CLEAR, Py_VISIT...
2004-07-14 Jim FultonDocumented the new Py_VISIT macro to simplify implement...
2004-07-14 Jim FultonImplemented a new Py_CLEAR macro. This macro should...
2004-07-14 Jim FultonUpdated documentation to:
2004-07-14 Jim FultonPorted some features from zope:
2004-07-14 Raymond Hettinger* Hide a loop induction variable that was inadvertantly...
2004-07-14 Raymond Hettinger* Rename "Signals" to "_signals" making it non-public.
2004-07-14 Thomas HellerRecompiled after source file changes.
2004-07-14 Thomas HellerIgnore some more build products.
2004-07-14 Thomas HellerAdd a warning so that it isn't forgotten to recreate...
2004-07-14 Thomas HellerDon't complain that non-existant registry entries canno...
2004-07-14 Michael W.... This is Pete Shinners' patch from his bug report
2004-07-14 Guido van Rossum- Bug #981530: Fix UnboundLocalError in shutil.rmtree...
2004-07-14 Guido van Rossum- Bug #981530: Fix UnboundLocalError in shutil.rmtree...
2004-07-14 Brett CannonIt helps when doing checks if something is in a tuple...
2004-07-13 Fred Drakeclarify where \versionadded and \versionchanged should...
2004-07-13 Tim PetersClaifications: visit procs are supplied by the core...
2004-07-13 Fred Drakegeneralize a bit; no need to mention my user id directly
2004-07-13 Andrew M. KuchlingWordsmithing
2004-07-13 Brett CannonFixes a bug in testing code handling .pth files that...
2004-07-13 Brett CannonAdd another point in the "Restrictions" section about...
2004-07-12 Nicholas BastinUsing repr() generates entries that the current stats...
2004-07-12 Barry WarsawUpdated my email address to something that works <wink>.
2004-07-12 Brett CannonFix test case for when time.tzname[0] is either UTC...
2004-07-12 Vinay SajipFixed minor bugs in the example configuration file
2004-07-12 Nicholas BastinFix SF Bug #989066
2004-07-12 Raymond HettingerUse set() instead of sets.Set()
2004-07-12 Raymond HettingerSmall elaboration and typo fixes.
2004-07-12 Raymond HettingerAdd more known macros.
2004-07-12 Michael W.... this is patch
2004-07-12 Raymond HettingerFix markup.
2004-07-12 Andrew MacIntyreFreeBSD's services file contains an additional echo...
2004-07-12 Anthony Baxterinstall test/decimaltestdata as well
2004-07-12 Anthony Baxterinstall test/decimaltestdata as well
2004-07-12 Vinay SajipRemoved debugging print statements from TimedRotatingFi...
2004-07-12 Anthony Baxteranother note for amk
2004-07-12 Tim PetersSimplified the new get/get_nowait/put/put_nowait implem...
2004-07-12 Tim PetersBug #788520: Queue class has logic error when non-blocking
2004-07-11 Tim PetersSF patch 986010: add missing doc for datetime C API...
2004-07-11 Brett CannonRemove tabs introduced in last commit.
2004-07-11 Kurt B. KaiserPatch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee
2004-07-11 Kurt B. KaiserAdd FAQ on non-GNU make error. Update copyright date...
2004-07-11 Fred DrakeAdded documentation for the "smtpd" module.
2004-07-11 Raymond HettingerStyle nit.
2004-07-11 Raymond HettingerFix decimal write-up nits.
2004-07-11 Raymond HettingerMinor improvements, fixups and wording changes everywhere.
2004-07-11 Kurt B. KaiserClarify requirement for GNU make
2004-07-11 Kurt B. KaiserPatch 851752 (fixes bug 820583)
2004-07-10 Brett CannonSequenceMatcher(None, [], []).get_grouped_opcodes(...
2004-07-10 Andrew M. Kuchling[Patch #947352 from Jason Andryuk] Add support for...
2004-07-10 Brett CannonDebug output is now printed to sys.stderr .
2004-07-10 Brett CannonFix minor error in example.
2004-07-10 Brett Cannonposixpath.realpath() now detects symlink loops and...
2004-07-10 Brett CannonAdd PyArg_VaParseTupleAndKeywords(). Document this...
2004-07-10 Andrew M. Kuchling[Patch #981794] Add support for Firefox/Firebird
2004-07-10 Andrew M. Kuchling[Patch 988444]
2004-07-10 Andrew M. Kuchling[Patch #965175] Incorporate a suggestion for a better...
2004-07-10 Brett CannonChange some declarations from ``char *`` to ``const...
2004-07-10 Andrew M. Kuchling[Patch #909007] Enable a bunch of safe bug workarounds...
2004-07-10 Andrew M. KuchlingAdd item
2004-07-10 Andrew M. Kuchling[Patch #945642] Fix non-blocking SSL sockets, which...
2004-07-10 Brett CannonClarify docs for inspect.getargspec() that the fourth...
2004-07-10 Brett CannonMake ntpath compress multiple slashes between drive...
2004-07-10 Andrew M. Kuchling[Patch #988602] Move the urllib2 tests into the test...
2004-07-10 Brett CannonAdd comments at end of every #endif and fix ones alread...
2004-07-10 Brett CannonAdd note about closing of bug #679953 and add Jimmy...
2004-07-10 Brett CannonMake struct formats for specifying file size to be...
2004-07-10 Andrew M. KuchlingAdd an item
2004-07-10 Andrew M. Kuchling[Patch #969900] Various corrections and updates to...
2004-07-10 Andrew M. Kuchling[Patch #969907] Add traceback to warning output
2004-07-10 Andrew M. Kuchling[Patch #972310] Apply correction to docs
2004-07-10 Andrew M. KuchlingIn poll(), check connections for exceptional conditions
2004-07-10 Marc-André... Added note about new codecs module APIs.
2004-07-10 Raymond HettingerFix typo.
2004-07-10 Andrew M. Kuchling[Bug 949832] Fix example; edit sentence
2004-07-10 Andrew M. KuchlingReturn value from .close(); move .set_file up
2004-07-10 Andrew M. Kuchling[Bug #835415] AIX can return modes that are >65536...
2004-07-10 Andrew M. Kuchling[Patch #988504] Fix HTTP error handling via a patch...
2004-07-10 Andrew M. Kuchling[Patch #982665 ] add SO_EXCLUSIVEADDRUSE constant
2004-07-10 Andrew M. Kuchling[Patch #987052 from Thomas Guettler]
2004-07-10 Raymond HettingerImprove Context construction and representation:
2004-07-10 Andrew M. KuchlingRemove a few elderly sentences
2004-07-10 Andrew M. KuchlingReplace example with simpler alternative using PyGILSta...
2004-07-10 Andrew M. Kuchling[Bug #987835] Add documentation from PEP 311. (Unteste...
2004-07-10 Marc-André... Add generic codecs.encode() and .decode() APIs that...
next