]> granicus.if.org Git - python/shortlog
python
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...
2001-10-18 Guido van RossumThe assignment to result.st_rdev can raise AttributeErr...
2001-10-18 Fredrik Lundhchanged misleading argument name
2001-10-18 Guido van RossumDon't leave bare newlines in long strings -- VC doesn...
2001-10-18 Guido van Rossumadd structseq.c to project
2001-10-18 Tim PetersSF Patch (but with no patch) 472555 Remove trailing...
2001-10-18 Guido van RossumMissing file structseq.c for SF patch #462296
2001-10-18 Guido van RossumSF patch #462296: Add attributes to os.stat results...
2001-10-18 Tim PetersSF bug [#472347] pydoc and properties.
2001-10-18 Guido van RossumShut up warnings for setgroups() on Linux -- you have...
2001-10-18 Barry WarsawSome minor clarifications for find()'s arguments based...
2001-10-18 Fred DrakeDo not expect line number events when running under...
2001-10-18 Fredrik LundhSRE bug #441409:
2001-10-18 Fred DrakeAdd a test for calling a weakref proxy with a dictionar...
2001-10-18 Fred DrakeRemove an unnecessary check for NULL.
2001-10-18 Guido van RossumNote stricter tp_compare return value requirements.
2001-10-18 Guido van RossumPart 2/2 of SF patch #416704: More robust freeze, by...
2001-10-18 Fred DrakeStraighten out the exec*() function descriptions a...
2001-10-18 Tim PetersSquash compiler wng about signed/unsigned mismatch.
2001-10-18 Guido van RossumFirst part of SF patch #416704: More robust freeze...
2001-10-18 Guido van RossumFix the frozen bytecode for __hello__ (betcha didn...
2001-10-18 Fred DrakeBump version number.
2001-10-18 Fred DrakeBump release information.
2001-10-18 Fred DrakeAdd a note about changes related to the weak reference...
2001-10-18 Fred DrakeMake sure we do not core dump when using proxies with...
2001-10-18 Fred DrakeWhen weakref proxies are involved in binary & ternary...
2001-10-18 Guido van RossumSF bug #471720: ThreadingMixIn/TCPServer forgets close
2001-10-18 Martin v. LöwisReindent __repr__.
2001-10-18 Jeremy HyltonAdd test for local assigned to only in a nested list...
2001-10-18 Jeremy HyltonFix for SF bug [ #471928 ] global made w/nested list...
2001-10-18 Guido van RossumFix SF bug #472234: type(obj) calls type->tp_init ...
2001-10-18 Martin v. LöwisUse CXX in LINKCC if CXX is used to build main() and...
2001-10-18 Fred DrakeFix typo reported by Michael Soulier.
2001-10-18 Tim PetersBump Windows build # for 2.2b1.
2001-10-18 Fred DrakeFunction descriptions must end as well as start!
2001-10-18 Martin v. LöwisElaborate on types and meaning of the setgroups arguments.
2001-10-18 Martin v. LöwisPatch to bug #472202: Correctly recognize NetBSD before...
2001-10-18 Martin v. LöwisPatch #470744: Simplify __repr__ error handling.
2001-10-18 Martin v. LöwisExpose setgroups. Fixes feature request #468116.
2001-10-18 Neil SchemenauerFix error checking done by abstract_issubclass and...
2001-10-18 Jeremy HyltonAdd trivial test cases for RAND_add() and RAND_status().
2001-10-18 Jeremy HyltonExpose three OpenSSL API calls for dealing with the...
2001-10-17 Skip Montanarotest for int and long int overflow (allows operation...
2001-10-17 Barry WarsawTwo merges from the mimelib project:
2001-10-17 Barry WarsawTwo merges from the mimelib project:
2001-10-17 Guido van RossumProtect references to tp_descr_get and tp_dict with...
2001-10-17 Guido van RossumOops. Catching OverflowError from int() doesn't help...
2001-10-17 Guido van RossumRemove a bunch of stuff that's no longer needed now...
next