]> granicus.if.org Git - python/shortlog
python
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.
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
next