]> granicus.if.org Git - python/shortlog
python
2001-07-18 Guido van RossumAdd "help" to the things one is encouraged to type...
2001-07-18 Fred DrakeMade a few minor style & markup changes to the new...
2001-07-18 Martin v. LöwisDeactivate definition of ss_family and ss_len. Fixes...
2001-07-18 Martin v. LöwisPatch #412229: Add functions sys.getdlopenflags and...
2001-07-18 Martin v. LöwisPatch #432117: Record namespaces in the DOM tree using...
2001-07-17 Fred DrakeIgnore the html-*.tar file that can now be generated...
2001-07-17 Fred DrakeRevise the rules for building the distribution files...
2001-07-17 Fred DrakeMirror Guido's latest changes to the license file.
2001-07-17 Fred DrakeBe more specific about some of the dependencies, to...
2001-07-17 Fred DrakeDefine new markup for 5-column tables.
2001-07-17 Fred DrakeRemove a couple of lines from the test that proved...
2001-07-17 Tim PetersKill another merge zombie.
2001-07-17 Fred DrakeKill another merge zombie.
2001-07-17 Fred DrakeKill a merge zombie.
2001-07-17 Fred DrakeStart of a test suite for the "os" module -- this only...
2001-07-17 Jack JansenUsed an adapted MethodGenerator to generate methods...
2001-07-17 Jack JansenOops, left in a debug statement. It's gone now.
2001-07-17 Fred DrakeUpdate the availability information for os.tempnam...
2001-07-17 Fred DrakeOn Windows, tempnam() is spelled with a leading underscore.
2001-07-17 Fred DrakeDefine the constants needed to allow the os.tempnam...
2001-07-17 Guido van RossumA new attempt at rationalizing the "history of the...
2001-07-17 Fred DrakeAdding what's done of the documentation for the new...
2001-07-17 Fred DrakeUse the "st" versions of the "ast" calls in the parser...
2001-07-17 Fred DrakeThe syntax trees handled by this module are not "abstra...
2001-07-17 Tim PetersTypo repair.
2001-07-17 Fred DrakeRemove code to initialize globals that are never used.
2001-07-17 Andrew M. KuchlingDelete sentence fragment (noted by Fred Bremmer)
2001-07-17 Guido van Rossum- Add news about generators.
2001-07-17 Fred DrakeBump the release number.
2001-07-17 Guido van RossumAdd a really stupid warning about 'yield' used as an...
2001-07-17 Fred DrakeMake the syntax for compound command lines more portabl...
2001-07-17 Fred DrakeScript to re-write @FOO@-style marks with values, initi...
2001-07-17 Fred DrakeUpdate the release information.
2001-07-17 Guido van RossumDeleting zombies
2001-07-17 Fred DrakeNow we're picking nits: get my name right! ;-)
2001-07-17 Andrew M. KuchlingAdd FLD to credit list
2001-07-17 Fred DrakeJob.__init__(): Only create the builddir directory...
2001-07-17 Guido van RossumDeleting merge zombie.
2001-07-17 Fred DrakeCleaned up a number of minor nits, use markup a little...
2001-07-17 Andrew M. KuchlingMinor rewrites to iterator and generator sections
2001-07-17 Fred DrakeFix a couple of minor markup nits.
2001-07-17 Kurt B. KaiserINSTALLATION: Remove the coexist.patch instructions
2001-07-17 Kurt B. KaiserPut this in the attic, at least for now...
2001-07-17 Kurt B. KaiserImplement idle command interface as suggested by GvR...
2001-07-17 Tim PetersPrepare Windows installer for 2.2a1.
2001-07-17 Fred DrakeAdded tests for the new yield support in the parser...
2001-07-17 Fred DrakeAdd support for yield statements.
2001-07-16 Jack JansenTypo in the classic mlte build line.
2001-07-16 Jack JansenThe TNXDraw gworld argument is optional.
2001-07-16 Jack JansenIt now works under Carbon. Under Classic the scrollbars...
2001-07-16 Tim PetersThis has never worked on Windows. Now it does. If...
2001-07-16 Barry WarsawUpdated the documentation in several respects:
2001-07-16 Barry Warsawtest_basic(): Add a test for "person@dom.ain (User...
2001-07-16 Barry WarsawStoopid change, just to mention that the last checkin...
2001-07-16 Barry WarsawFix address parsing to be RFC 2822 conformant. Specifi...
2001-07-16 Jack JansenFile handlers don't work on the mac, so don't pretend...
2001-07-16 Fred DrakeAdd a unit test for sgmllib (needs work, but has alread...
2001-07-16 Fred DrakeGive more useful information about a failing PyUnit...
2001-07-16 Fred DrakeRemove a duplicate test.
2001-07-16 Tim PetersDocument doctest's generator-future hack.
2001-07-16 Fred DrakeIn CDATA mode, make sure entity-reference syntax is...
2001-07-16 Guido van Rossumjcompile(): inherit the CO_GENERATOR_ALLOWED flag from...
2001-07-16 Guido van RossumPyRun_StringFlags(): forgot to pass the flags on to
2001-07-16 Thomas WoutersFix SF #441664: Python crash on del of a slice of a...
2001-07-16 Fred DrakeRevise the description of time.clock() so that it corre...
2001-07-16 Guido van RossumFix a mismatched parenthesis in the last patch.
2001-07-16 Andrew M. KuchlingUse \longprogramopt, as suggested by FLD
2001-07-16 Andrew M. Kuchling[Bug #441527] Fixes for preprocessor support, contribut...
2001-07-16 Andrew M. KuchlingUse \verb for configure switches, because inside \code...
2001-07-16 Andrew M. KuchlingWrite some entries in the "Other changes" section
2001-07-16 Kurt B. KaiserAdded installation instructions.
2001-07-16 Kurt B. KaiserAdd a script "idles" which opens a Python Shell window.
2001-07-16 Tim PetersUgly. A pile of new xxxFlags() functions, to communica...
2001-07-16 Kurt B. KaiserCall out IDLE Fork in startup message.
2001-07-16 Kurt B. KaiserAdd a script "idles" which opens a Python Shell window.
2001-07-16 Tim Petersfuture.c: insert a cosmetic space.
2001-07-16 Tim PetersPart way to allowing "from __future__ import generators...
2001-07-16 Andrew M. KuchlingBegan actually writing:
2001-07-15 Guido van RossumPreliminary support for "from __future__ import generat...
2001-07-15 Tim PetersRemove redundant include of assert.h.
2001-07-15 Tim PetersPython.h: Don't attempt to redefine NDEBUG if it's...
2001-07-15 Guido van RossumDefine NDEBUG when Py_DEBUG undefined, to disable the...
2001-07-15 Tim Peterslong_format: Simplify the overly elaborate base-is...
2001-07-14 Andrew M. Kuchling[Bug #438050] Check for sys/poll.h in configure script
2001-07-14 Andrew M. Kuchling[Bug #438050]
2001-07-14 Andrew M. KuchlingFix bug #417212: "curses.newwin can return pads" by...
2001-07-14 Andrew M. KuchlingFix bug #437487: "2.1 build on Solaris fails if CC...
2001-07-14 Guido van Rossum_Py_GetObjects(): GCC suggests to add () around &&...
2001-07-14 Kurt B. Kaisertabnanny and pyclbr are now found in /Lib
2001-07-14 Kurt B. KaiserRemove, was retained for 1.5.2 support
2001-07-14 Jack JansenMinimal text editor using MLTE (code based on wed.py...
2001-07-14 Jack JansenVarious small fixes. The demo now starts to limp along.
2001-07-14 Jack JansenThe constants for MLTE.
2001-07-14 Tim Petersdivrem1 & long_format: found a clean way to factor...
2001-07-14 Tim Peterslong_format(): Simplify new code a bit.
2001-07-14 Fred DrakeBe more permissive in what is accepted as an attribute...
2001-07-14 Kurt B. KaiserInstalling Idle to site-packages via Distutils does not
2001-07-14 Kurt B. Kaiserpy-cvs-2001_07_13 (Rev 1.3) merge
2001-07-14 Kurt B. Kaiserpy-cvs-2001_07_13 (Rev 1.4) merge
2001-07-14 Kurt B. Kaiserpy-cvs-2001_07_13 (Rev 1.4) merge
next