]> granicus.if.org Git - python/shortlog
python
2001-10-24 Fred DrakeConvert getrefcount() to METH_O, and sys_excepthook...
2001-10-24 Guido van RossumSF patch #474590 -- RISC OS support
2001-10-24 Tim PetersSF bug #473525 pyclbr broken
2001-10-24 Guido van RossumSF patch #474590 -- RISC OS support
2001-10-24 Guido van RossumSF patch #474590 -- RISC OS support
2001-10-24 Fred DrakeWhen describing "import *", add a level of indirection...
2001-10-24 Martin v. LöwisFix typo. Thanks to Jack Jansen for spotting it.
2001-10-24 Martin v. LöwisCheck for HP/UX curses problems. Define _XOPEN_SOURCE_...
2001-10-24 Martin v. LöwisInclude netdb.h to detect getaddrinfo. Work around...
2001-10-24 Jack JansenOops, undo previous change, which wasn't supposed to...
2001-10-23 Jack JansenAdded missing cast.
2001-10-23 Jack JansenSome escaped newlines had spaces between the backslash...
2001-10-23 Jack JansenNew URL for Joe Strouts example page.
2001-10-23 Jack JansenGot this to work in MacPython. The code is #ifdef macin...
2001-10-23 Jack JansenAdded _hotshot.
2001-10-23 Jack Jansenquit() wasn't included in the suite. This is a quick...
2001-10-23 Jack JansenTweaks for MacPython 2.2b1
2001-10-23 Jack JansenTweaks for MacPython 2.2b1.
2001-10-23 Guido van RossumApply the first chunk of the second patch from SF bug...
2001-10-23 Guido van RossumSF patch #474175 (Jay T Miller): file.readinto arg...
2001-10-23 Fred DrakeConvert the ref() and proxy() implementations to use...
2001-10-23 Fred DrakeDocumentation for the new PyArg_UnpackTuple() function.
2001-10-23 Fred DrakePyArg_UnpackTuple(): New argument unpacking function...
2001-10-23 Andrew M. KuchlingFill out section on how to write a new-style class
2001-10-23 Guido van Rossumtest_curses is an expected skip on Linux too.
2001-10-23 Fred DrakeStyle conformance: function name begins a new line...
2001-10-23 Steven M. Gavafont/tabs config dialog page now reads its data from...
2001-10-23 Tim PetersSF bug [#473864] doctest expects spurios space.
2001-10-23 Neil SchemenauerAdd function attributes that allow GCC to check the...
2001-10-23 Neil SchemenauerHide GCC attributes fom compilers that don't support...
2001-10-23 Tim PetersDoc and NEWS changes due to Jeremy adding traceback...
2001-10-22 Jeremy HyltonMake traceback objects collectable.
2001-10-22 Tim PetersRecord that test_curses doesn't run on win32.
2001-10-22 Fred DrakeFixed denial-of-weak-ref-support test; Jeremy changed...
2001-10-22 Fredrik Lundhanother major speedup: let sre.sub/subn check for escap...
2001-10-22 Barry WarsawFixed an example in the use of email.Utils.getaddresses...
2001-10-22 Tim PetersRemoved two pointless and obfuscating macros.
2001-10-22 Fred DrakeAdded two very tardy notes about the 2.2b1 release...
2001-10-22 Jeremy HyltonA few formatting nits:
2001-10-22 Fred DrakeAdd better support for Mozilla's use of <link> elements.
2001-10-22 Andrew M. KuchlingAdd curses-related news items
2001-10-22 Jeremy HyltonReferencable is not a word, so don't use it in an error...
2001-10-22 Jeremy Hyltoncleanup indentation
2001-10-22 Andrew M. KuchlingUpdate bug/patch counts
2001-10-22 Andrew M. KuchlingPatch #473187: Add a test script that exercises most...
2001-10-22 Fred DrakeDo a little bit more to try and add <link> elements...
2001-10-22 Fred DrakeClarify that the resource module does not attempt to...
2001-10-22 Andrew M. KuchlingAdd correction from /F about SRE
2001-10-22 Fredrik Lundhsre.split should return the last segment, even if empty
2001-10-22 Guido van RossumMake the error message for unsupported operand types...
2001-10-22 Andrew M. KuchlingPartly fill out the PEP 252 section
2001-10-22 Andrew M. KuchlingA bunch of minor rewordings
2001-10-22 Guido van RossumFix for SF bug #472940: can't getattr() attribute shown...
2001-10-22 Andrew M. KuchlingFix some typos
2001-10-22 Guido van RossumMethods of built-in types now properly check for keywor...
2001-10-22 Guido van RossumMake tabnanny happy. (Piers, please run the test suite...
2001-10-21 Piers Lauderupdate version number
2001-10-21 Neil Schemenauerinstall on HP-UX does not support the -d option. Using...
2001-10-21 Neil SchemenauerAdd missing "static" declarations (found by "make smelly").
2001-10-21 Neil SchemenauerAdding missing "static" declarations (found by "make...
2001-10-21 Neil Schemenauer- Build dbm module using libdb1 if it's available....
2001-10-21 Fredrik Lundhfixed character set description in docstring (SRE uses...
2001-10-21 Piers Lauderfix send method not noticing when partial sends happen
2001-10-21 Fredrik Lundhsre.Scanner fixes (from Greg Chapman). also added...
2001-10-21 Fredrik Lundhrewrote the pattern.sub and pattern.subn methods in C
2001-10-21 Martin v. LöwisChange clear_handlers argument to indicate whether...
2001-10-21 Guido van RossumBig internal change that should have no external effect...
2001-10-20 Fredrik Lundhrewrote the pattern.split method in C
2001-10-20 Andrew M. KuchlingUpdate description of border()
2001-10-20 Andrew M. KuchlingAdd two forgotten 'break' statements
2001-10-20 Guido van RossumPatch from SF bug #472956: UMR when there is a syntax...
2001-10-20 Guido van RossumPatch from SF bug #473150: configure weaknesses on...
2001-10-20 Fred DrakeUse the \note and \warning macros where appropriate.
2001-10-20 Fred DrakeDescribe the content given as the parameter to the...
2001-10-19 Fred DrakeAdditional rules to support the iSilo conversion.
2001-10-19 Fred DrakeHush up CVS.
2001-10-19 Fred DrakeSupport for the iSilo conversion.
2001-10-19 Tim PetersThe usual post-release fiddling.
2001-10-19 Fred DrakeWhen stating that some parameters to makefile() are...
2001-10-19 Barry WarsawUpdated version numbers for post 2.2b1 development.
2001-10-19 Skip Montanaroadded tests for long ints and ints where they are ...
2001-10-19 Thomas HellerFix for Bug #216405:
2001-10-19 Guido van Rossum(Hopefully) fix SF bug #472675: CVS socketmodule now...
2001-10-19 Marc-André... Additional test and documentation for the unicode(...
2001-10-19 Barry WarsawLast minute updates for changes since 2.2a4. Unless...
2001-10-19 Barry WarsawAdded a note about the somewhat kludgey behavior of...
2001-10-19 Barry WarsawAnother merge from mimelib:
2001-10-19 Barry WarsawAnother email package test file
2001-10-19 Barry WarsawAnother merge from mimelib:
2001-10-19 Jeremy HyltonAdd entry for RAND_xxx() functions in socket module.
2001-10-19 Guido van RossumNote the Unicode changes from SF patch #470578.
2001-10-19 Guido van RossumSF patch #470578: Fixes to synchronize unicode() and...
2001-10-19 Guido van RossumAnother.
2001-10-19 Guido van RossumSF patch #470393 (Jim Ahlstrom): Add missing marshal...
2001-10-19 Guido van RossumSF patch #460805 by Chris Gonnerman: Support for unsetenv()
2001-10-19 Guido van RossumSF patch #443759: Add Interface to readline's add_history
2001-10-18 Martin v. LöwisAssume a 64-bit start and len if O_LARGEFILE is available.
2001-10-18 Martin v. LöwisExpose O_LARGEFILE, O_DIRECT, O_DIRECTORY, and O_NOFOLLOW.
2001-10-18 Tim PetersWhitespace normalization.
2001-10-18 Martin v. LöwisMove dlfcn.h block out of NetBSD block, assuming that...
next