]> granicus.if.org Git - python/shortlog
python
2004-07-17 Tim PetersTemporarily add the Tcl/Tk bin directory to PATH, so...
2004-07-17 Raymond HettingerUpgrade None assignment SyntaxWarning to a SyntaxError.
2004-07-17 Hye-Shik ChangChange CJK encoding aliases to their most popular varia...
2004-07-17 Andrew M. KuchlingFix comment typo
2004-07-17 Andrew M. KuchlingAdd a definition (found in the Debian patches for 2...
2004-07-17 Hye-Shik ChangSF #990497: Fix a trivial typo in sorted() example.
2004-07-17 Andrew M. KuchlingMinor edits
2004-07-17 Tim Petersoptimize_code(): Repaired gross error in new special...
2004-07-17 Tim PetersSupply missing word in new datetime docs, aggravated...
2004-07-16 Thomas HellerThe new distutils features justify a new version number...
2004-07-16 Jack JansenThe interpreter popup was never filled with any data...
2004-07-16 Jack JansenMade preference window resizable (and do the most logic...
2004-07-16 Jack JansenCleaned up list of interpreters.
2004-07-16 Raymond HettingerTreat None as a constant.
2004-07-16 Jack JansenFix for #779167: use InternetConfig proxy settings...
2004-07-16 Jack JansenDon't hardcode "Python" as the framework name, we have...
2004-07-15 Jack JansenFix for #795649: explain how to use TextEdit for editin...
2004-07-15 Jack JansenFix for 838140: don't call NSUnlinkModule when we fail...
2004-07-15 Jack JansenAfter more than two years of puzzlement Jurjen Bos...
2004-07-15 Raymond HettingerApply VISIT macro.
2004-07-15 Jack Jansen- Added a note about fixversions.py
2004-07-15 Jack JansenCall the correct tp_dealloc.
2004-07-15 Jack Jansen_localemodule now needs to be linked with CoreFoundatio...
2004-07-15 Andrew M. Kuchling[Patch #982681] Apply this patch correctly; makes set_r...
2004-07-15 Jack JansenA script to fix version strings in .plist files.
2004-07-15 Nicholas BastinMoved SunPro warning suppression into pyport.h and...
2004-07-15 Jack JansenAllow overriding of bgen pathnames in an optional modul...
2004-07-15 Jack JansenThe CF inheritance could cause double frees of the...
2004-07-15 Jack JansenCFStringGetUnicode() returned an extra null character...
2004-07-15 Jack JansenMake CF module PEP253 based (finally).
2004-07-15 Jack JansenMoved PyMac_GetScript() to _localemodule, which is...
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...
next