]> granicus.if.org Git - python/shortlog
python
2004-08-04 Hye-Shik ChangAdd a proper pointer to SF bug item.
2004-08-04 Hye-Shik ChangSF #941229: Decode source code with sys.stdin.encoding...
2004-08-04 Michael W.... Add a missing decref -- PyErr_SetObject increfs the...
2004-08-04 Michael W.... Fix a leak of a reference on None.
2004-08-04 Michael W.... To ever run this test "you must import TestSkipped...
2004-08-04 Martin v. LöwisBump buildno for 2.4a2
2004-08-04 Michael W.... Revert 2.312; turns out interning the file name did...
2004-08-04 Vinay SajipUpdated Logger.log() docstring to clarify that lvl...
2004-08-04 Vinay SajipUpdated Logger.log() documentation to clarify that...
2004-08-04 Vinay SajipClose handlers and tidy up loggers by removing closed...
2004-08-04 Hye-Shik ChangRemove .width() and .iswide() from UserString as well.
2004-08-04 Hye-Shik ChangSF #989185: Drop unicode.iswide() and unicode.width...
2004-08-04 Hye-Shik ChangAdd a workaround for a problem that UTF-8 strings can...
2004-08-04 Tim PetersWhitespace normalization.
2004-08-04 Tim Peterstest_threadsignals is an expected skip on win32.
2004-08-04 Tim PetersTo raise TestSkipped, you must import TestSkipped.
2004-08-04 Tim Petersihooks FancyModuleLoader.load_module()
2004-08-04 Tim PetersTkapp_New(): Rewrite in C so it compiles again.
2004-08-03 Fred Drakemake sure distutils logging is shut off in tests to...
2004-08-03 Martin v. LöwisPatch #986929: Add support for wish -sync and -use...
2004-08-03 Martin v. LöwisPatch #986929: Add support for wish -sync and -use...
2004-08-03 Martin v. LöwisWait for visibility before setting a grab. Fixes #946153.
2004-08-03 Fred Drakeallow ctime(), gmtime(), and localtime() to take None...
2004-08-03 Fred DrakeThis allows additional commands to be provided for...
2004-08-03 Fred Drakeadd missing import!
2004-08-03 Fred Drakelet's avoid the extra nesting where reasonable
2004-08-03 Anthony Baxteron to a2!
2004-08-03 Fred Drakeavoid fragility: make sure POSIXLY_CORRECT is completel...
2004-08-03 Michael W.... Add the same guard as test_signal.
2004-08-03 Fred DrakeBe more careful about maintaining the invariants; it...
2004-08-03 Michael W.... Argh! This was meant to be part of patch #960406.
2004-08-03 Martin v. LöwisPatch #823072: add option to NOT use ~/.netrc in nntpli...
2004-08-03 Martin v. LöwisPatch #977074: Move Encode/Decode to the top so gcc...
2004-08-03 Martin v. LöwisPatch #994595: Recognize Basic auth even if other schem...
2004-08-03 Martin v. LöwisPatch #870382: Automatically add msvcr71 to the list...
2004-08-03 Michael W.... Check in my refleak hunting code.
2004-08-03 Michael W.... Fix the reference count errors revealed by the test...
2004-08-03 Anthony Baxternice tests dont leave little suprises in the environ
2004-08-03 Michael W.... More "noone expected this to run twice"ness removal.
2004-08-03 Michael W.... make this test work when run repeatedly.
2004-08-03 Anthony BaxterRemoved use of 'cgi.initlog()' - the first call to...
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.
next