]> granicus.if.org Git - python/shortlog
python
2000-08-05 Greg WardDrop the 'extend()' function -- old 1.5.1 compatibility...
2000-08-05 Greg WardPragmas that instruct the linker to link against python...
2000-08-05 Greg WardA bundle of wording improvements, corrections, clarific...
2000-08-04 Moshe ZadkaRemoved unnecessary local variable -- gave warning...
2000-08-04 Moshe ZadkaRemoving warnings by gcc -Wall -- cast ugly || to void.
2000-08-04 Jeremy Hyltonadd note about compiler directory
2000-08-04 Jeremy Hyltonreplace most calls to emit 'SET_LINENO' will call to...
2000-08-04 Jeremy Hyltonupdate my email address
2000-08-04 Moshe ZadkaRemoving warnings discovered by gcc -Wall
2000-08-04 Moshe ZadkaRemoving warnings found by gcc -Wall
2000-08-04 Moshe ZadkaOooopsss.....tab and space mismatch corrected.
2000-08-04 Guido van RossumAdd a test that Py_IsInitialized() in Py_InitModule4...
2000-08-04 Thomas WoutersRaise 'TestSkipped' (from the test_support) module...
2000-08-04 Moshe ZadkaRaise TestSkipped, not ImportError.
2000-08-04 Thomas WoutersMake test_support.TestSkipped errors work the same...
2000-08-04 Moshe ZadkaIn case the user isn't allowed to access /dev/dsp or...
2000-08-04 Andrew M. KuchlingMention Include/my*.h cleanup
2000-08-04 Andrew M. KuchlingAdded zip() builtin
2000-08-04 Thomas WoutersAdd missing 'try:'. Patch by Rob W. W. Hooft, #101071...
2000-08-04 Eric S. RaymondDocumented curses.wrapper and curses.textpad.
2000-08-04 Eric S. RaymondCorrected a bug in handling of ^N and ^P with stripspac...
2000-08-04 Fred DrakeRemove the outer test for __name__; not necessary.
2000-08-04 Tim PetersBoost buffer sizes in the absence of snprintf on Windows.
2000-08-04 Fred Drakesnprintf() is not portable, so continue to use sprintf...
2000-08-04 Greg WardAdded 'debug_print()'.
2000-08-04 Greg WardRewrote 'find_library_file()' much more cleanly (and...
2000-08-04 Greg WardAdded 'debug' flag to 'find_library_file()', and change...
2000-08-04 Greg WardAdded 'debug' flag to 'find_library_file()'.
2000-08-03 Jeremy Hyltontest the non-multipart sections of the cgi module
2000-08-03 Fred DrakeBreak the "Python Services" chapter into two: "Python...
2000-08-03 Jeremy HyltonRemove very long doc string (it's all in the docs)
2000-08-03 Marc-André... Added descriptions of the new parser markers for PyArg_...
2000-08-03 Jeremy HyltonPython code coverage tool by Skip Montanaro and Andrew...
2000-08-03 Marc-André... This patch finalizes the move from UTF-8 to a default...
2000-08-03 Fred DrakeRemove the tp_print handler.
2000-08-03 Greg Steinadd a bit more legal junk
2000-08-03 Fred Drake\py@varvars: Merge the various definitions to be the...
2000-08-03 Fred Drakeint() description: Fix markup to avoid image generatio...
2000-08-03 Moshe ZadkaChecking in empty tests for urlparse, as future place...
2000-08-03 Fred Drakedo_cmd_moreargs(),
2000-08-03 Guido van RossumRemobe beopen/cnri/cwi copyrights, according to CNRI...
2000-08-03 Fredrik Lundh-- added recursion limit (currently ~10,000 levels)
2000-08-03 Guido van RossumChanging the CNRI copyright notice according to CNRI...
2000-08-03 Barry WarsawTESTOPTS: Since gc is enabled by default now (this...
2000-08-03 Barry WarsawAdded a -l/--leakdebug option which turns on DEBUG_LEAK...
2000-08-03 Barry WarsawAdded output for testsuite for new zip() builtin.
2000-08-03 Barry WarsawAdded testsuite for new zip() builtin.
2000-08-03 Barry WarsawBoth PEP 201 Lockstep Iteration and SF patch #101030...
2000-08-03 Barry WarsawBoth PEP 201 Lockstep Iteration and SF patch #101030...
2000-08-03 Andrew M. KuchlingComment out repeated-group test for the moment
2000-08-03 Andrew M. KuchlingUse METH_OLDARGS instead of numeric constant 0 in metho...
2000-08-03 Andrew M. KuchlingAdded #define for oldest version of argument calling
2000-08-03 Andrew M. KuchlingAdd nasty test case that overflows the stack with a...
2000-08-03 Andrew M. KuchlingUse METH_VARARGS instead of numeric constant 1 in metho...
2000-08-03 Andrew M. KuchlingUse METH_VARARGS instead of numeric constant 1
2000-08-02 Fred DrakeRob Hooft <rob@hooft.net>:
2000-08-02 Guido van RossumRob Hooft (Patch #101046): use PyArg_ParseTuple everywhere.
2000-08-02 Andrew M. KuchlingFix for bug #110651 (Jitterbug PR#343): only use the...
2000-08-02 Guido van RossumAdding a LICENSE file so we can have it in the 1.6...
2000-08-02 Greg WardTypo fix.
2000-08-02 Greg WardAdded 'wininst' to the 'format_commands' list, so it...
2000-08-02 Greg WardAdded 'execute()' method, a thin wrapper around 'util...
2000-08-02 Greg WardReplaced 'execute()' method with a thin wrapper around...
2000-08-02 Greg WardAdded the 'execute()' function (moved here from cmd...
2000-08-02 Greg WardRene Liebscher: fix 'skipping byte-compilation' message...
2000-08-02 Greg WardLatest version from Rene Liebscher; major changes:
2000-08-02 Greg WardRene Liebscher: deleted unneeded hard-coded assignments...
2000-08-02 Greg WardRene Liebscher: factor 'find_executable()' out of ...
2000-08-02 Greg WardPatch from Rene Liebscher. Some ugly changes, but...
2000-08-02 Greg WardDitched 'abspath()' -- don't need 1.5.1 compatability...
2000-08-02 Greg WardRemoved 'export_symbol_file'.
2000-08-02 Greg WardDitched some debugging prints.
2000-08-02 Greg WardPatch from Rene Liebscher: generate an /IMPLIB: option...
2000-08-01 Greg WardPatch from Rene Liebscher, tweaked by me:
2000-08-01 Mark HammondAs requested by Fred - mention that in the future a...
2000-08-01 Fredrik Lundhfinal 0.9.8 updates:
2000-08-01 Guido van RossumMy fix to the URL accidentally also switched back to...
2000-08-01 Fredrik Lundh-- fixed width calculations for alternations
2000-08-01 Tim PetersRemoved decl of unreferenced vrbl.
2000-08-01 Guido van RossumReplace the jitterbug page with the SF Bug Tracker...
2000-08-01 Guido van RossumOf course, you meant "#if 0" and not "#ifdef 0". :)
2000-08-01 Fredrik LundhSRE 0.9.8: passes the entire test suite
2000-08-01 Fred DrakeInclude the dependence of sysmodule on the patchlevel...
2000-08-01 Jeremy Hyltonadd support for HTTPS
2000-08-01 Peter Schneider... Guido said this is food for the beta-testers<wink>
2000-08-01 Guido van Rossumsomehow the 'Total Keys=1' disappears. No other changes.
2000-08-01 Fredrik Lundh-- SRE 0.9.8: now that the bug is fixed, I might as...
2000-08-01 Fredrik Lundh-- SRE 0.9.8: updated test scripts
2000-08-01 Andrew M. KuchlingUpdate e-mail address
2000-08-01 Andrew M. KuchlingAdded Python function to emulate the ncurses has_key...
2000-08-01 Peter Schneider... fixing a minor spelling mistake
2000-08-01 Fred DrakeAdd magic to replace the xml package with _xmlplus...
2000-07-31 Fred DrakeRename the "parser" package to "parsers" to be compatib...
2000-07-31 Fred DrakeStop lying about [].pop() being experimental! There...
2000-07-31 Peter Schneider... patch from Vladimir (move Py_Mem* interface to Include...
2000-07-31 Jack JansenANSIfied.
2000-07-31 Jack JansenTwo more cases of GUSI2 include access paths not being...
2000-07-31 Peter Schneider... replaced PyArgs_Parse by PyArgs_ParseTuple
2000-07-31 Peter Schneider... added count, extend, index, pop and remove to arraymodule
2000-07-31 Fred DrakeChange as suggested by Peter Funk <pf@artcom-gmbh.de>:
next