]> granicus.if.org Git - python/shortlog
python
2000-09-01 Jeremy HyltonUpdate magic number.
2000-09-01 Tim PetersInstall LICENSE.txt and README.txt.
2000-09-01 Guido van RossumTentative license. Could still change for the 2.0b1...
2000-09-01 Tim PetersGuido pointed out that the "non-admin install" blurb...
2000-09-01 Guido van RossumAdding new files, removing some.
2000-09-01 Tim PetersRepaired damaged comments, and extra spaces in fatal...
2000-09-01 Guido van RossumThe usual
2000-09-01 Guido van RossumCorrect configure.in version.
2000-09-01 Guido van RossumMove the Py_DECREF(x) after the error: label so that...
2000-09-01 Guido van RossumRob Hooft, Moshe Zadka: converted to 4 space indents...
2000-09-01 Tim PetersBack off to HKCU (instead of HKLM) if user doesn't...
2000-09-01 Vladimir MarangozovCosmetics on Py_Get/SetRecursionLimit (for the style...
2000-09-01 Moshe ZadkaUpdate documentation for PyErr_Format, because the...
2000-09-01 Barry WarsawDo the absolute minimal amount of modifications to...
2000-09-01 Barry WarsawTool to generate binary GNU .mo file from .po template...
2000-09-01 Tim PetersAdded installation of w9xpopen.exe.
2000-09-01 Thomas WoutersFix grouping, again. This time properly :-) Sorry,...
2000-09-01 Barry WarsawApplying patch #100994 to allow JPython to use more...
2000-09-01 Tim PetersFix test_popen2 on Windows, recently broken by changes...
2000-09-01 Barry WarsawApplied patch #101350, closing it.
2000-09-01 Barry WarsawDocument the new optional argument "rest" on the transf...
2000-09-01 Barry WarsawAdded support for RFC 959's REST command (restart)...
2000-09-01 Fred DrakeDocument PyImport_AppendInittab(), PyImport_ExtendInitt...
2000-09-01 Jeremy Hyltonset the default threshold much higher
2000-09-01 Jeremy Hyltoncode part of patch #100895 by Fredrik Lundh
2000-09-01 Jeremy HyltonDon't call Py_FatalError in module initialization
2000-09-01 Tim PetersRevert removal of void from function definition. Guido...
2000-09-01 Guido van RossumNow that StreamRequestHandler defaults rfile to buffere...
2000-09-01 Guido van RossumIn class StreamRequestHandler, make the default bufferi...
2000-09-01 Jeremy Hyltonrefactor __del__ exception handler into PyErr_WriteUnra...
2000-09-01 Guido van RossumAdd three prototypes for functions in history.h to...
2000-09-01 Guido van RossumMoodules -> Modules.
2000-09-01 Guido van RossumAdd parens suggested by gcc -Wall.
2000-09-01 Tim PetersRepaired comment.
2000-09-01 Guido van RossumSet the recursion limit to 1000 -- 2500 was not enough...
2000-09-01 Greg WardRene Liebscher/Thomas Heller:
2000-09-01 Greg WardRene Liebscher:
2000-09-01 Greg WardRene Liebscher: comment fixes.
2000-09-01 Greg WardRene Liebscher: hack '_init_posix()' to handle the...
2000-09-01 Greg WardBump version to 0.9.2.
2000-09-01 Greg WardAdded 'run_setup()' to allow outsiders to run a setup...
2000-09-01 Tim PetersSupply missing prototypes for new Py_{Get,Set}Recursion...
2000-08-31 Barry WarsawGNUTranslations._parse(): Fix portability problems...
2000-08-31 Fredrik Lundhcloses bug #112468 (and all the other bugs that surface...
2000-08-31 Fred DrakeFix BeOS check in the libainstall target; noted by...
2000-08-31 Fred DrakeMinor adjustment to Setup.in message, based on comment...
2000-08-31 Guido van RossumAfter rerunning autoheader, two symbols (HAVE__GETPTY...
2000-08-31 Fred DrakeTest case to exercise fix for error propogation bug...
2000-08-31 Fred DrakeFix markup error and minor consistency nit.
2000-08-31 Fred DrakeSlight performance hack that also avoids requiring...
2000-08-31 Jeremy Hyltonscript that reports a fairly safe recursionlimit for...
2000-08-31 Jeremy Hyltonadd user-modifiable recursion_limit
2000-08-31 Fred DrakeClear errors raised by PyObject_Compare() without losin...
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
next