]> granicus.if.org Git - python/shortlog
python
2003-01-04 Raymond HettingerRemove the random=None nonsense from sample() before...
2003-01-04 Skip MontanaroMoved this info to the top-level README where all the...
2003-01-04 Skip MontanaroThe bsddb3 library does not build w/ Berkeley DB 3...
2003-01-04 Skip MontanaroMerged Misc/AtheOS-NOTES into the platform-specific...
2003-01-04 Raymond HettingerSF bug #655271: Slightly modify locals() doc
2003-01-04 Raymond HettingerSF bug #651149: Review libshelve.tex when possible
2003-01-04 Kurt B. KaiserM AutoExpand.py
2003-01-04 Neal NorwitzFix compiler warning
2003-01-04 Raymond HettingerSF Patch #661440: Refactor and streamline PyCFunction_Call
2003-01-04 Martin v. LöwisWrap doc strings in PyDoc_STRVAR. Fix .string docstring...
2003-01-04 Tim PetersCompleted astimezone()'s correctness proof. This also...
2003-01-04 Martin v. LöwisConvert Tcl path objects to strings. Fixes #661357.
2003-01-03 Tim PetersRemark about datetime tzinfo examples.
2003-01-03 Tim PetersReplaced the flawed "local time" example tzinfo class...
2003-01-03 Greg WardGrammatical fix in comment.
2003-01-03 Greg WardGrammatical fix: change possessive "it's" to "its".
2003-01-03 Walter DörwaldRemove a list comprehension, because a loop over the...
2003-01-03 Walter DörwaldPass the strict argument from read() on to readfp(...
2003-01-03 Martin v. LöwisUse RUNSHARED for python invocations. Fixes #661408.
2003-01-03 Walter DörwaldFix read_mime_types() so that it returns a dict as...
2003-01-03 Martin v. LöwisAllow PyFile_GetLine() to return Unicode objects. Fixes...
2003-01-03 Neal NorwitzFix SF #659228, 'realpath' function missing from os...
2003-01-03 Greg WardSpread the blame (err, I mean credit) for ossaudiodev...
2003-01-03 Greg WardMention ossaudiodev.
2003-01-03 Neal NorwitzFix SF #659228, 'realpath' function missing from os...
2003-01-03 Andrew M. KuchlingWrite PEP 301 section
2003-01-03 Guido van RossumMention that imaplib now supports SSL -- this wasn...
2003-01-03 Skip Montanaroqualify known Solaris versions related to the binutils...
2003-01-03 Andrew M. KuchlingAdd SSL support for imaplib; add empty PEP301 section
2003-01-03 Skip Montanaroupdate info about binutils 2.13 breakage on Solaris.
2003-01-03 Andrew M. Kuchling[Patch #658093 ] Documentation support for PEP 301
2003-01-03 Andrew M. Kuchling[Patch #658094 ] PEP 301 implementation
2003-01-03 Andrew M. Kuchling[Patch #658094] PEP 301 implementation
2003-01-03 Just van RossumFix for bug #661136
2003-01-03 Raymond HettingerAdd contributor.
2003-01-03 Michael W.... Remove debugging prints.
2003-01-03 Raymond HettingerSF patch 660559: Use METH_O and METH_NOARGS where possible
2003-01-03 David GoodgerFixed markup.
2003-01-03 David GoodgerUpdated (2.3 OK now)
2003-01-02 Andrew M. KuchlingFix error in previous correction; thanks, Just!
2003-01-02 Barry WarsawJack complained that on test_crlf_separation() was...
2003-01-02 Andrew M. KuchlingFix PEP 302 description; bump version number
2003-01-02 Tim PetersThe tzinfo methods utcoffset() and dst() must return...
2003-01-02 Skip MontanaroAllow list sort's comparison function to explicitly...
2003-01-02 Kurt B. Kaiser1. Remove obsolete, incorrect comment on non-package...
2003-01-02 Tim Petersastimezone() internals: if utcoffset() returns a durat...
2003-01-02 Tim PetersAdded a section to record datetime changes. There...
2003-01-02 Tim PetersThe astimezone() correctness proof endured much pain...
2003-01-02 Kurt B. KaiserImprove exception handling.
2003-01-02 Tim PetersThere are two more copyright notices in the Windows...
2003-01-02 Tim PetersSF bug 661086: datetime.today() truncates microseconds.
2003-01-02 Guido van RossumUpdate the copyright year.
2003-01-02 Guido van RossumAnother copyright update. (JvR: can you backport this...
2003-01-02 Tim PetersSF bug 660795: logging missing from Python 2.3a1 for...
2003-01-02 Neal NorwitzAdd some version info for new methods and class
2003-01-02 Neal NorwitzSF #660795
2003-01-02 Andrew M. KuchlingFix an example
2003-01-02 Just van RossumReplaced imp.set_frozenmodules() cruft with proper...
2003-01-02 Just van RossumUgh, zipimport is virtually broken in 2.3a1 :-( It...
2003-01-02 Andrew MacIntyreEMX fork() emulation not good enough to cope with test_...
2003-01-02 Andrew MacIntyreOS/2 sockets do not support AF_UNIX, even though EMX...
2003-01-02 Andrew MacIntyrecatch up with zipimport changes to std getpathp.c
2003-01-02 Andrew MacIntyrebring structure closer to std config.c, whitespace...
2003-01-02 Andrew MacIntyrefix a merge mistake - readline not built by default
2003-01-02 Fred Drake- documented Ellipsis, NotImplemented
2003-01-02 Fred DrakeAdd dependency info for the recently added lib/libconst...
2003-01-02 Fred DrakeDocument that apply() is deprecated. See:
2003-01-02 Tim PetersCompleted astimezone's correctness proof. That doesn...
2003-01-02 Anthony BaxterClearing out old patch queue. Patch #558547, make Socke...
2003-01-02 Guido van RossumAdd byext.py
2003-01-01 Tim PetersA quicker astimezone() implementation, rehabilitating...
2003-01-01 Skip Montanaromention built-in constants.
2003-01-01 Skip Montanaroprocess libconsts.tex
2003-01-01 Skip Montanaronew section - builtin constants
2003-01-01 Skip Montanaroadd find-uname.py
2003-01-01 Skip MontanaroSearch for Unicode character names using regular expres...
2003-01-01 Skip MontanaroSplit OPT make variable into OPT and BASECFLAGS. The...
2003-01-01 Neal NorwitzMove _PyInt_Init() into pythonrun.h, since all the...
2003-01-01 Neal NorwitzRevert last change -- test works on HPUX again after...
2003-01-01 Guido van RossumSilly little script to print statistics (files, lines...
2003-01-01 Martin v. LöwisExpose I_ constants. Auto-detect stropts.h. Properly...
2003-01-01 Fred DrakeRevert merge from 2.3 alpha 1 release branch; the chang...
2003-01-01 Tim Petersdatetimetz_astimezone(): Speed optimizations -- althou...
2003-01-01 Tim PetersThe failure of the last-second addition to the timezone...
2003-01-01 Tim PetersMerging in changes from r23a1-branch. Doc/makefile...
2003-01-01 Kurt B. KaiserMore installation info. Bump alpha version.
2003-01-01 Kurt B. KaiserDebugger was tracing through rpc.py when IDLEfork was...
2002-12-31 Kurt B. KaiserImprove exception handling.
2002-12-31 Neal NorwitzTry to get compilation working for cygwin
2002-12-31 Jason TishlerPatch #660485: Cygwin _tkinter Tcl/Tk 8.3 patch
2002-12-31 Fred DrakeThe trunk is (nominally) post-alpha.
2002-12-31 Guido van RossumMerge to trunk from release branch:
2002-12-31 Barry WarsawMake two tests non-locale-dependent
2002-12-31 Andrew M. KuchlingResults of a rewrite pass
2002-12-31 Fred Drake- use classdesc where we can (for better indexing)
2002-12-31 Jeremy HyltonReplace all but one explicit emit('SET_LINENO') with...
2002-12-31 Tony LowndsDon't let the docstring end up in __main__.__doc__
2002-12-31 Barry Warsawtest01_close_dbenv_before_db(): Added an XXX comment...
2002-12-31 Neal NorwitzComment out test, since it hangs on HPUX, still investi...
2002-12-31 Jeremy HyltonSF patch [ 597919 ] compiler package and SET_LINENO
next