]> granicus.if.org Git - python/shortlog
python
2004-08-22 Tim PetersStart deferring to the LaTeX docs for details. I'd...
2004-08-22 Tim PetersAdded NDIFF_DIFF option.
2004-08-22 Tim PetersWhitespace normalization.
2004-08-22 Tim PetersType in docstring.
2004-08-22 Tim Peters_parse_example(): Simplified new code to preserve...
2004-08-22 Martin v. LöwisAdd acknowledgements to ExitDialog.
2004-08-22 Martin v. LöwisPatch #997284: Allow pydoc to work with XP Themes ...
2004-08-22 Martin v. LöwisPatch #1009389: Make __credits__ a Unicode object.
2004-08-22 Martin v. LöwisReplace yield with sequence class. Fixes #1009803.
2004-08-22 Raymond HettingerSF bug #1013760: Error in Chapter 4 of Tutorial
2004-08-22 Jim FultonBugs fixed:
2004-08-22 Martin v. LöwisMove msi from sandbox to Tools.
2004-08-22 Kurt B. Kaiser1. If user passes a non-existant filename on the comman...
2004-08-22 Tim Peters_ellipsis_match(): Removed special-casing of "......
2004-08-21 Neal Norwitzsf #1009373, #1005936. fix underscores in index entries...
2004-08-21 Johannes GijsbersPatch #880621: the last message of a Babyl mailbox...
2004-08-21 Johannes GijsbersPatch #1011123: Use urllib.quote() instead of cgi.escap...
2004-08-21 Tim PetersPatch 1012740: cStringIO's truncate doesn't
2004-08-20 Neal NorwitzFix grammar, spotted by Hye-Shik Chang
2004-08-20 Johannes GijsbersCorrect argument specifications of load_compiled and...
2004-08-20 Johannes GijsbersQuote # as \# to make lib compile again.
2004-08-20 Martin v. LöwisBump minimum Python version to 2.1. Fixes #1009803.
2004-08-20 Martin v. LöwisReplace tricky and/or with straight-forward if:else:
2004-08-20 Martin v. LöwisFail fatally if strdup fails.
2004-08-20 Martin v. LöwisRemove debug print.
2004-08-20 Tim PetersWhitespace normalization.
2004-08-20 Tim PetersStab at SF 1010777: test_queue fails occasionally
2004-08-20 Tim PetersSemantic-neutral format and comment changes.
2004-08-20 Neal NorwitzTry to improve grammar and use versionadded
2004-08-20 Tim PetersGave _ellipsis_match() an attractive new leading unders...
2004-08-20 Neal NorwitzFix markup. versionchanged automatically adds a period...
2004-08-19 Raymond HettingerEstablish policies with respect to 2.3 compatibilty...
2004-08-19 Raymond HettingerSF bug #1012315: weakref.WeakValueDictionary should...
2004-08-19 Edward LoperGot rid of nooutput() (was used by DocTestCase.debug())
2004-08-19 Edward LoperUpdated __all__ to include every non-underscored class...
2004-08-19 Hye-Shik ChangBug #1005737, #1007249: Fix several build problems...
2004-08-19 Hye-Shik ChangBug #1005737, #1007249: Fix several build problems...
2004-08-19 Tim PetersNow that they've settled down, document doctest directives.
2004-08-19 Johannes GijsbersPort test_zipfile to unittest (patch #736962).
2004-08-19 Tim Petersellipsis_match(): Changed treatment of start- and...
2004-08-19 Martin v. LöwisPatch #900727: Add Py_InitializeEx to allow embedding...
2004-08-19 Martin v. LöwisPatch #1011822: Display errno/strerror for inaccessible...
2004-08-19 Tim PetersReplaced the ELLIPSIS implementation with a worst-case...
2004-08-19 Tim PetersELLIPSIS implementation: an ellipsis couldn't match...
2004-08-19 Brett CannonRewrite test_order so as to be more "proper". Original...
2004-08-19 Fred Drakefix SF bug #1008690: Incorrect <link rel="index"> href...
2004-08-18 Matthias KloseRemove commented definition of the MKHOWTO macro.
2004-08-18 Matthias KloseRemove zero-byte gif files from generated html docs
2004-08-18 Martin v. LöwisExpand tabs.
2004-08-18 Hye-Shik ChangAdd support for FreeBSD 6.
2004-08-18 Martin v. LöwisPatch #995126: Correct directory size, and generate...
2004-08-18 Martin v. LöwisPatch #914291: Restore locale while readline is running.
2004-08-18 Martin v. LöwisPatch #1011144: Correct regex for coding decls.
2004-08-18 Martin v. LöwisPatch #980082: Missing INCREF in PyType_Ready.
2004-08-18 Martin v. LöwisPatch #800236: add HTTPResponse.getheaders().
2004-08-18 Johannes GijsbersPatch #1006219: let inspect.getsource show '@' decorato...
2004-08-18 Martin v. LöwisPatch #791776: Replace SMTPHandler.date_time with email...
2004-08-18 Martin v. LöwisPatch #764217: Add nametofont function, exists parameter.
2004-08-18 Raymond HettingerMove the bytecode optimizer upstream so that its result...
2004-08-18 Raymond HettingerVarious alpha 3 updates.
2004-08-18 Raymond HettingerDeprecate sys.exitfunc in favor of the atexit module.
2004-08-17 Michael W.... This is Mark Russell's patch:
2004-08-17 Edward LoperFixed bug in line-number finding for examples (DocTestP...
2004-08-17 Raymond HettingerThere are no longer any special case test skips.
2004-08-17 Raymond HettingerRemove test of obsolete trim() operation which was...
2004-08-17 Johannes GijsbersUse readline/raw_input() in pydoc.Helper.interact if...
2004-08-17 Thomas HellerThe get_installer_filename() method forgot to return...
2004-08-17 Raymond HettingerSF bug #833957: Ctrl+key combos stop working in IDLE
2004-08-17 Raymond HettingerThis file is no longer used in version 2.39.
2004-08-17 Raymond HettingerAdd two new files and update remaining tests from the...
2004-08-17 Raymond HettingerRevise max() and min() to comply with the 8/2/2004...
2004-08-17 Raymond Hettinger* Dynamically build a list of files to be tested (neces...
2004-08-17 Raymond HettingerSF bug #951482: New module: doc versus action
2004-08-17 Raymond HettingerSF bug #805304: super instances don't support item...
2004-08-16 Skip Montanarofix a couple problems with the last patch picked up...
2004-08-16 Andrew M. KuchlingTypo fix
2004-08-16 Barry WarsawTest cases and fixes for bugs described in patch #87341...
2004-08-16 Skip MontanaroBeing bsd-based, darwin/macosx has the same limitation...
2004-08-16 Matthias Klose- pygettext.py: Generate POT-Creation-Date header in...
2004-08-16 Matthias KloseThe attached patch fixes FTBFS on GNU/k*BSD. The probl...
2004-08-16 Raymond HettingerMinor improvements to the threading introduction:
2004-08-16 Raymond HettingerMinor formatting cleanup.
2004-08-16 Raymond Hettinger* Uncomment the SyntaxError doctest after Tim demonstra...
2004-08-15 Raymond HettingerFix punctuation typo.
2004-08-15 Raymond HettingerAdd a notes section to the docs:
2004-08-15 Raymond HettingerSF patch #872326: generator expression implementation
2004-08-15 Matthias Klose- Bug #891637, patch #1005466: fix inspect.getargs...
2004-08-15 Skip MontanaroAdd get_history_item and replace_history_item functions...
2004-08-15 Skip MontanaroMatch the def'n of _XOPEN_SOURCE on Solaris 8/9 to...
2004-08-15 Johannes GijsbersQuote \r\n correctly, remove random indentation (patch...
2004-08-15 Brett CannonCorrect the order of application for decorators. Meant...
2004-08-15 Brett CannonFix incorrect comment for (struct compiling)->c_cellvars
2004-08-14 Johannes GijsbersLet cgi.parse_header() properly unquote headers (patch...
2004-08-14 Johannes Gijsbersbug #989672: pdb.doc and the help messages for the...
2004-08-14 Johannes Gijsbersbug #990669: os.path.realpath() will resolve symlinks...
2004-08-14 Johannes GijsbersCatch OSError raised when src or dst argument to os...
2004-08-14 Johannes Gijsbersbug 990669: os.path.normpath may alter the meaning...
2004-08-14 Johannes Gijsbersbug #851123: shutil.copyfile will raise an exception...
2004-08-14 Johannes GijsbersUnwrap too-smart loop: we can't use `src` for both...
2004-08-14 Johannes GijsbersRaise an exception when src and dst refer to the same...
next