]> granicus.if.org Git - python/shortlog
python
2004-08-08 Raymond Hettinger* Context.copy() now makes a deepcopy.
2004-08-08 Tim PetersType in docstring.
2004-08-08 Tim PetersAlso deprecated the old Tester class, which is no longe...
2004-08-08 Tim PetersDeprecate the doctest.is_private() function.
2004-08-08 Tim PetersDeprecated testmod's useless & confusing isprivate...
2004-08-08 Tim PetersWhitespace normalization.
2004-08-08 Tim PetersBug 1003471: Python 1.5.2 security vulnerability still...
2004-08-08 Tim PetersPurged Berkeley code of references to the long-obsolete...
2004-08-07 Andrew M. KuchlingTrigger DeprecationWarning
2004-08-07 Andrew M. KuchlingRemove MacOS 9 ref
2004-08-07 Andrew M. KuchlingRemove MacOS 9 refs
2004-08-07 Andrew M. Kuchling[Patch #862531] Update version numbers.
2004-08-07 Armin RigoLet's not use string exceptions any more.
2004-08-07 Michael W.... Fix
2004-08-07 Armin RigoThis was quite a dark bug in my recent in-place string...
2004-08-07 Armin RigoRemoving tests that fail because of changes in PyString...
2004-08-07 Andrew M. Kuchling[Patch #999280 ] Update kwargs in pickle docs to match...
2004-08-07 Andrew M. Kuchling[Patch #1003861 from Dima Dorfman] Fix markup in concre...
2004-08-07 Andrew M. KuchlingUse LaTeX markup
2004-08-07 Andrew M. Kuchling[Bug #914375] Crude modulefinder docs, but the module...
2004-08-07 Michael W.... eval_frame now has a PyAPI-style name
2004-08-07 Armin RigoFixed some compiler warnings.
2004-08-07 Jeremy HyltonAdd a trivial test for the compiler package, guarded...
2004-08-07 Andrew M. KuchlingRemove various modules that have been documented
2004-08-07 Jeremy HyltonSF patch 836879.
2004-08-07 Jeremy HyltonSubclasses of string can no longer be interned. The...
2004-08-07 Andrew M. Kuchling[Bug #827209] Add footnote from Alex M. about listcomps...
2004-08-07 Tim PetersSF bug 1003471: Python 1.5.2 security vulnerability
2004-08-07 Andrew M. KuchlingVarious minor edits
2004-08-07 Andrew M. Kuchling[Bug #866222] Update docs to match the module
2004-08-07 Andrew M. Kuchling[Bug #866222] Update docstrings.
2004-08-07 Michael W.... Fix
2004-08-07 Andrew M. Kuchling[Bug #991883] Document calling condition
2004-08-07 Andrew M. Kuchling[Bug #990792] Mention that repl can be a callable
2004-08-07 Jeremy HyltonFix urllib2.urlopen() handling of chunked content encoding.
2004-08-07 Michael W.... Fix
2004-08-07 Andrew M. Kuchling[Bug #998066] Mention result mismatch
2004-08-07 Andrew M. Kuchling[Bug #923315] Produce correct result on AIX
2004-08-07 Michael W.... Patch:
2004-08-07 Andrew M. Kuchling[Bug #873146] Document pickletools module (haven't...
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...
next