]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2000-08-05  Greg WardPragmas that instruct the linker to link against python...
2000-08-05  Greg WardA bundle of wording improvements, corrections, clarific...
2000-08-04  Moshe ZadkaRemoved unnecessary local variable -- gave warning...
2000-08-04  Moshe ZadkaRemoving warnings by gcc -Wall -- cast ugly || to void.
2000-08-04  Jeremy Hyltonadd note about compiler directory
2000-08-04  Jeremy Hyltonreplace most calls to emit 'SET_LINENO' will call to...
2000-08-04  Jeremy Hyltonupdate my email address
2000-08-04  Moshe ZadkaRemoving warnings discovered by gcc -Wall
2000-08-04  Moshe ZadkaRemoving warnings found by gcc -Wall
2000-08-04  Moshe ZadkaOooopsss.....tab and space mismatch corrected.
2000-08-04  Guido van RossumAdd a test that Py_IsInitialized() in Py_InitModule4...
2000-08-04  Thomas WoutersRaise 'TestSkipped' (from the test_support) module...
2000-08-04  Moshe ZadkaRaise TestSkipped, not ImportError.
2000-08-04  Thomas WoutersMake test_support.TestSkipped errors work the same...
2000-08-04  Moshe ZadkaIn case the user isn't allowed to access /dev/dsp or...
2000-08-04  Andrew M. KuchlingMention Include/my*.h cleanup
2000-08-04  Andrew M. KuchlingAdded zip() builtin
2000-08-04  Thomas WoutersAdd missing 'try:'. Patch by Rob W. W. Hooft, #101071...
2000-08-04  Eric S. RaymondDocumented curses.wrapper and curses.textpad.
2000-08-04  Eric S. RaymondCorrected a bug in handling of ^N and ^P with stripspac...
2000-08-04  Fred DrakeRemove the outer test for __name__; not necessary.
2000-08-04  Tim PetersBoost buffer sizes in the absence of snprintf on Windows.
2000-08-04  Fred Drakesnprintf() is not portable, so continue to use sprintf...
2000-08-04  Greg WardAdded 'debug_print()'.
2000-08-04  Greg WardRewrote 'find_library_file()' much more cleanly (and...
2000-08-04  Greg WardAdded 'debug' flag to 'find_library_file()', and change...
2000-08-04  Greg WardAdded 'debug' flag to 'find_library_file()'.
2000-08-03  Jeremy Hyltontest the non-multipart sections of the cgi module
2000-08-03  Fred DrakeBreak the "Python Services" chapter into two: "Python...
2000-08-03  Jeremy HyltonRemove very long doc string (it's all in the docs)
2000-08-03  Marc-André... Added descriptions of the new parser markers for PyArg_...
2000-08-03  Jeremy HyltonPython code coverage tool by Skip Montanaro and Andrew...
2000-08-03  Marc-André... This patch finalizes the move from UTF-8 to a default...
2000-08-03  Fred DrakeRemove the tp_print handler.
2000-08-03  Greg Steinadd a bit more legal junk
2000-08-03  Fred Drake\py@varvars: Merge the various definitions to be the...
2000-08-03  Fred Drakeint() description: Fix markup to avoid image generatio...
next