]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2005-02-17  Walter DörwaldAdd a basic test for UserString.MutableString.
2005-02-17  Michael W.... NEWS blurb for fix of:
2005-02-17  Andrew MacIntyreupdate version numbers
2005-02-17  Andrew MacIntyreadd notes about subprocess module & thread stacks,...
2005-02-17  Andrew MacIntyreadd build machinery for the SSL socket module
2005-02-17  Michael W.... Fix
2005-02-17  Brett CannonFix name for PyDateTime_FromDateAndTime.
2005-02-16  Raymond HettingerRemove dependency on order of mode flags
2005-02-16  Brett Cannonspwdmodule.c should only be built when either HAVE_GETS...
2005-02-15  Tim PetersWhitespace normalization.
2005-02-15  Tim PetersAn instance of class PicklingError was used here simply...
2005-02-15  Michael W.... Test that SystemExits are handled properly by the exit...
2005-02-15  Michael W.... Exceedingly minor tweak.
2005-02-14  Peter AstrandAdded copyright notice:
2005-02-13  Brett CannonAdd mention of patch #1095802 (fixing "Macintosh" refer...
2005-02-13  Brett CannonUpdate references specifying "Macintosh" to mean OS...
2005-02-11  Fred Drakefix decoding in _stringify to not depend on the default...
2005-02-10  Brett CannonModified test for tzset to not rely on tm->tm_zone...
2005-02-10  Brett CannonRemove set conversion optimization test (backed out...
2005-02-10  Fred Drakeaccept datetime.datetime instances when marshalling;
2005-02-10  Andrew M. KuchlingFix typo
2005-02-10  Peter AstrandPatch from Leandro Lucarella: replaced:
2005-02-10  Raymond HettingerRemove the set conversion which didn't work with: ...
2005-02-09  Raymond HettingerSF bug #1119700: list extend() accepts args besides...
2005-02-09  Raymond HettingerHave set conversion replace existing constant if not...
2005-02-09  Trent MickUpdate PSF copyright year to 2005.
2005-02-08  Raymond HettingerConvert splitlines to for-loop (handles case where...
2005-02-08  Walter DörwaldFix stupid typo: Don't read from a writer.
2005-02-08  Raymond HettingerWholistic code cleanup / modernization:
2005-02-08  Fred Drakeadd 2.3.5, 2.4 to the history and licensing info
2005-02-08  Guido van RossumClose the discussion in SF bug 1069160.
2005-02-07  Raymond HettingerAdopt Skip's idea to optimize lists of constants in...
2005-02-07  Raymond HettingerRevert previous checkin.
2005-02-07  Raymond HettingerReduce the usage of the types module.
2005-02-06  Raymond HettingerTransform "x in (1,2,3)" to "x in frozenset([1,2,3])".
2005-02-06  Raymond HettingerReplace list of constants with tuples of constants.
2005-02-05  Raymond HettingerCode simplification -- eliminate lookup when value...
2005-02-05  Raymond HettingerSF patch #1028908
2005-02-05  Raymond HettingerSF patch #1116583: NameError in cookielib domain check
2005-02-04  Jeremy HyltonAdd NEWS item about future parser bug.
2005-02-04  Jeremy HyltonFix bug that allowed future statements virtually anywhe...
2005-02-04  Walter DörwaldAdd a test for UTF-16 reading where the byte sequence...
2005-02-03  Thomas HellerRecompiled after source changes.
2005-02-03  Thomas HellerRunning a bdist_wininst installer, built with Python...
2005-02-03  Thomas HellerSet PYTHONHOME before loading Python, so that sys.path...
2005-02-03  Fred Drakefix XMLFilterBase.resolveEntity() so the caller gets...
2005-02-03  Guido van RossumSecurity fix PSF-2005-001 for SimpleXMLRPCServer.py.
2005-02-03  Kurt B. KaiserAdd config-main.def option to make the 'history' featur...
2005-02-02  Steve HoldenSimplify string comparison using startswith()
2005-01-31  Michael W.... More bug #1077106 stuff, sorry -- modem induced impatiece!
2005-01-31  Michael W.... Fix
2005-01-31  Kurt B. KaiserRemoved ability to configure tabs indent from Options...
2005-01-29  Johannes GijsbersBug #1108490: fix broken link.
2005-01-29  Martin v. LöwisRevert os.py 1.75, and directly implement update.
2005-01-28  Kurt B. KaiserAdd keybindings for del-word-left and del-word-right.
2005-01-27  Brett CannonFixed typo in verbose output.
2005-01-27  Martin v. LöwisPartially revert #1074011; don't try to fflush stdin.
2005-01-26  Raymond HettingerSF bug #1108303: fix .split() maxsplit doc
2005-01-26  Raymond HettingerDo not fold a constant if a large sequence will result.
2005-01-25  Anthony Baxterhappy new year! (on the trunk)
2005-01-25  Raymond HettingerSF bug #1105286: Undocumented implicit strip() in...
2005-01-24  Neal NorwitzPut docstring for getspall into same #ifdef block as...
2005-01-23  Fred Drakeinclude each row in the package table, even if there...
2005-01-23  Fred Drakeadd missing word
2005-01-23  Johannes Gijsbersshutil.copytree: move copystat call for the directory...
2005-01-23  Martin v. LöwisFlush std{in,out,err} before closing it. Fixes #1074011.
2005-01-23  Martin v. LöwisPatch #579435: Shadow Password Support Module
2005-01-23  Martin v. LöwisTruncate st_?time before comparing it with ST_?TIME...
2005-01-21  Walter DörwaldAdd a slice test with high < low.
2005-01-20  Thomas Hellerdistutils/command/install.py change.
2005-01-20  Thomas HellerFix [ 1103844 ] fix distutils.install.dump_dirs() with...
2005-01-19  Fred Drakefix typeset of vertical bar for PDF format
2005-01-19  Fred Drakeinstall distutils.tests on Unix (contributed patch)
2005-01-19  Fred Drakedocumentation for the zipimport module using contribute...
2005-01-19  Fred DrakeDescription of args to IMAP4.store() in imaplib
2005-01-19  Fred DrakeClean up discussion of new C thread idiom
2005-01-19  Fred Drakefix a bunch of spelling errors
2005-01-19  Fred Drakeremove spurious line from widget variables example
2005-01-19  Kurt B. Kaiser1. Polish tabbing code.
2005-01-18  Michael W.... Change the name of the macro used by --with-tsc builds...
2005-01-18  Michael W.... tweaks, small updates
2005-01-18  Michael W.... -X died some time ago; remove a tiny bit of associated...
2005-01-18  Kurt B. KaiserIf an extension can't be loaded, print warning and...
2005-01-17  Andrew MacIntyremake thread stack size compile-time tunable on OS/2...
2005-01-17  Andrew MacIntyremake thread stack size compile-time tunable on OS/2
2005-01-16  Skip MontanaroDocument the reconvert module.
2005-01-16  Skip Montanaroallow triple-quoted string output from reconvert.quote()
2005-01-16  Johannes GijsbersPatch #1100140: improved smtp connect debugging
2005-01-16  Martin v. LöwisDefault stat_float_times to true.
2005-01-16  Martin v. LöwisAdded SEEK_* constants. Fixes #711830.
2005-01-16  Guido van RossumUse descriptors.
2005-01-16  Guido van RossumUse decorators.
2005-01-16  Guido van RossumUse decorators.
2005-01-13  Tim PetersGave the new datetime.strptime() a versionadded blurb.
2005-01-13  Tim PetersWhitespace normalization.
2005-01-13  Andrew McNamaraMoved reader \r and \n processing from the iterator...
2005-01-13  Vinay SajipImproved SysLogHandler error recovery (patch by Erik...
2005-01-13  Skip MontanaroAdd strptime() constructor to datetime class. Thanks...
2005-01-12  Fred Drakefix typo
2005-01-12  Fred Drakeremove unused variable
next