]> granicus.if.org Git - python/shortlog
python
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:
2000-07-10 Fredrik Lundh-- removed get_default compatibility kludge
2000-07-10 Fredrik Lundh- changed hash calculation for unicode strings. the new
2000-07-10 Eric S. RaymondGive ConfigParser the capability to set as well as...
2000-07-10 Peter Schneider... ANSI-fication (fixed on parameter list I messed up...
2000-07-10 Peter Schneider... ANSI-fication
2000-07-10 Peter Schneider... ANSI-fication, added #ifdef construction in mpz_coerce
2000-07-10 Jeremy Hyltonfactor out test definitions to string_tests module
2000-07-10 Jeremy Hyltonadd isalpha and isalnum methods
2000-07-10 Peter Schneider... ANSI-fication, not really tested, but should (hopefully...
2000-07-10 Peter Schneider... ANSI-fication of the SGI modules (note that svmodule...
2000-07-10 Fredrik Lundh- stupid typo.
2000-07-10 Guido van RossumAdd linker flag -export-dynamic so symbols in libpython...
2000-07-10 Fredrik Lundh-- get rid of a compiler warning on unix. (as reported
2000-07-10 Guido van RossumAdded the line 'Testing UTF-16 code point order compari...
2000-07-10 Guido van RossumAdapted for Python 2.0 under RH Linux.
2000-07-10 Jeremy Hyltonremove prints of file objects from _test
2000-07-10 Jeremy Hyltonexpect message "no regression test case for method...
2000-07-10 Andrew M. KuchlingPatch from Joe Eaton <jeaton@hostway.net> (SF#100741...
2000-07-10 Peter Schneider... ANSI-fication
2000-07-10 Peter Schneider... ANSI-fication
2000-07-10 Peter Schneider... ANSI-fying
2000-07-10 Peter Schneider... ANSI-fication
2000-07-10 Peter Schneider... ANSI-fication
2000-07-10 Peter Schneider... ANSI-fication
2000-07-10 Peter Schneider... ANSI-fication
2000-07-10 Peter Schneider... ANSI-fication
2000-07-10 Peter Schneider... ANSI-fication
2000-07-10 Peter Schneider... ANSI-fication
2000-07-10 Peter Schneider... ANSI-fication
2000-07-10 Peter Schneider... ANSI-fication
2000-07-10 Peter Schneider... ANSI-fication
2000-07-10 Peter Schneider... ANSI-fication (and test if committing files works now)
2000-07-10 Sjoerd MullenderBetter error handling of bad entity references. Before...
2000-07-10 Vladimir MarangozovInitialize the return value in collect_generations...
2000-07-10 Vladimir MarangozovRemove the "1" that Tim sticked to the preprocessor...
2000-07-10 Vladimir MarangozovA small comment fix just to make sure I got my cvs...
2000-07-10 Fred DrakeGuido said include these in the Great ANSI-fication...
2000-07-09 Fredrik Lundh- changed the nt.popen2 return values back to
2000-07-09 Fredrik Lundh- repaired locale.py for non-windows platforms. the...
2000-07-09 Barry WarsawException__str__(): In case 1, be sure to decref the...
2000-07-09 Barry WarsawUse TQSQ (triple quoted single quote) module docstring...
2000-07-09 Fredrik Lundh- changed 1.5 to 2.0 in the help text
2000-07-09 Fredrik Lundh- ANSI-fication
2000-07-09 Fred DrakeUpdate to use the new standard webbrowser module if...
2000-07-09 Fredrik Lundh- added popen.popen2/popen3/popen4 support for
2000-07-09 Fredrik Lundh- added optional bufsize argument to new popen methods.
2000-07-09 Fredrik Lundh- merged setlocale and set_locale. the internal setlocale
2000-07-09 Fred DrakeNew module to control Web browsers; see the documentati...
2000-07-09 Fred DrakeMake tabnanny happy.
2000-07-09 Greg Steinneeds a space
2000-07-09 Fred DrakeANSI-fication of the sources.
2000-07-09 Fred DrakeANSI-fication of the sources.
2000-07-09 Fredrik Lundh- ANSI-fication
2000-07-09 Fredrik Lundh- ANSI-ification
2000-07-09 Andrew M. KuchlingDocument addition of webbrowser.py
2000-07-09 Fredrik Lundh- improved os.popen support for windows, based on win32pipe
2000-07-09 Fred DrakeRemove setup of HAVE_OLD_CPP; it is no longer used...
2000-07-09 Fred DrakeRemove use of HAVE_OLD_CPP to support non-ANSI preproce...
next