]> granicus.if.org Git - python/shortlog
python
2004-07-19 Neal NorwitzDon't try to create the directory if it already exists...
2004-07-18 Tim PetersRecord that FCNTL.py has gone away; remove FCNTL hack...
2004-07-18 Andrew M. KuchlingRemove FCNTL.py, following python-dev discussion
2004-07-18 Tim Peterstest_sf_950057's gen1() used an assert statement, which...
2004-07-18 Tim PetersWhitespace normalization. Had to break guido's lock...
2004-07-18 Hye-Shik ChangTeach VC6 project file about the new cjkcodecs structure.
2004-07-18 Hye-Shik ChangReplace an extern magic to assigning declared pointer...
2004-07-18 Hye-Shik ChangOops -kb bit had been in my CVS/Entries. Converting...
2004-07-18 Hye-Shik Changcjkcodecs/mapdata_*.c are removed by the recent import...
2004-07-18 Hye-Shik ChangRemove unused CNS-11643 mapping which shouldn't merged...
2004-07-18 Tim PetersRepair bizarre generated Python.
2004-07-18 Tim PetersIgnore more encoding input files.
2004-07-18 Tim PetersIgnore input files for encoding tests (these aren't...
2004-07-18 Tim PetersWhitespace normalization, via reindent.py.
2004-07-18 Tim PetersWhitespace normalization, via reindent.py.
2004-07-18 Tim PetersWhitespace normalization. Ran reindent.py over the...
2004-07-18 Tim PetersWTF is with this script? It contained illegal syntax...
2004-07-18 Tim PetersWoo hoo! All the encoding tests pass on Windows (...
2004-07-18 Tim PetersRepair MS compiler warning about signed-vs-unsigned...
2004-07-18 Tim PetersMore cjkcodecs recovery: Python at least compiles...
2004-07-18 Tim PetersAdded a comment explaining the extern ugliness.
2004-07-18 Tim PetersChanged the "predefinitions" of codec_list and mapping_...
2004-07-18 Tim PetersTeach VC 7.1 about the new cjkcodecs structure. This...
2004-07-18 Hye-Shik ChangBring CJKCodecs 1.1 into trunk. This completely reorga...
2004-07-18 Tim PetersOops! Restored the pickle test to test_pyclbr, but...
2004-07-18 Tim PetersThe Darwin-specific getproxies_internetconfig() was...
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.
next