]> granicus.if.org Git - python/shortlog
python
2004-08-03 Michael W.... Don't exit test_main() with the lock 'done' held -...
2004-08-03 Michael W.... Don't intern the filename of a file being compiled.
2004-08-03 Michael W.... Repair the same thinko in two places about handling...
2004-08-03 Michael W.... Delete the items variable (and explain why).
2004-08-03 Raymond HettingerRestore compilation on MSVC++ 6.0
2004-08-03 Armin RigoSF bug #808756: refleaks in _hotshot.c.
2004-08-03 Fred Drakeupdate to Expat 1.95.8
2004-08-03 Raymond HettingerDocument general mappings for the locals argument for...
2004-08-03 Mark HammondFix [ 1001018 ]: Windows: setdefaulttimeout causes...
2004-08-03 Brett CannonTweak previous patch to silence a warning about the...
2004-08-02 Fred Drakefix a little lie ;-(
2004-08-02 Neal NorwitzFix typo though
2004-08-02 Fred Drakefix markup error
2004-08-02 Fred Drakestart filling in documentation on extending distutils
2004-08-02 Fred Drake- fix description of option table entries
2004-08-02 Andrew M. KuchlingUse isabs() in conditional, not abspath
2004-08-02 Michael W.... Fix for the unfortunate fact that PyDict_GetItem and...
2004-08-02 Andrew M. KuchlingAdd PEP318
2004-08-02 Michael W.... Any call to insort_{left,right} with a non-list leaked...
2004-08-02 Michael W.... Add a missing decref.
2004-08-02 Michael W.... for some reason, the lack of adherence to Python's...
2004-08-02 Andrew M. KuchlingAdd import change; add empty section for function decor...
2004-08-02 Andrew M. KuchlingUpdate item
2004-08-02 Anthony Baxterand a unit test for the staticmethod-of-a-non-method...
2004-08-02 Anthony Baxterfix for @decorators under a debug build.
2004-08-02 Raymond HettingerFix doubled word.
2004-08-02 Raymond HettingerCompleted the patch for Bug #215126.
2004-08-02 Anthony Baxternotes for @decorator
2004-08-02 Anthony BaxterPEP-0318, @decorator-style. In Guido's words:
2004-08-02 Tim PetersTypo repair.
2004-08-02 Tim PetersCompleted a sentence I left dangling.
2004-08-02 Tim PetersRemoved reliance on damaged module object appearing...
2004-08-02 Tim PetersNew tests:
2004-08-02 Tim PetersRemoved no-longer-needed convolutions to recover from...
2004-08-02 Tim PetersPyImport_ExecCodeModuleEx(): remove module from sys...
2004-08-02 Tim Peters"Core" and "C API" news about new semantics for failing...
2004-08-02 Tim PetersPyImport_ImportModule, PyImport_ImportModuleEx, PyImpor...
2004-08-01 Tim Peterslock_held() docs: Use True/False instead of 1/0. ...
2004-08-01 Tim PetersTrimmed trailing whitespace.
2004-08-01 Neal NorwitzFix SF #1001053, wave.open() with unicode filename...
2004-08-01 Neal NorwitzFix typo in comment
2004-08-01 Neal NorwitzSF bug #1001088, incorrect reference to macro named foo
2004-07-31 Tim Peterslist_ass_slice(): Document the obscure new intent...
2004-07-31 Tim PetersWhitespace normalization.
2004-07-31 Tim PetersBe more careful about reverting mutuations to system...
2004-07-31 Greg WardMention upgrade of optparse to Optik 1.5a1.
2004-07-31 Greg WardUpgrade optparse module and tests to Optik 1.5a1:
2004-07-31 Tim Peterslist_ass_slice(): The difference between "recycle...
2004-07-31 Tim PetersArmin asked for a list_ass_slice review in his checkin...
2004-07-31 Tim PetersRepair typo in docstring.
2004-07-30 Fred Drakere-wrap paragraphs containing long lines
2004-07-30 Fred Drake- document the termination condition for cmd.Cmd.cmdloop()
2004-07-30 Martin v. LöwisFix typo.
2004-07-30 Martin v. LöwisAdd closing methoddesc. Add versionadded. Rewrap.
2004-07-30 Armin RigoThis is a reorganization of list_ass_slice(). It shoul...
2004-07-30 Armin RigoWhat if you call lst.__init__() while it is being sorte...
2004-07-29 Raymond Hettinger* Simplify and speed-up list_resize(). Relying on...
2004-07-29 Armin Rigo* drop the unreasonable list invariant that ob_item...
2004-07-29 Armin RigoMinor memory leak.
2004-07-29 Vinay SajipIgnore exceptions which occur when closing files in...
2004-07-29 Raymond HettingerSF bug #997533: "disjunct" should be "disjoint"
2004-07-29 Tim PetersFix obscure breakage (relative to 2.3) in listsort...
2004-07-29 Neal NorwitzSF bug #999776, zlib home page wrong
2004-07-29 Neal NorwitzSF #998170, fix typo. Backport candidate
2004-07-29 Tim PetersDocument what the members of PyListObject are used...
2004-07-29 Tim PetersTrimmed trailing whitespace.
2004-07-29 Tim PetersPyList_New(): we went to all the trouble of computing...
2004-07-29 Skip MontanaroAdd missing doc for Py_True/Py_False. Use the correct...
2004-07-28 Thomas HellerUse PyMODINIT_FUNC.
2004-07-28 Marc-André... New codec: [ 996067 ] hp-roman8 codec
2004-07-28 Marc-André... Added new codec hp-roman8 submitted as patch [ 996067...
2004-07-28 Andrew M. KuchlingAdd new encodings
2004-07-28 Fred DrakeSince build_py handles package data installation, the...
2004-07-28 Skip MontanaroA little boolean music if you please, maestro... (Not...
2004-07-28 Hye-Shik ChangRemove unused source file from Windows project files.
2004-07-28 Hye-Shik ChangAdd missing _codecs_iso2022 module of cjkcodecs. I...
2004-07-28 Hye-Shik ChangRemove CJKCodecs implementation of UTF-7 and UTF-8...
2004-07-28 Neal NorwitzAdd versionadded info
2004-07-27 Tim PetersAck, removed useless import of os I just introduced.
2004-07-27 Tim PetersAdded a new fileno() method. ZODB's repozo.py wants...
2004-07-27 Martin v. LöwisUse intptr_t/uintptr_t on Windows
2004-07-27 Martin v. LöwisSwitch arguments to memset (kudos to MSVC C4318 for...
2004-07-27 Martin v. LöwisProperly check for Win64 compilers.
2004-07-27 Andrew M. KuchlingAdd an item
2004-07-27 Martin v. LöwisPatch #995766: Keyword argument support in cPickle.
2004-07-27 Martin v. LöwisPatch #998149: imaplib deleteacl and myrights.
2004-07-26 Andrew M. KuchlingAdd some items
2004-07-26 Andrew M. KuchlingTwo typo fixes
2004-07-26 Andrew M. Kuchling[Bug #997166] Fix example
2004-07-26 Fred Drakefix information about what flag database files are...
2004-07-26 Martin v. LöwisPatch #962487: Don't crash for empty locale names.
2004-07-26 Martin v. LöwisPatch #605370: Add description[s] for RFC 2980 compliance.
2004-07-26 Martin v. LöwisPatch #995782: Add FreeBSD 5 expectations. Will backpor...
2004-07-26 Martin v. LöwisPatch #997668: Correct explanation of salts.
2004-07-26 Tim PetersExplain that most floats are actually integers. This...
2004-07-26 Tim PetersTypo in new docs.
2004-07-26 Tim PetersSF bugs 996748: os.environ documentation should indica...
2004-07-25 Martin v. LöwisGenerate rc[_d].h after linking
2004-07-24 Tim PetersSF bug 996392: math and cmath docs don't specify radians
2004-07-24 Skip Montanaroadded test for bug #996359.
next