]> granicus.if.org Git - python/shortlog
python
2004-08-07 Andrew M. KuchlingAdd argument to docstring
2004-08-07 Michael W.... Point out that the setdefault defaults the value to...
2004-08-07 Barry WarsawResolution of bug #997368, "strftime() backward compati...
2004-08-07 Jeremy HyltonSF bug 874842 and patch 997626: httplib bugs
2004-08-07 Andrew M. KuchlingMake 'bin' argument trigger DeprecationWarning
2004-08-07 Andrew M. Kuchling[Bug #984952] Include more material from PEP 307.
2004-08-07 Barry WarsawResolution of SF bug #1002475 and patch #1003693; Heade...
2004-08-07 Andrew M. Kuchling[Bug #984952] Include some material from PEP 307
2004-08-07 Michael W.... This is more-or-less:
2004-08-07 Michael W.... Somehow (no idea how!) I missed half of patch #1005008...
2004-08-07 Michael W.... This is patch
2004-08-07 Andrew M. Kuchling[Bug #998307] Use open() instead of file() in docs
2004-08-07 Fred Drakefix two typos in markup
2004-08-07 Andrew M. KuchlingAdd name
2004-08-07 Andrew M. KuchlingCreate section for 2.4a3; remove empty sections in...
2004-08-07 Andrew M. KuchlingAnother typo
2004-08-07 Andrew M. KuchlingTypo fix
2004-08-07 Andrew M. KuchlingAdd recent items
2004-08-07 Andrew M. KuchlingSimplify language
2004-08-07 Andrew M. KuchlingAdd string concat item
2004-08-07 Raymond HettingerExercise DocTestSuite's search for __test__.
2004-08-07 Tim PetersWhitespace normalization.
2004-08-07 Tim PetersBug 772091: doctest.DocTestSuite does not support...
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
next