]> granicus.if.org Git - python/shortlog
python
2000-09-03 Guido van RossumVarious edits. Most importantly, added dual licensing...
2000-09-02 Fredrik Lundhchanged \x to consume exactly two hex digits. implemen...
2000-09-02 Fredrik Lundhreturn -1 for undefined groups (as implemented in 1...
2000-09-02 Guido van RossumPatch by Martin von Löwis to give him his umlaut, to...
2000-09-02 Fredrik Lundh-- tightened up parsing of octal numbers
2000-09-02 Tim PetersPyInterpreterState_New is not thread-safe, and the...
2000-09-02 Thomas WoutersCosmetic cleanup by Vladimir.
2000-09-02 Tim PetersSourceForge patch 101396, by an anonymous friend.
2000-09-01 Guido van RossumREMOVED all CWI, CNRI and BeOpen copyright markings.
2000-09-01 Guido van RossumRewritten some pieces of PyNumber_InPlaceAdd() for...
2000-09-01 Guido van RossumUpdated to include all files here.
2000-09-01 Guido van RossumDelete too.
2000-09-01 Guido van RossumDeleted. Long obsolete.
2000-09-01 Guido van RossumDeleted. We no longer require disclaimers on contribut...
2000-09-01 Guido van RossumDeleted; this is ancient info.
2000-09-01 Guido van RossumDeleted. This is obsoleted by Tools/scripts/fixnotice.py.
2000-09-01 Guido van RossumReady to go.
2000-09-01 Guido van RossumRemove the 1.5.2 news. 2.0 news is still to be done.
2000-09-01 Guido van RossumMoved NEWS from 1.5.2 here.
2000-09-01 Guido van RossumDeleted. This information is now in ../LICENSE.
2000-09-01 Guido van RossumThe second argument to start_new_thread() is not a...
2000-09-01 Jeremy Hyltonpatch by Neil Schemenauer to improve (fix?) line number...
2000-09-01 Tim PetersThe "more" cmd varies across Windows flavors, sometimes...
2000-09-01 Guido van RossumClean up a bit. Drop -X option, update date, remove...
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.
next