]> granicus.if.org Git - python/shortlog
python
2004-08-25 Andrew M. KuchlingAdd various items
2004-08-25 Martin v. LöwisPatch #970015: Replace - by _ in version and release.
2004-08-25 Martin v. LöwisPatch #970019: Include version and release in the Build...
2004-08-25 Martin v. LöwisPatch #736857, #736859: Add -e option to build_scripts.
2004-08-25 Martin v. LöwisPatch #798244: More urllib2 examples.
2004-08-25 Martin v. LöwisPatch #1014992: Never return more than a line from...
2004-08-25 Martin v. LöwisPatch #1015021: Stop claiming that coerce can return...
2004-08-25 Martin v. LöwisBack out 1.289, which breaks platforms needing addrinfo...
2004-08-25 Raymond HettingerSimplify chains of conditional jumps.
2004-08-25 Barry WarsawAh whoops, we didn't turn string into a package (thanks...
2004-08-25 Barry WarsawPEP 292 classes Template and SafeTemplate are added...
2004-08-25 Tim PetersStop producing or using OverflowWarning. PEP 237 thoug...
2004-08-25 Neal NorwitzSF #1015517, get readline to compile with older compilers
2004-08-24 Mark HammondFix for [ 1010677 ] thread Module Breaks PyGILState_Ens...
2004-08-24 Skip MontanaroKeep option parser from gobbling up the filename to...
2004-08-24 Vinay SajipFixed bug in DatagramHandler.send()
2004-08-24 Raymond HettingerIncorporate review comments courtesy of Neal Norwitz:
2004-08-23 Raymond HettingerSF Patch #1013667: Cleanup Peepholer Output
2004-08-23 Raymond HettingerAdd Nick Coghlan for his patch solving an issue with...
2004-08-23 Raymond HettingerSF Patch #1007087: Return new string for single subcla...
2004-08-23 Tim PetersThe attempt to shut up deprecation warnings for doctest...
2004-08-23 Tim Peterstest_DocTestFinder(): This test failed when test_docte...
2004-08-23 Tim PetersMoved some test cases from doctest to test_doctest.
2004-08-23 Tim PetersMisc cleanups.
2004-08-23 Tim Petersdebug_script(): I changed this in haste before to...
2004-08-23 Martin v. LöwisPatch #1014237: Consistently return booleans throughout.
2004-08-23 Dave ColeUpdated the socketpair() docstring and documentation...
2004-08-23 Dave ColeRemoved unnecessary calls to signal() to ignore SIGPIPE...
2004-08-23 Tim PetersRemoved redundant versionadded{} for NDIFF_DIFF. Virtu...
2004-08-22 Neal NorwitzAdd version info
2004-08-22 Martin v. LöwisFlush bz2 data even if nothing had been written so...
2004-08-22 Martin v. LöwisFix repr for negative imaginary part. Fixes #1013908.
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
next