]> granicus.if.org Git - python/shortlog
python
2004-12-06 Johannes GijsbersPatch #1075928: AUTH PLAIN in smtplib.
2004-12-06 Johannes GijsbersSF bug #1076467: don't run test_on_error as root, as...
2004-12-06 Raymond HettingerRemove deprecated xmllib from inclusion in the docs.
2004-12-06 Walter DörwaldFix for SF bug #947894: calendar.weekheader() undocumented
2004-12-06 Brett CannonHave test_mkalias_relative check that sys.prefix alread...
2004-12-06 Brett CannonVery minor grammatical fix and removal of a tab.
2004-12-05 Peter AstrandChanged signature of call function to avoid confusion...
2004-12-05 Raymond HettingerRemoved deprecated tzparse module.
2004-12-05 Raymond HettingerAdded optional None arguments to itertools.islice().
2004-12-05 Fred Drakeremove dependencies that are no longer used for the...
2004-12-05 Raymond HettingerRemove the deprecated statcache module.
2004-12-05 Raymond HettingerRemoved the deprecated bin parameter from the pickle...
2004-12-05 Raymond HettingerRemove the deprecated statcache module.
2004-12-05 Raymond HettingerRemoved deprecated method arguments from the shelve...
2004-12-05 Barry WarsawFixes for SF #1076485, which I'll apply to the CVS...
2004-12-05 Raymond HettingerRemoved deprecated method from pstats.
2004-12-05 Raymond HettingerRemoved deprecated use_statcache argument.
2004-12-04 Raymond HettingerSF bug #1078905: Docs for unittest run() methods are...
2004-12-04 Raymond HettingerFor the benefit of historians . . .
2004-12-04 Raymond HettingerRemove the deprecated whrandom module.
2004-12-03 Andrew M. KuchlingAdd item
2004-12-03 Andrew M. KuchlingHyphenate 'one-argument'
2004-12-03 Andrew M. KuchlingAAdd item. (And so it beegins again.)
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
next