]> granicus.if.org Git - python/shortlog
python
2001-11-28 Jeremy HyltonUse PyOS_snprintf instead of sprintf.
2001-11-28 Tim PetersRepair a botched PyOS_snprintf conversion.
2001-11-28 Jeremy HyltonUse PyOS_snprintf when possible.
2001-11-28 Tim Peterssprintf -> PyOS_snprintf in some "obviously safe" cases.
2001-11-28 Jeremy HyltonUse PyOS_snprintf instead of sprintf.
2001-11-28 Guido van RossumChecking in Zooko's version per SF patch #476866, plus...
2001-11-28 Tim PetersRemoved preprocessor gimmick trying to force use of...
2001-11-28 Jeremy HyltonFix SF bug [ #476852 ] Some bad macros in abstract.h
2001-11-28 Marc-André... Adding test for Unicode repr()-output.
2001-11-28 Marc-André... Fix for bug #485951: repr diff between string and unicode.
2001-11-28 Marc-André... Fixes for possible buffer overflows in sprintf() usages.
2001-11-28 Fred DrakeRe-arrange the modules in the "Internet Data Handling...
2001-11-28 Fred DrakeClarify that on some systems, lockf() using LOCK_EX...
2001-11-28 Fred DrakeAdd synopsis for the SimpleXMLRPCServer module; used...
2001-11-28 Fred DrakeClean up some markup cruft. A number of the macros...
2001-11-28 Barry Warsaw__format(): Applied SF patch #482003 by Skip to fix...
2001-11-28 Andrew M. KuchlingFix docstring typo
2001-11-27 Jeremy HyltonFix [ #484645 ] little bug in pycodegen.py
2001-11-27 Tim PetersSF bug #483469: crash on unbounded recursion in __del__.
2001-11-27 Tim PetersSF bug 485175: buffer overflow in traceback.c.
2001-11-27 Barry Warsawtest_formatdate(): Integrating Jack's 22b2 branch fix...
2001-11-26 Fred DrakeTypo, spotted by Fredrik Lundh.
2001-11-26 Fred DrakeTypo, spotted by Detlef Lannert.
2001-11-26 Fred DrakeTk-related modules should no longer be listed here.
2001-11-26 Fred DrakeFix typo, extra markup constructs.
2001-11-26 Fred DrakeAdd documentation for the PyCell* APIs.
2001-11-26 Andrew M. KuchlingCorrectly create new-style classes in the examples
2001-11-25 Tim PetersSF patch 483059: Avoid use of eval() in random.py,...
2001-11-25 Martin v. LöwisProperly set static options for tixBalloon and tixResiz...
2001-11-25 Martin v. LöwisPatch #484847: Default to netscape.exe on OS/2.
2001-11-24 Guido van Rossum- Change all remaining assertions into verify() and...
2001-11-24 Guido van Rossum_reduce():
2001-11-24 Guido van RossumPyObject_GetItem(), PyObject_SetItem(), PyObject_DelIte...
2001-11-24 Barry WarsawMore typo fixes.
2001-11-24 Greg WardDocstring typo fix.
2001-11-24 Martin v. LöwisAdd hotshot to LIBSUBDIRS. Fixes #484642.
2001-11-24 Martin v. LöwisCorrect typo. Fixes #484611.
2001-11-24 Martin v. LöwisSupport bsddb 3.2. Fixes #483653.
2001-11-24 Martin v. LöwisRename get_referents to get_referrers. Fixes #483815.
2001-11-21 Steven M. Gavafix for redundant empty parent window when invoked...
2001-11-21 Steven M. Gavaback in harness on new config system
2001-11-20 Marc-André... Fix for bug #438164: %-formatting using Unicode objects.
2001-11-20 Marc-André... Fix for bug #480188: printing unicode objects
2001-11-19 Barry Warsawtest_formatdate(): Remove the unnecessary ldate calcula...
2001-11-19 Barry Warsawformatdate(): Jason Mastaler correctly points out that...
2001-11-19 Barry Warsawtest_formatdate(), test_formatdate_zoneoffsets(): Two...
2001-11-19 Barry Warsawformatdate(): The calculation of the minutes part of...
2001-11-19 Martin v. LöwisTest for negative buffer sizes. Fixes #482871.
2001-11-19 Fred DrakeAvoid trailing blank lines in the output.
2001-11-19 Fred DrakeAdjust input pre-processing so that a comment on the...
2001-11-19 Fred DrakeUpdate the platform notes for the CGIHTTPServer module...
2001-11-19 Fred DrakeAnother name...
2001-11-19 Fred DrakeFix the default value for feature_namespaces, per discu...
2001-11-18 Barry Warsawtest_formatdate(): A test that has a mild hope of worki...
2001-11-18 Barry WarsawPaul Rubin reminds me that of course a class's construc...
2001-11-18 Just van Rossuma whole bunch of OSX tweaks
2001-11-18 Fred DrakeClarified a couple of issues for the startElement*...
2001-11-18 Tim PetersRelatively large expansion of the docs for gc.garbage.
2001-11-18 Tim PetersSince the MAGIC number scheme is going to break on...
2001-11-18 Fred Drakeassert.h was not always included by Python.h; make...
2001-11-17 Fred DrakeExhibit good form in C code: always provide docstrings...
2001-11-17 Fred DrakeAdd omitted word for clarity.
2001-11-17 Fred DrakeUpdate to use more modern calling conventions; also...
2001-11-17 Fred DrakeBump the version number; used to identify the Python...
2001-11-17 Tim PetersUpdate Windows installer for 2.2c1.
2001-11-17 Tim PetersAdd skeleton for 2.2c1 news.
2001-11-16 Barry WarsawToughen up the security warnings a bit.
2001-11-16 Barry WarsawAdd a clarification that the email package always deals...
2001-11-16 Barry WarsawBumping version number.
2001-11-16 Fred DrakePost-release bumps. Do *NOT* merge into the 2.2b2...
2001-11-16 Barry WarsawMerged in NEWS changes from the r22b2 branch.
2001-11-16 Fred DrakeClean up some markup a little bit more. Make this...
2001-11-16 Fred DrakeDocument the urlsplit() and urlunsplit() functions.
2001-11-16 Fred DrakeFix parsing of parameters from a URL; urlparse() did...
2001-11-16 Fred DrakeSwitched a couple of sections around.
2001-11-15 Barry WarsawA few minor updates to make it clear(er) that pickle...
2001-11-15 Barry WarsawA change to sync with pickle.py:
2001-11-15 Barry WarsawTwo changes:
2001-11-15 Barry WarsawA massive rewrite affecting both the pickle and cPickle...
2001-11-15 Barry WarsawMinor updates to add more pointers to the pickle docume...
2001-11-15 Fred DrakeThe turtle docs will be moving to another location...
2001-11-15 Fred DrakeClean up the descriptions of multi-signature functions...
2001-11-15 Guido van RossumGroup dict[ionary] news together; and use dict() instead of
2001-11-15 Guido van RossumCorrect the description of mixed multiple inheritance...
2001-11-15 Tim PetersNews about mixing classic and new-style classes in MI.
2001-11-15 Tim PetersBump Windows buildno for 2.2b2.
2001-11-15 Fred DrakeThanks for the Tkinter chapter, Mike!
2001-11-15 Fred DrakeAdd entries for the new Tkinter chapter.
2001-11-15 Fred DrakeTkinter chapter, contributed by Mike Clarkson. Based...
2001-11-14 Tim PetersMore simple test cases for mixed classic+new multiple...
2001-11-14 Tim PetersChanging diapers reminded Guido that he wanted to allow...
2001-11-14 Fred DrakeFinally commit the font changes that have been live...
2001-11-14 Fred DrakeBump release number & date.
2001-11-14 Jeremy HyltonFred observes that the typo was not the only problem...
2001-11-14 Jeremy Hyltontypo
2001-11-14 Jack JansenDon't initialize tp_type statically, it won't work...
2001-11-14 Jack JansenOSX tests used specific version numbers to test for...
2001-11-13 Tim PetersRemoved print that executes only on Unix boxes; that...
2001-11-13 Tim PetersCVS patch #477161: New "access" keyword for mmap,...
2001-11-13 Barry WarsawPyOS_getsig(), PyOS_setsig(): The minimal amount of...
next