]> granicus.if.org Git - python/shortlog
python
2004-08-07 Raymond HettingerSF bug #1004669: Type returned from .keys() is not...
2004-08-06 Raymond HettingerSF bug #1002530: test_decimal fails if repeated
2004-08-06 Tim PetersMerging from tim-doctest-branch, which is now closed.
2004-08-06 Raymond HettingerSF bug #1004088: big code objects (>64K) may be optim...
2004-08-06 Andrew M. KuchlingBump version
2004-08-06 Andrew M. KuchlingTypo fix; use 'in-place' instead of 'inplace'
2004-08-06 Raymond HettingerSF patch #980695: efficient string concatenation
2004-08-06 Brett CannonChanges the remote address used for tests in TimeoutTes...
2004-08-06 Fred Drakefix markup nit, typo
2004-08-05 Fred Drakeupdate to reflect the new significance of the "@" character
2004-08-05 Marc-André... Added new codecs and aliases for ISO_8859-11, ISO_8859...
2004-08-05 Phillip J. EbyWarn that settrace() is implementation rather than...
2004-08-05 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.4a2
2004-08-05 Anthony Baxterrelease date
2004-08-04 Matthias KloseDoc/lib/libfuncs.tex: correct items in itemize
2004-08-04 Fred Drakeadd constants for many error values added over the...
2004-08-04 Tim PetersExample.__init__: this cannot use assert, because...
2004-08-04 Tim PetersEdward Loper's cool and massive refactoring of doctest...
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
next