]> granicus.if.org Git - python/shortlog
python
2000-07-16 Tim PetersFix fatal compiler (MSVC6) error:
2000-07-16 Skip Montanarosplit and join on "/" in commonprefix
2000-07-16 Marc-André... Fix to a bug found by Florian Weimer:
2000-07-16 Thomas WoutersSpelling fixes supplied by Rob W. W. Hooft. All these...
2000-07-16 Thomas WoutersBugfix by Rob W. W. Hooft, from his spelling fixes...
2000-07-15 Jack JansenImplemented getdefaultlocale() for macintosh, after...
2000-07-15 Jack JansenModified the standard mac preamble so we include pymact...
2000-07-15 Jack JansenScannerPREUH3.initpatterns() should call Scanner.initpa...
2000-07-15 Thomas WoutersOops, forgot to run autoheader before checking in the...
2000-07-15 Fredrik Lundh-- fixed the comment, too
2000-07-15 Fredrik Lundh-- note to self: wait until 'cvs commit' has finished...
2000-07-15 Fredrik Lundh-- changed default encoding to "ascii". you can still...
2000-07-15 Vladimir MarangozovFix in PyList_New(). With GC enabled and when out...
2000-07-15 Vladimir MarangozovBreak a cycle created in the saboteur() function.
2000-07-14 Jack JansenGot rid of obsolete HAVE_UNIVERSAL_HEADERS test and...
2000-07-14 Jack JansenTest for TARGET_API_MAC_CARBON with #if in stead of...
2000-07-14 Jack Janseninclude stdio.h for sprintf prototype.
2000-07-14 Jack Jansenpymactoolbox.h contains protoypes for all externally...
2000-07-14 Jack Janseninclude macdefs.h for declaration of getwd, if non...
2000-07-14 Jack JansenPyMac_PromptGetFile and PyMac_GetDirectory don't exist...
2000-07-14 Jack JansenDon't declare sync if we use gusi.
2000-07-14 Eric S. RaymondDocument the second round of ConfigParser changes.
2000-07-14 Thomas WoutersMove (actually copy) support for the sgi._getpty()...
2000-07-14 Eric S. RaymondConfigParser enhancements to edit existing configs...
2000-07-14 Andrew M. KuchlingTypo fix from Bastian Kleineidam
2000-07-14 Peter Schneider... moving files to nondist/sf-html
2000-07-14 Vladimir MarangozovGosh - clean up that messy HTML; make it valid XHTML...
2000-07-14 Vladimir MarangozovBreak the cycles after testing cmp() on cyclic objects.
2000-07-14 Peter Schneider... added information how to edit pages at http://python...
2000-07-14 Peter Schneider... small FAQ about Python CVS and patches at SourceForge
2000-07-13 Andrew M. KuchlingUse PyObject_AsFileDescriptor
2000-07-13 Andrew M. KuchlingDocument PyObject_AsFileDescriptor
2000-07-13 Andrew M. KuchlingAdded PyObject_AsFileDescriptor, which checks for integ...
2000-07-13 Peter Schneider... ANSI-fication (got lost in the deep seas of source...
2000-07-13 Jeremy Hyltonfix PyXXX_Length macros as suggested by Fred
2000-07-13 Guido van RossumPatch by Toby Dickenson, mentored by Mark Hammond,...
2000-07-13 Eric S. RaymondApply Greg Kochanski's fix for open/265.
2000-07-13 Eric S. RaymondFix bug open/243 reported by Dimitri Papadopoulos
2000-07-13 Peter Schneider... just fixing the indentation
2000-07-13 Peter Schneider... raise error on duplicate function arguments
2000-07-13 Fred DrakeImprove the descriptions of expected exceptions for...
2000-07-13 Andrew M. KuchlingFrom Sam Rushing's Medusa, via SF patch #100858: add...
2000-07-13 Skip Montanaroforgot to change copy.copy(m) to m[:]
2000-07-12 Vladimir MarangozovPropagate the current exception in get_inprogress_dict...
2000-07-12 Skip Montanarodeleted obsolete SYMANTEC__CFM68K__ tests
2000-07-12 Skip Montanarodelete obsolete SYMANTEC__CFM68K__ #ifdefs
2000-07-12 Skip Montanarofixed semantics of commonprefix to work by path element...
2000-07-12 Jeremy Hyltonreplace PyXXX_Length calls with PyXXX_Size calls
2000-07-12 Jeremy Hyltonchange abstract size functions PySequence_Size &c.
2000-07-12 Guido van RossumAdd "exceptions" to list of built-in modules for the...
2000-07-12 Guido van RossumAdd "exceptions" to list of built-in modules for the...
2000-07-12 Sjoerd MullenderFixed up some ANSIfications.
2000-07-12 Greg Steinapply patch #100868 from Moshe Zadka:
2000-07-12 Barry Warsawdebug_instance(): Use the same %p format directive...
2000-07-12 Vladimir MarangozovSecond try: checks whether right shift extends the...
2000-07-12 Fred DrakeConvert coding style to be internally consistent and...
2000-07-12 Fred DrakeAlways use the :funcname part of the format specifier...
2000-07-12 Fred DrakeDocumentation for the gc module. Text from Neil Scheme...
2000-07-12 Tim PetersWorm around MSVC6 error on single string literal >...
2000-07-12 Andrew M. KuchlingRemove extra argument to method call
2000-07-12 Vladimir MarangozovChecks whether right shift extends the sign bit.
2000-07-12 Vladimir MarangozovChecks whether right shift extends the sign bit.
2000-07-12 Andrew M. KuchlingFix typo in error message
2000-07-12 Eric S. RaymondResynchronize the TeX docs with (a) the module docstrin...
2000-07-12 Andrew M. KuchlingFix bugs in readinst():
2000-07-12 Andrew M. KuchlingPatch #100854 from jhylton: eliminate compiler warnings...
2000-07-12 Vladimir MarangozovFix mixed mallocs: re->re_patbuf.buffer is allocated...
2000-07-12 Skip Montanaronew test for posixpath module
2000-07-12 Skip Montanaronew test file for posixpath module
2000-07-11 Peter Schneider... Errare humanum est.
2000-07-11 Jack JansenGot rid of __SC__ ifdefs.
2000-07-11 Jack JansenInclude macglue.h for some function prototypes, and...
2000-07-11 Jack JansenInclude macglue.h on the macintosh, so function prototy...
2000-07-11 Jack JansenOne more include of limits.h (possibly to be moved...
2000-07-11 Jack JansenRemoved guesstabsize.c, which is obsolete.
2000-07-11 Jack Jansen- Removed guesstabsize.c, which is obsolete.
2000-07-11 Jack JansenANSIfication step 2: make sure all needed prototypes...
2000-07-11 Jack JansenAdded a declaration of fileno() if we use GUSI. Not...
2000-07-11 Jack JansenFiddled declaration/implementation of setcallback(...
2000-07-11 Jeremy Hyltonsmall updates to string_join:
2000-07-11 Jeremy Hyltonsatisfy the -Wall: remove two unused local variables...
2000-07-11 Jack JansenANSIfication step 1: get rid of Py_PROTO and Py_FPROTO.
2000-07-11 Fred DrakeFix incomplete merge of Ping's SyntaxError enhancement...
2000-07-11 Fred DrakeMoshe Zadka <mzadka@geocities.com>:
2000-07-11 Fred DrakeCreate two new exceptions: IndentationError and TabErr...
2000-07-11 Peter Schneider... fixed a warning in getsockaddrlen
2000-07-11 Peter Schneider... add expandtabs command (-e)
2000-07-11 Fred DrakeChange the table in the pyexpat.errors module to a...
2000-07-11 Jeremy Hyltonfix bug #42 reported by Andrew Dalke
2000-07-11 Fred DrakeNeil Schemenauer <nascheme@enme.ucalgary.ca>:
2000-07-11 Eric S. RaymondBug fix: ? and ! were not full aliases for `help' and...
2000-07-11 Peter Schneider... fixed inconsistent use of tab and spaces
2000-07-11 Andrew M. KuchlingAdd test of resize() method of mmap objects
2000-07-11 Andrew M. KuchlingDocstring changes.
2000-07-11 Marc-André... Jeremy Hylton:
2000-07-11 Barry Warsawstring_join(): Some cleaning up of reference counting...
2000-07-11 Jeremy Hyltonadd more tests of string.join variants to run_method_tests
2000-07-11 Jeremy Hyltonfix two refcount bugs in new string_join implementation:
2000-07-10 Tim PetersNow that prototypes are in scope, the compiler gives...
2000-07-10 Jeremy Hyltontwo changes to string_join:
next