]> granicus.if.org Git - python/shortlog
python
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
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...
next