]> granicus.if.org Git - python/shortlog
python
2005-05-14 Raymond HettingerSF patch #1200051: Small optimization for PyDict_Merge()
2005-05-14 Raymond HettingerSF bug #1201807: Glossary listing bug
2005-05-12 Skip Montanarocredit source of idea for recent doc changes
2005-05-12 Skip MontanaroIncorporate a lightly edited version of the SocketServe...
2005-05-10 Kurt B. KaiserImprove subprocess link error notification
2005-05-10 Raymond HettingerSF bug #1193890: calendar.weekheader not found in...
2005-05-05 Kurt B. KaiserUse Queue's blocking feature instead of sleeping in...
2005-05-04 Michael W.... Don't use 'is not' to compare strings.
2005-04-30 Raymond HettingerUpdate Paul Prescod's permissions.
2005-04-30 Raymond HettingerSF patch #1191489: Simplify logic in random.py
2005-04-30 Brett CannonFix error in a docstring where a single quote started...
2005-04-30 Guido van RossumFixed a typo in docstring I happened upon.
2005-04-28 Raymond HettingerSF bug #1190451: 6.9 First sentence is confusing
2005-04-27 Michael W.... Fix
2005-04-26 Raymond HettingerFix typo.
2005-04-26 Brett CannonMake subclasses of int, long, complex, float, and unico...
2005-04-25 Martin v. LöwisMake parse_makefile fallback to environment variables...
2005-04-24 Brett CannonIntroduced EXTRA_CFLAGS as an environment variable...
2005-04-21 Walter DörwaldUpdate test to the current readline() behaviour.
2005-04-21 Walter DörwaldFix comment.
2005-04-21 Walter DörwaldIf the data read from the bytestream in readline()...
2005-04-20 Brett CannonClarify usage of OPT by noting that if it is set the...
2005-04-20 Barry WarsawFix tests dependent on the exception raised by non...
2005-04-20 Tim PetersWhitespace normalization.
2005-04-19 Barry WarsawAs per discussion on python-dev, descriptors defined...
2005-04-19 Brett CannonAdd a line explaining what env var to use to set the...
2005-04-19 Raymond HettingerCorrect swapped descriptions of empty string splits.
2005-04-18 Michael W.... Fix:
2005-04-17 Jack JansenUpdated to work with current Python docs setup, and...
2005-04-15 Brett CannonFix building of spwd; was incorrectly checking for...
2005-04-15 Raymond HettingerSF bug #1183742: PyDict_Copy() can return non-NULL...
2005-04-15 Anthony Baxtertypo fix, thanks Jeremy Sanders
2005-04-14 Walter DörwaldSF patch #1180062 by George Yoshida:
2005-04-13 Raymond HettingerUpdate permissions for Finn Bock.
2005-04-13 Fred Drakeget_method() returns a method name, not take it as...
2005-04-12 Hye-Shik ChangFix HTTP method handler example so that method names...
2005-04-11 Raymond HettingerUpdate permissions for Eric Price.
2005-04-11 Raymond HettingerSF bug #1180392: StringIO's docs should mention overwri...
2005-04-10 Raymond HettingerSF bug #1179957: Missing def'n of equality for set...
2005-04-10 Raymond HettingerUpdate status for Irme de Jong.
2005-04-10 Raymond HettingerSF patch 1179503: Fix typos in rpc.py
2005-04-09 Andrew M. KuchlingFill out one section
2005-04-09 Andrew M. KuchlingAdd more text
2005-04-09 Raymond Hettinger* Fix error in definition of Im() which returned self...
2005-04-09 Martin v. LöwisPatch #1177597: Fix various bugs in Demo/classes/Comple...
2005-04-09 Martin v. LöwisPatch #1177597: Correct various bugs, add comments.
2005-04-09 Brett CannonAdd grammar change for allowing ``class B(): pass`...
2005-04-09 Brett CannonFlush out support for ``class B(): pass`` syntax by...
2005-04-09 Brett CannonAdd test for ``class B1(): pass``.
2005-04-08 Raymond HettingerRecord removal of permissions for Charles Waldman.
2005-04-08 Tim PetersAdd ESR info.
2005-04-08 Raymond HettingerRecord a drop request by Ken Manheimer.
2005-04-08 Raymond HettingerRecord a drop request by Moshe Zadka.
2005-04-08 Tim Peterstest_default_encoding_issues(): Fully restore sys...
2005-04-08 Tim PetersInfo about Eric Price.
2005-04-08 Raymond HettingerUpdate permissions log for Reedy, Holden, Haring, and...
2005-04-07 Michael W.... In a threads-disabled build, typing Ctrl-C into a raw_i...
2005-04-07 Raymond HettingerSF bug #1178269 Clarify when isMappingType/isSequenceTy...
2005-04-07 Raymond HettingerSF bug #1178255: 256 should read 255 in operator module...
2005-04-06 Michael W.... Make that a C, not a C++, comment.
2005-04-06 Michael W.... Add a comment explaining the import of longintrepr.h.
2005-04-06 Tim PetersBy popular demand from Linux-heads(!), renamed develope...
2005-04-05 Raymond HettingerBegin a log of developer permissions.
2005-04-05 Raymond HettingerSF bug #1168983: ftplib.py string index out of range
2005-04-04 Walter DörwaldFix typos.
2005-04-04 Walter DörwaldFix for SF bug #1175396: readline() will now read one...
2005-04-04 Hye-Shik ChangFill docstrings for module and functions, extracted...
2005-04-04 Hye-Shik ChangMake a handy macro, Py_DEFAULT_RECURSION_LIMIT to allow...
2005-04-04 Hye-Shik ChangFix testcase for 64bit BSD systems: long is 8 bytes...
2005-03-31 Vinay SajipAdded threadName to LogRecord
2005-03-31 Vinay SajipAdded threadName and now using re-entrant lock
2005-03-31 Walter DörwaldSince PyPI only accepts UTF-8 encoded data now, make...
2005-03-31 Michael W.... NEWS entries for the bugs I fixed yesterday.
2005-03-30 Michael W.... I suppose a bug report or even a fix would be a better...
2005-03-30 Michael W.... Fix for rather inaccurately titled bug
2005-03-30 Michael W.... Minor wording fix.
2005-03-30 Michael W.... Fixes for
2005-03-30 Michael W.... Be a bit more accurate.
2005-03-30 Michael W.... I don't think it's particularly accurate to say Guido...
2005-03-29 Fred Drakeadd 2.4.1 to the release history
2005-03-29 Anthony Baxtermerge from branch
2005-03-29 Bob IppolitoUpdate NEWS for patch 1171735 (Darwin 8 build fixes)
2005-03-29 Anthony BaxterMove exception finalisation later in the shutdown proce...
2005-03-28 Tim PetersSF patch 1167316: doctest.py fails self-test if run...
2005-03-28 Bob Ippolitopatch [1171735] - Darwin 8's headers disable functional...
2005-03-28 Martin v. LöwisMention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes...
2005-03-28 Martin v. LöwisAdd 0 to _POSIX_SEMAPHORES. Will backport to 2.4.
2005-03-28 Greg WardConditionally export a few more AFMT_* macros: AFMT_U16...
2005-03-28 Greg WardSF #1169212: merge from 2.4 branch: fix silly typo...
2005-03-28 Tim PetersWhitespace normalization.
2005-03-28 Tim PetersTwo lines in this file had unbalanced parentheses ...
2005-03-27 Raymond HettingerFix whitespace.
2005-03-27 Raymond HettingerSF patch #1171417: bug fix for islice() in docs
2005-03-27 Raymond Hettinger* Fix decimal's handling of foreign types. Now returns...
2005-03-27 Raymond HettingerSF bug #1770766: weakref proxy has incorrect __nonzero...
2005-03-24 Martin v. LöwisAdd missing socket import
2005-03-24 Thomas HellerFunction signatures for tp_descr_get and tp_descr_set.
2005-03-24 Fred Drakeminor cleanup
2005-03-24 Fred Drakeclean up the underscore mess for the typeset formats...
2005-03-23 Martin v. LöwisMake SRPMs pyversion 'any'.
next