]> granicus.if.org Git - python/shortlog
python
2004-12-03 Andrew M. KuchlingFill in various bits of the template
2004-12-03 Raymond HettingerRemove PyRange_New().
2004-12-03 Raymond HettingerAcknowledge contribution of a thorough tutorial review.
2004-12-03 Raymond HettingerSF patch #1077353: add key= argument to min and max
2004-12-02 Vinay SajipFixed errors reported in SF bug #1074693
2004-12-02 Marc-André... Restore Python 2.1 compatibility (os.extsep was introdu...
2004-12-02 Gustavo NiemeyerFixing bug #1072259 in SRE.
2004-12-02 Raymond HettingerAdd key= argument to heapq.nsmallest() and heapq.nlarge...
2004-12-02 Raymond HettingerUpdate the MSC6 pythoncore projects to compile for...
2004-12-02 Raymond HettingerFix typo.
2004-12-02 Raymond HettingerSF bug #1076955: Tutorial corrections Part II
2004-12-02 Raymond HettingerSF bug #1076955: Tutorial corrections Part I
2004-12-01 Martin v. LöwisAdd all readme files in Tools.
2004-12-01 Thomas HellerRecompiled binaries after source changes.
2004-12-01 Thomas Hellerprintf format code for integers is %d not %s.
2004-12-01 Thomas HellerUpdate the filenames in the MSVC project file for Pytho...
2004-12-01 Thomas HellerUpdate import library name on windows.
2004-12-01 Andrew M. KuchlingMake the example server code clearer; add the correspon...
2004-12-01 Thomas HellerRunning the pre-install or post-install script did...
2004-12-01 Fred Drake- fix up internal hyperlink generation in PDF formattin...
2004-12-01 Fred Drake- bump version number for "What's New" document
2004-12-01 Fred DrakeContinue the post-release mechanics; we need a "What...
2004-12-01 Raymond HettingerFix nit.
2004-12-01 Andrew M. KuchlingMention getservbyport(). There's no patch number in...
2004-12-01 Andrew M. KuchlingBump version number
2004-12-01 Andrew M. KuchlingRemove mention of Template being a subclass of unicode
2004-12-01 Andrew M. Kuchling[Patch #1076365] Correction of name of Template class...
2004-11-30 Martin v. LöwisBump version number to 2.5.
2004-11-30 Peter AstrandRaise TypeError if bufsize argument is not an integer...
2004-11-30 Peter AstrandCorrected example for replacing shell pipeline. Fixes...
2004-11-30 Andrew M. KuchlingUpdate release date.
2004-11-30 Michael W.... Hear the #error: change the default value of the mutabl...
2004-11-30 Anthony Baxterpost 2.4 release machinations
2004-11-30 Anthony Baxterwhoops!
2004-11-30 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.4
2004-11-30 Anthony Baxterupdate gcc ref
2004-11-30 Anthony Baxterdoodedoodedoo on the way to 2.4 final
2004-11-29 Fred DrakeREVERT revision 1.260; the trunk is FROZEN.
2004-11-29 Martin v. LöwisBump buildno for 2.4 release
2004-11-29 Raymond HettingerFix a nit.
2004-11-29 Raymond HettingerFix argument order in pure python version of nsmallest...
2004-11-29 Barry WarsawRFC 2822 describes the characters allowed in a header...
2004-11-29 Anthony Baxterpreparing for 2.4 final (wooooooo!)
2004-11-29 Barry WarsawThere's likely nothing more to do to the email package...
2004-11-28 Tim PetersWhitespace normalization.
2004-11-28 Barry WarsawFix for SF bug #1072623. When the last line of the...
2004-11-25 Walter DörwaldFix typo in comment.
2004-11-25 Raymond HettingerFix typo.
2004-11-25 Raymond HettingerClarify the ordering of dictionary keys.
2004-11-25 Raymond HettingerMake sure the money formatting recipe can doesn't run...
2004-11-25 Hye-Shik ChangRename a static variable "history_length" to "_history_...
2004-11-25 Andrew M. KuchlingFollowing a LtU thread, change introductory paragraph...
2004-11-24 Fredrik LundhSF patch #1071739 (by Christos Georgiou)
2004-11-24 Fred Drakeadd missing dependency
2004-11-24 Raymond HettingerSF bug #1071588 coercing decimal to int doesn't work...
2004-11-24 Raymond HettingerSF bug #1071566: moneyfmt recipe in decimal documentat...
2004-11-24 Brett CannonHave testLoadTkFailure() skip on cygwin since Tcl/Tk...
2004-11-23 Kurt B. KaiserHye-Shik Chang's fix for Bug 875692.
2004-11-23 Johannes GijsbersBug #1071513: don't test on Cygwin, as chmod doesn...
2004-11-22 Tim Petersos.walk(): Changed the "sum of bytes consumed by files...
2004-11-22 Tim PetersSF bug 1071087: os.walk example for deleting a full...
2004-11-22 Marc-André... Correct the handling of 0-termination of PyUnicode_AsWi...
2004-11-21 Martin v. LöwisInclude site-packages directory.
2004-11-20 Brett CannonAdd 'linux2' as one of the platforms that does not...
2004-11-20 Facundo BatistaFixed quantize syntax.
2004-11-19 Kurt B. KaiserOn OpenBSD, terminating IDLE with ctrl-c from the comma...
2004-11-19 Andrew M. KuchlingFill in the benchmark figures, bogus or not; add a...
2004-11-19 Andrew M. KuchlingLast pass to fill in contributor names; remove stray...
2004-11-19 Andrew M. KuchlingIt's GTK+, apparently; remove XXX comment
2004-11-19 Andrew M. KuchlingBump version number; update patch/bug counts; bet that...
2004-11-18 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.4c1
2004-11-18 Anthony Baxter2.4rc1
2004-11-18 Raymond HettingerMark PyRange_New() as deprecated.
2004-11-18 Raymond HettingerSF patch #1068456: small update for pdb docs
2004-11-18 Martin v. LöwisAdd missing have_tcl conditions
2004-11-18 Raymond HettingerSF bug #1066036: Typo about PyErr_WriteUnraisable()
2004-11-18 Raymond HettingerSF bug #1067018: Obsolete info in Tutorial 9.1
2004-11-18 Raymond HettingerSF bug #1067023: A small typo
2004-11-18 Raymond HettingerComment for performance measurement.
2004-11-17 Peter AstrandRemove tempfile after use in test_call_string.
2004-11-17 Skip Montanarosplit functionality into pystack and pystackv commands...
2004-11-16 Kurt B. KaiserSaving a Keyset w/o making changes (by using the "Save...
2004-11-16 Kurt B. KaiserSaving a Keyset w/o making changes (by using the "Save...
2004-11-15 Anthony Baxterpreparing for rc1
2004-11-15 Walter DörwaldFix pprint to be able to handle objects that don't...
2004-11-15 Tim PetersSF bug 1066438: datetime.replace method description...
2004-11-14 Martin v. LöwisBack out rev 1.96; see #1009389.
2004-11-13 Fred Drakeavoid applying :active to anchors that are only link...
2004-11-13 Kurt B. KaiserThe change in the linecache.checkcache() signature...
2004-11-13 Fred Drakeadd another way to specify an alternate name for the...
2004-11-13 Tim PetersSF bug 1065388: calendar day/month name lookup too...
2004-11-13 Martin v. LöwisPatch #1050475: Fix various x86_64 build issues
2004-11-13 Fred Drakeif we treat \LaTeX specially, we need to do the same...
2004-11-13 Fred Drake- wrap a long line
2004-11-13 Fred Drakeavoid the inane markup generated by LaTeX2HTML for...
2004-11-12 Walter DörwaldAdd options to regrtest.py to make it possible to speci...
2004-11-12 Tim PetersSF bug 1054821: difflib HtmlDiff() extra space on...
2004-11-12 Peter AstrandUse os.chdir/os.getcwd instead of os.path.realpath...
2004-11-12 Just van RossumOn second thought: "Errors should never pass silently...
2004-11-12 Just van Rossumtesting control chars and non-dict root objects
next