]> granicus.if.org Git - python/shortlog
python
2004-08-09 Fred Drake- make a module reference a hyperlink
2004-08-09 Fred Drakefix markup nit
2004-08-09 Jason TishlerBug #1001857: socketmodule does not build under cygwin
2004-08-09 Jim FultonAdded support for pdb.set_trace.
2004-08-09 Dave ColeOoops - for some reason I had the wrong versionadded...
2004-08-09 Dave ColePatch #1003700: Add socketpair function to socket module.
2004-08-09 Tim PetersRemoved lots of stuff from the module docstring. My...
2004-08-09 Tim PetersRepair some out-of-date comments.
2004-08-09 Tim PetersDrop the excruciating newline requirements on arguments to
2004-08-09 Tim PetersGive return stmts their own lines.
2004-08-09 Tim PetersIndent body of _EXAMPLE_RE for readability. _IS_BLANK_...
2004-08-09 Edward LoperChanged Parser.get_examples() to return a list of Examp...
2004-08-09 Edward Loper- Split DocTestRunner's check_output and output_differe...
2004-08-09 Edward LoperRewrote Parser, using regular expressions instead of...
2004-08-09 Edward LoperFixed doctest error (wrong prompts)
2004-08-08 Brett CannonPrevious commit was viewed as "perverse". Changed...
2004-08-08 Raymond HettingerAdd a test for Context.copy().
2004-08-08 Tim PetersTell unittest that source files with "badsyntax" in...
2004-08-08 Tim PetersRenamed locals to better reflect their meanings.
2004-08-08 Tim PetersIn verbose mode, display the name of each file before...
2004-08-08 Tim PetersBrief xrange news.
2004-08-08 Tim PetersBug 1003935: xrange overflows
2004-08-08 Tim PetersTrimmed trailing whitespace.
2004-08-08 Tim PetersGet rid of the ignore_imports argument to DocTestFinder...
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
next