]> granicus.if.org Git - python/shortlog
python
2000-08-14 Fred DrakeDocument the byte_order value in the sys module.
2000-08-14 Fred DrakeAdd a byte_order value to the sys module. The value...
2000-08-14 Fred DrakeDocument the range type, as suggested by Denis S. Otkidach
2000-08-14 Marc-André... Fixed a couple of instances where a 0-length string...
2000-08-14 Mark HammondTest for fix to bug #110673: os.abspatth() now always...
2000-08-14 Mark HammondFix for Bug #110673: os.abspatth() now always returns...
2000-08-14 Mark HammondCheck in the correct output - even though the module...
2000-08-14 Mark HammondSupport for building the new w9xpopen.exe, which is...
2000-08-14 Mark HammondPatch #101032, from David Bolen:
2000-08-14 Mark HammondPatch #101032, from David Bolen:
2000-08-14 Fred DrakeIn the section on the "Very High Level Layer", address...
2000-08-13 Trent MickRevert this checkin:
2000-08-13 Trent MickCheck for overflow in list object insertion and raise...
2000-08-13 Thomas WoutersThe list comp patch checked for the second child node...
2000-08-13 Vladimir MarangozovFix a typo in the PyMem_Resize macro, found by Andrew...
2000-08-13 Greg WardOverhauld 'check_config_h()': now returns a (status...
2000-08-13 Greg WardAdded a whinging comment about the ugliness of construc...
2000-08-13 Greg WardRene Liebscher:
2000-08-13 Greg WardRene Liebscher:
2000-08-13 Greg Wardget_export_symbols() changed, adds now module init...
2000-08-13 Greg WardRene Liebscher: ext.export_symbols is now always a...
2000-08-13 Greg WardTypo fix in docstring.
2000-08-13 Greg WardFix references to functions formerly imported from...
2000-08-12 Trent MickClean up warning from Monterey compiler.
2000-08-12 Thomas WoutersThe list comprehensions patch partly reversed the remov...
2000-08-12 Trent MickClean up a warning on Win64. The downcast of the strlen...
2000-08-12 Trent MickClean up a couple of warnings on Win64. The downcast...
2000-08-12 Trent MickUse safer comparisons (only matters when sizeof(int...
2000-08-12 Thomas WoutersBring Tools/compiler almost up to date. Specifically:
2000-08-12 Fred DrakeFix some markup errors that prevented formatting, and...
2000-08-12 Trent MickAdd the current Win64 compiler to the list of those...
2000-08-12 Andrew M. KuchlingUpdated this module after the recent grammar changes
2000-08-12 Andrew M. KuchlingBack out ESR's erroneous commit of a DB-related change
2000-08-12 Skip Montanarolist comprehensions. see
2000-08-12 Guido van RossumWhoever added the Makefile rule to auto-build the Gramm...
2000-08-12 Fred DrakeAdded information for PyEval_EvalCode().
2000-08-12 Fred DrakeAdded Marc-Andre Lemburg's documentation for string...
2000-08-11 Trent MickThese files all used to be tagged as binary in CVS...
2000-08-11 Thomas Wouters'make' in Grammar too, so graminit.h and graminit.c...
2000-08-11 Thomas WoutersMerge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK...
2000-08-11 Fred DrakePyRun_InteractiveOne(),
2000-08-11 Fred DrakeSome minor clarifications and added some index entries.
2000-08-11 Fred DrakeO_BINARY: Documented this constant; omission noted...
2000-08-11 Fred Drakedo_env_cfuncdesc(): Push as much of the generated...
2000-08-11 Fred Drakegetopt(): revise description of long_options parameter...
2000-08-11 Trent MickAdd largefile support for Linux64 and WIn64. Add test_l...
2000-08-11 Fred DrakeAdded material about documenting packages, so that...
2000-08-11 Fred DrakeInclude the document dependencies earlier so that docum...
2000-08-11 Fred DrakeMarkup errors: \cfuntion -> \cfunction
2000-08-11 Fred DrakeANY becomes void, to reflect the requirement for ANSI C.
2000-08-11 Fred DrakeAdd support for FreeBSD --rpath linker option; this...
2000-08-11 Vladimir Marangozov#include reordering so that extern "C" does not interfe...
2000-08-11 Marc-André... Added #fndef's to avoid compiler errors.
2000-08-11 Sjoerd MullenderUse built in function filter instead of doing it labori...
2000-08-11 Vladimir MarangozovFix missing decrements of the recursive counter in...
2000-08-10 Fred DrakeClean up compiler warning exposed by GCC's -Wall option...
2000-08-10 Peter Schneider... add better algorithm to get fully qualified domain...
2000-08-10 Peter Schneider... remove all occurence of math.rint() from the sources
2000-08-10 Guido van RossumImprove MHMailbox: messages are now sorted in numerical...
2000-08-09 Eric S. RaymondMore on noutrefresh.
2000-08-09 Eric S. RaymondTweak curses.wrapper so it initializes colors if they...
2000-08-09 Fredrik Lundh-- added a couple of missing Tkinter constants (canvas...
2000-08-09 Fredrik Lundh-- don't mess up in winfo_visualsavailable if the syste...
2000-08-09 Fredrik Lundh-- added optional newstate argument to Wm.state. The...
2000-08-09 Fredrik Lundh-- use explicit conversion instead of u-string literal...
2000-08-09 Fredrik Lundh-- added xview_moveto, xview_scroll, yview_moveto,...
2000-08-09 Fredrik Lundh-- untabification (use "diff -b" to verify)
2000-08-09 Fred DrakeCorrect markup error.
2000-08-09 Fred DrakeCorrect version number at which the curses.ascii module...
2000-08-09 Fred DrakeFix a few markup errors and lots of small consistency...
2000-08-09 Fred Drakefix_font(): Handle one more case for the magical first...
2000-08-09 Fredrik Lundh-- changed findall to return empty strings instead...
2000-08-08 Fredrik Lundh-- enabled some temporarily disabled RE tests
2000-08-08 Fredrik Lundh-- whitespace cleanup (real changes coming in next...
2000-08-08 Fredrik Lundh-- whitespace cleanup (more tests to be added in the...
2000-08-08 Guido van RossumBarry's patch to document the new setdefault() method...
2000-08-08 Guido van RossumBarry's patch to test the new setdefault() method.
2000-08-08 Guido van RossumBarry's patch to implement the new setdefault() method.
2000-08-08 Greg WardFix so 'split_quoted()' handles any whitespace delimite...
2000-08-08 Marc-André... Removing UTF-16 aware Unicode comparison code. This...
2000-08-07 Jack JansenMoved PyOS_StackCheck prototype to pythonrun.h
2000-08-07 Jack JansenAdded a missing } in the USE_STACKCHECK code.
2000-08-07 Jack JansenAdded a prototype for PyOS_CheckStack (within #ifdef...
2000-08-07 Fredrik Lundh-- reset marks if repeat_one tail doesn't match
2000-08-07 Fredrik Lundh-- from Trent Mick: [Patch #101010] replace use of...
2000-08-07 Guido van RossumWhen returning an error from jcompile() (which is passe...
2000-08-07 Guido van RossumAvoid dumping core when PyErr_NormalizeException()...
2000-08-07 Fredrik Lundh+ if USE_STACKCHECK is defined, use PyOS_CheckStack...
2000-08-07 Moshe ZadkaInitialized opcode and oparg to silence a gcc -Wall...
2000-08-07 Greg WardFix so the 'install_libbase' directory -- where .pth...
2000-08-07 Greg WardFix so we clear or reinitialize various data structures...
2000-08-06 Vladimir MarangozovNeil Schemenauer: GC enable(), disable(), isenabled...
2000-08-06 Jack JansenProject for pyexpat module.
2000-08-06 Jack JansenRewrite of normpath() by Corran Webster, so trailing...
2000-08-06 Greg WardWrote the "Describing extension modules" section.
2000-08-05 Thomas WoutersCleanup configure.in. Specifically:
2000-08-05 Thomas WoutersFix some strange indentation and grammar that have...
2000-08-05 Jack JansenChanged H specifier to mean "bitfield", i.e. any value...
2000-08-05 Greg WardFixed imports from '*util' modules to not just import...
2000-08-05 Greg WardDrop the 'extend()' function -- old 1.5.1 compatibility...
next