]> granicus.if.org Git - python/shortlog
python
2003-01-07 Guido van RossumUse regular expressions for branch matching, to avoid...
2003-01-07 Guido van RossumFix for SF bug #642358: only provide a new with a __dic...
2003-01-07 Raymond HettingerMuch clearer when super() is used.
2003-01-07 Raymond HettingerSF bug #652933 (for IdleFork): Open Module "math" Fails
2003-01-07 Raymond HettingerRevert change 1.37.
2003-01-07 Raymond HettingerSF patch #662433: Fill arraymodule's tp_iter and sq_con...
2003-01-07 Barry WarsawCHARSETS, ALIASES, CODEC_MAP: SF feature request 633543...
2003-01-07 Andrew M. KuchlingAdd tarfile module
2003-01-06 Guido van RossumAdd a test for a feature added in rev. 2.82 of typeobje...
2003-01-06 Guido van RossumAdd a refinement to SLOT1BINFULL() that fixes the probl...
2003-01-06 Raymond HettingerGvR's idea to use memset() for the most common special...
2003-01-06 Guido van RossumAdd some print statements in verbose mode to announce...
2003-01-06 Skip Montanaro* add mms (windows media) as another scheme
2003-01-06 Andrew M. KuchlingAdd Tix and rexec changes
2003-01-06 Raymond HettingerFix spelling.
2003-01-06 Skip Montanarodelete reference to defunct Misc/HPUX-NOTES. Adjust...
2003-01-06 Skip Montanaroremoving - contains outdated information
2003-01-06 Neal NorwitzSF #642236, optparse LaTeX docs by Johannes Gijsbers
2003-01-06 Fred DrakeStrike any hint that from-import-* could ever be reason...
2003-01-06 Guido van RossumDisable the rexec test now that rexec is out of grace.
2003-01-06 Guido van RossumRemove bastion test output
2003-01-06 Fred DrakeFix some nits Guido brought up last August:
2003-01-06 Guido van RossumDisable the Bastion test now that Bastion is out of...
2003-01-06 Guido van RossumSabotage rexec.py. It is not safe since the new-style...
2003-01-06 Fred DrakeFix markup so this will format again.
2003-01-06 Raymond HettingerSF bug #592859: os.chmod is underdocumented
2003-01-06 Andrew M. KuchlingTranslate spaces in the machine name to underscores
2003-01-06 Raymond HettingerSF bug #661848 and #631055: Clarify use of __all__.
2003-01-06 Jason TishlerPatch #661760: Cygwin auto-import module patch
2003-01-06 Raymond HettingerUsed dictionaries rather than lists for membership...
2003-01-06 Just van Rossumalways also search on sys.path for res files
2003-01-06 Raymond HettingerOptimize string_repeat.
2003-01-06 Neal NorwitzSF feature #618024, urlparse fails on imap://
2003-01-06 Neal NorwitzSF feature #618024, urlparse fails on imap://
2003-01-05 Neal NorwitzSF #651082, tarfile module implementation from Lars...
2003-01-05 Neal NorwitzFix a typo
2003-01-05 Just van Rossum- squashed bare except in rmtree()
2003-01-05 Neal NorwitzAt least one Solaris box in the snake farm only support...
2003-01-05 Raymond HettingerMove the statistical tests for four distributions into...
2003-01-05 Tim PetersPyCFunction_Call(): Combined two switch cases w/ ident...
2003-01-05 Raymond HettingerAdd a test case.
2003-01-04 Greg WardTweak __version__ -- the current code is between Optik...
2003-01-04 Just van Rossummodule to run commands in a Terminal.app window
2003-01-04 Tim Petersdatetime_from_timet_and_us(): ignore leap seconds...
2003-01-04 Just van Rossumcorrect comment (and add newline at end)
2003-01-04 Guido van RossumAdd Shockwave Flash.
2003-01-04 Raymond HettingerCorrect long standing bugs in the methods for random...
2003-01-04 Martin v. LöwisFix typo.
2003-01-04 Martin v. LöwisRemove appartment check from dooneevent. Fixes #660961.
2003-01-04 Tim PetersA new implementation of astimezone() that does what...
2003-01-04 Raymond HettingerTest an edge case for sample().
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.
next