]> granicus.if.org Git - python/shortlog
python
2003-08-09 Martin v. LöwisMove initialization of sys.std{in,out}.encoding to...
2003-08-09 Martin v. LöwisPatch #771998: Put braces around variables. Will backpo...
2003-08-09 Raymond HettingerSF patch #747364: BaseHTTPServer doesn't need StringIO...
2003-08-09 Raymond HettingerSF patch #783807: Clarify PySequence_Setitem ref counting
2003-08-09 Kurt B. KaiserIDLEfork Bug 782759
2003-08-08 Raymond HettingerExplain argument unpacking
2003-08-08 Michael W.... /* XXX From here until type is allocated, "return NULL...
2003-08-08 Raymond HettingerSF bug #770485: cStringIO does not set closed attr
2003-08-08 Raymond HettingerSF bug #775836: change 0,1 to False,True in dict.has_ke...
2003-08-08 Raymond HettingerModified itertools.izip() to match the behavior of...
2003-08-08 Raymond HettingerRe-sync doc tests with the doc updates.
2003-08-08 Raymond HettingerImprove docs:
2003-08-08 Brett CannonFix docstring in LocaleTime.
2003-08-07 Michael W.... Repair refcounting on error return from type_set_bases.
2003-08-07 Fred DrakeFix hyperlinks and one class reference.
2003-08-07 Martin v. LöwisRelease host name memory. Fixes #783312. Will backport...
2003-08-06 Mark HammondDemonstrate and fix [ 783882 ] os.lstat crashes with...
2003-08-05 Walter DörwaldRemove useless import.
2003-08-05 Walter DörwaldCheck both __div__ and __truediv__ in division tests.
2003-08-05 Raymond HettingerRemoved deprecated functions
2003-08-05 Raymond HettingerRemoved deprecated functions
2003-08-05 Raymond HettingerSF patch #782810: typo in libfuture.tex
2003-08-05 Raymond HettingerSF bug #782369: Massive memory leak in array module
2003-08-05 Anthony Baxterforgot to commit this - note about the signal module...
2003-08-05 Brett CannonMention caching and better thread-safety for Lib/_strpt...
2003-08-05 Martin v. LöwisPatch #781722: Reject AF_INET6 if IPv6 is disabled...
2003-08-05 Martin v. LöwisSupport trailing dots in DNS names. Fixes #782510....
2003-08-05 Martin v. LöwisCorrect URL of normalization file. Fixes #781065. Will...
2003-08-05 Martin v. LöwisPatch #781126: Fix markup for add_fallback. Will backpo...
2003-08-05 Martin v. LöwisMake sure eol_convention is an ASCII string. Fixes...
2003-08-05 Fred Drakeinit_myformat(): None of the "mark" values can be...
2003-08-05 Brett CannonRe-introduce caching of TimeRE and compiled regexes...
2003-08-05 Brett CannonTouch-up to docstrings.
2003-08-05 Brett CannonAdd note about fileno not being usable as a normal...
2003-08-05 Fred Drakebetter support for well-formed XHTML
2003-08-05 Fred Drakemake the portions of the generated HTML produced by...
2003-08-04 Raymond HettingerClarified that TypeErrors can be raised by any
2003-08-03 Skip Montanaroprotect against test problems with Jython
2003-08-03 Skip Montanaroadded test for bug 782369
2003-08-02 Skip Montanaromore extension marshal tests and conversion to unittest...
2003-08-02 Raymond HettingerAs discussed on python-dev, changed builtin.zip() to...
2003-08-01 Skip MontanaroTo be a good citizen, it should really delete its socke...
2003-08-01 Skip Montanaroadd skeletal "what's new" for 2.4a1 and mention a coupl...
2003-08-01 Skip Montanarodelete the f1 key binding. py-help-at-point is still...
2003-08-01 Skip Montanaromake pending-delete/delete-selection mode work with...
2003-07-31 Anthony BaxterPatch [ 776725 ] add SIGRTMIN, SIGRTMAX to signalmodule.c
2003-07-31 Skip Montanarotweak to py-fill-paragraph - problem noted by John...
2003-07-31 Mark HammondComplete move of windows builds to 2.4alpha
2003-07-31 Skip MontanaroEveryone knows what Fred meant, but I thought I'd make...
2003-07-30 Fred DrakeGeneralize the template for the "What's New" document...
2003-07-30 Fred Drakethere's a new "What's New" for Python 2.4
2003-07-30 Fred Drakeboilerplate to start off "What's New in Python 2.4"
2003-07-30 Fred DrakeUpdate to the same version info used by the interpreter.
2003-07-30 Fred DrakeUpdate version number here as well; patchlevel.h is...
2003-07-30 Walter DörwaldFix typo.
2003-07-30 Andrew M. Kuchling[Bug #779469] Fix error in example code
2003-07-30 Barry WarsawBump the trunk to 2.4a0
2003-07-30 Fred Drakeupdate the documentation contact address
2003-07-30 Fred Drake- update the documentation contact address
2003-07-29 Barry WarsawGet rid of empty sections
2003-07-29 Tim PetersSF bug 778400: IDLE hangs when selecting "Edit with...
2003-07-29 Andrew M. KuchlingBump version number; record 2.3 release date
2003-07-29 Fred DrakeUpdate release information.
2003-07-29 Fred DrakeBump version information.
2003-07-29 Tim PetersUpdated Windows installer for 2.3 final.
2003-07-29 Tim PetersRepaired botched release serial number.
2003-07-29 Tim PetersRepair botched release serial number.
2003-07-29 Tim PetersBump Windows build number for 2.3 final.
2003-07-29 Tim PetersAdded section for 2.3 final; moved IDLE news into it...
2003-07-29 Tim PetersBump Windows resource version macro for 2.3 final.
2003-07-29 Tim PetersBump release level to 2.3 (we won't have time for this...
2003-07-28 Fred DrakeUpdate URL.
2003-07-27 Tim PetersGave the main NEWS file its own IDLE section, and popul...
2003-07-27 Kurt B. KaiserAdded a banner to the shell startup message discussing...
2003-07-27 Kurt B. KaiserUpdate for release.
2003-07-25 Barry WarsawBump the version number
2003-07-25 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.3c2
2003-07-25 Barry WarsawThis is release candidate 2
2003-07-25 Barry WarsawUpdated news for 2.3c2.
2003-07-24 Jack JansenDon't export the SPB type as "SPB", because it shadows...
2003-07-24 Jack JansenAdded instructions on setting the proxy host.
2003-07-24 Brett CannonFixes bug of having default argument for TimeRE's __ini...
2003-07-24 Mark HammondFix [ 776721 ] locale.setlocale() leaks
2003-07-24 Brett CannonRemove caching of TimeRE (and thus LocaleTime) instance...
2003-07-24 Fred DrakeBump release number.
2003-07-24 Tim PetersUpdate version numbers and dates for 2.3c2 -- we won...
2003-07-23 Jack JansenBugfix for #775892: added -mno-fused-madd to BASECFLAGS...
2003-07-23 Kurt B. Kaiser1. Python Bug 775541: Calltips error when docstring...
2003-07-23 Fred DrakeFix representation of ^= operator in __ixor__() documen...
2003-07-23 Jack JansenMacPython-OS9 has its own copy of the interrupt handlin...
2003-07-23 Jack JansenDon't force boot-disk-only install, for reasons unknown...
2003-07-23 Jack JansenScripts runs with pythonw no longer had full window...
2003-07-23 Tim PetersRestored commented-out line checked in by mistake.
2003-07-23 Tim Peterslocale-restoration code: Don't leave comparison to...
2003-07-23 Tim PetersFred wasn't kidding -- there really are docs for the...
2003-07-22 Brett CannonFix error in test of not comparing against 0 item of...
2003-07-22 Jason TishlerPatch #775784: YA Cygwin expected regression test skip...
2003-07-22 Thomas HellerChange the zipimport implementation to accept files...
2003-07-22 Jason TishlerPatch 775605: Cygwin pthread_sigmask() workaround patch
2003-07-22 Skip Montanaromore generic reference to python interpreter
next