]> granicus.if.org Git - python/shortlog
python
2000-08-31 Jeremy HyltonThis module has a poor name, since it can be used under...
2000-08-31 Jeremy Hyltonpatch #101733: fix glitch in FreeBSD conf
2000-08-31 Fred DrakeDocument the limitation that urllib does not work with...
2000-08-31 Fred DrakeIf Setup is older than Setup.in, issue a bold warning...
2000-08-31 Vladimir MarangozovRemove obsolete --with(out)-readline configure option
2000-08-31 Greg WardAdded abstract.
2000-08-31 Fred DrakeUNARY_NEG is supposed to be UNARY_NEGATIVE (spotted...
2000-08-31 Fred DrakeSkip Montanaro <skip@mojam.com>:
2000-08-31 Fred DrakeSkip Montanaro <skip@mojam.com>:
2000-08-31 Jeremy Hyltonfixes bug #111951
2000-08-31 Fred DrakeUpdate some version information for tools based on...
2000-08-31 Fred Drake_PySys_Init(): When setting up sys.version_info, use...
2000-08-31 Jeremy Hyltonapply patch #101362 by Vladimir Marangozov
2000-08-31 Greg WardGet rid of "sec:" prefix that slipped into a couple...
2000-08-31 Barry WarsawGNUTranslations.BE_MAGIC: don't be so clever in calcula...
2000-08-31 Sjoerd MullenderNew method getnamespace.
2000-08-31 Fred DrakeBe a little more careful to avoid including style infor...
2000-08-31 Fred DrakeAlways room to remove more formatting from the HTML!
2000-08-31 Thomas WoutersFix grouping: this is how I intended it, misguided...
2000-08-31 Fred DrakeMove common parameters to mkhowto to a variable, add...
2000-08-31 Fred DrakeAdd --up-link and --up-title parameters to allow linkin...
2000-08-31 Fred DrakePush some table header formatting to the style sheet...
2000-08-31 Fred DrakeRemove obsolete scripts.
2000-08-31 Fred DrakeAdd --l2h-init option, which can augment the standard...
2000-08-31 Fred DrakeCentralize the processing logic for LaTeX documents...
2000-08-31 Fred DrakeRelocate the popen2 documentation since it is now subst...
2000-08-31 Fred DrakePyOS_CheckStack(): Better ANSI'fy this while we're...
2000-08-31 Fred DrakeDocument PyOS_CheckStack().
2000-08-31 Fred DrakeAdd a comment explaining the return value of PyOS_Check...
2000-08-31 Fred DrakePeter Schneider-Kamp <nowonder@nowonder.de>:
2000-08-31 Fred DrakeRemoved compiler warning about wanting explicit groupin...
2000-08-31 Fred DrakeAdded a little more dependency information.
2000-08-31 Fred DrakeAdded prototype for PyToken_ThreeChars(), to remove...
2000-08-31 Fred DrakeAdded note about documenting the SSL support in the...
2000-08-31 Fred DrakeRemove one compiler warning found with -Wstrict-prototypes.
2000-08-31 Jeremy Hyltontg@freebsd.org
2000-08-31 Greg WardAdd /GX to 'compile_options'. This is definitely neede...
2000-08-30 Skip Montanaroadds support for --with-pydebug configure option
2000-08-30 Paul PrescodBetter error message with UnboundLocalError
2000-08-30 Greg WardAdd ".cxx" to the list of known C++ extensions.
2000-08-30 Greg WardAdded docstring for 'wrap()' function.
2000-08-30 Guido van RossumPyOS_CheckStack() returns 1 when failing, not -1.
2000-08-30 Fred DrakePush a little more here to avoid style information...
2000-08-30 Fred DrakeRemove the reference to stdwin. The comment was still...
2000-08-30 Skip Montanarodoc changes to parallel changes to calendar.py module
2000-08-30 Skip Montanaropatches from David Goodger. Closes patch 101085.
2000-08-30 Andrew M. KuchlingFix markup error
2000-08-30 Fred DrakeMarkup revisions. Nothing was actually required to...
2000-08-30 Barry WarsawExpand the test suite to test both the GNU gettext...
2000-08-30 Fred DrakeAdded a couple of links to online documentation. Reaso...
2000-08-30 Barry WarsawAdded James Henstridge
2000-08-30 Barry WarsawFinalize this module for Python 2.0 based on feedback...
2000-08-30 Barry WarsawOops, spell MAL's name right.
2000-08-30 Barry WarsawDocumentation for the gettext module.
2000-08-30 Barry WarsawAdded libgettext.tex
2000-08-30 Andrew M. KuchlingRemoved forgotten text in list comprehensions section...
2000-08-29 Fred DrakeMove a little more here.
2000-08-29 Guido van RossumVarious tweaks and improvements by Thomas Wouters ...
2000-08-29 Fred DrakeAdd a --style option to allow specifying an alternate...
2000-08-29 Andrew M. KuchlingFix for two problems on FreeBSD:
2000-08-29 Fred DrakeAdd a comment noting that the dependency information...
2000-08-29 Guido van RossumSome cleanup for FreeBSD. This gets rid of version...
2000-08-29 Guido van Rossum"tg@FreeBSD.org" writes:
2000-08-29 Guido van RossumAdd support for FreeBSD-[45].
2000-08-29 Guido van RossumPatch by tg@FreeBSD.org to try /var/tmp first.
2000-08-29 Fred DrakeThese files are not part of the current plan.
2000-08-29 Barry WarsawDocument "print >> None"
2000-08-29 Barry WarsawAdded tests of "print >> None"
2000-08-29 Barry Warsaweval_code2(): Guido provides this patch for his suggest...
2000-08-29 Greg WardAdded 'script_name' and 'script_args' instance attribut...
2000-08-28 Fred DrakeAdded os.popen2() and os.popen3() for non-Windows platf...
2000-08-27 Fredrik Lundhoops. accidentally reintroduced a memory leak. put...
2000-08-27 Fredrik Lundhdon't mistake memory errors (including reaching the...
2000-08-27 Greg WardFix line-endings.
2000-08-27 Thomas WoutersReplace the run-time 'future-bytecode-stream-inspection...
2000-08-27 Tim PetersHard to believe Guido compiled this! Function lacked...
2000-08-27 Thomas WoutersRe-allow 'import mod.submod as s', and change its meani...
2000-08-27 Tim PetersThe new PyEval_ReInitThreads wasn't declared in ceval...
2000-08-27 Guido van RossumAdd three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFile...
2000-08-27 Fredrik Lundhimplements PyOS_CheckStack for Windows and MSVC. this...
2000-08-27 Thomas WoutersOops, one pop too many.
2000-08-27 Guido van RossumCharles Waldman's patch to reinitialize the interpreter...
2000-08-26 Tim PetersOpen binary files in binary mode. Fixes test failure...
2000-08-26 Thomas WoutersFixed this problem.
2000-08-26 Thomas WoutersDon't enable the 'thread' module if threads are not...
2000-08-26 Moshe ZadkaTim Peters:
2000-08-26 Tim PetersAnother new test using "from test.test_support import...
2000-08-26 Tim PetersTry to supply a prototype for the module init function...
2000-08-26 Greg WardNew release of the Windows installer from Thomas Heller.
2000-08-26 Greg WardBumped version to 0.9.2pre.
2000-08-26 Greg WardIn 'check_extensions_list()': when converting old-style...
2000-08-25 Marc-André... Fixed a serious typo.
2000-08-25 Fred DrakeUpdate the parser module to support augmented assignment.
2000-08-25 Marc-André... Fix to bug [ Bug #111860 ] file.writelines() crashes.
2000-08-25 Marc-André... Output of the new test
2000-08-25 Marc-André... New test suite for file objects by Jeremy Hilton. This...
2000-08-25 Jack JansenHow-to document for using Python for CGI scripting...
2000-08-25 Jack JansenLast set of CW Pro 5 projects (probably)
2000-08-25 Jack JansenInclude xx project, exclude all the others.
2000-08-25 Jack JansenAdded prototype for DlgObj_ConvertToWindow().
next