]> granicus.if.org Git - python/shortlog
python
2000-09-16 Guido van RossumImprove the test output a bit.
2000-09-16 Fred DrakePush more of the display control into the style sheet.
2000-09-16 Greg WardChanged so lines that are all comment (or just whitespa...
2000-09-16 Greg WardAndrew Kuchling:
2000-09-16 Greg Ward[change from 2000/08/11, propagating now to distutils...
2000-09-16 Greg Ward[change from 2000/04/17, propagating now to distutils...
2000-09-16 Guido van RossumUse PyOS_setsig() instead of directly calling signal...
2000-09-16 Guido van RossumUse typedef PyOS_sighandler_t and APIs PyOS_getsig...
2000-09-16 Guido van RossumAdd PyOS_getsig() and PyOS_setsig() -- wrappers around...
2000-09-16 Guido van RossumAdd typedef PyOS_sighandler_t and prototypes for PyOS_g...
2000-09-16 Guido van RossumDocument new APIs PyOS_getsig() and PyOS_setsig().
2000-09-16 Greg WardRene Liebscher: if we have to run the same sub-command...
2000-09-16 Greg WardRenamed --keep-tree to --keep-temp.
2000-09-16 Greg WardRenamed --clean to --no-keep-temp and --noclean to...
2000-09-16 Greg WardRenamed --keep-tree option to --keep-temp.
2000-09-16 Greg WardEnsure sub-commands of "install" are reinitialized...
2000-09-16 Greg WardRemove some debugging output from the last change.
2000-09-16 Greg WardIn 'reinitialize_subcommand()', pass 'reinit_subcommand...
2000-09-16 Greg WardGeneralized 'reinitialize_command()' so it can optional...
2000-09-16 Greg WardAdded the "sub-command" machinery to formalize the...
2000-09-16 Greg WardFactored the "sub-command" machinery out to Command...
2000-09-16 Fred DrakeUse a really ugly hack that depends on output processin...
2000-09-16 Fred DrakeUpdate URL to unicode.org's FTP site using an HTTP...
2000-09-16 Fred DrakeUpdate *both* uses of the URL to the zlib home page...
2000-09-16 Fred DrakeUpdate link to the zlib homepage.
2000-09-16 Fred DrakeUpdate the link to Andrew Kuchling's crypto code.
2000-09-16 Fred DrakeUpdate link to the FIPS PUB 180-1 (PDF is available...
2000-09-16 Fred DrakeUpdate some stale links.
2000-09-16 Tim PetersRepair senseless random.seed docstring (reported on...
2000-09-16 Tim PetersFixed legit gripe from c.l.py that math.fmod docs aren...
2000-09-16 Greg WardTweaked the build temp dir names again.
2000-09-16 Greg WardTypo fix.
2000-09-16 Greg WardInclude the Python version in the platform-specific...
2000-09-16 Greg WardDocument the directory separatory for include dir and...
2000-09-15 Jack JansenThis will eventually evolve into a package that creates...
2000-09-15 Neil Schemenauer- add a new test
2000-09-15 Fred DrakeFix a link -- there is no starship.python.org!
2000-09-15 Fred DrakeAdd a constant "library" to the module which names...
2000-09-15 Fred DrakeAdd some comments on the available implementations...
2000-09-15 Jeremy Hyltonfix bug #110661 (PR#356) -- accept either & or ; as...
2000-09-15 Neil SchemenauerDon't remove instance objects from the GC container...
2000-09-15 Fred DrakeSome systems need -lucb to compile the mmap module...
2000-09-15 Barry WarsawPy_Main(), usage(), usage_mid: Add -h and -V flags...
2000-09-15 Barry WarsawDescribe the -h and -V flags. Closes patch #101496
2000-09-15 Paul PrescodFixed some typos. Removed one obsolete comment.
2000-09-15 Skip Montanaroadd cross reference to mimetools module
2000-09-15 Skip MontanaroRET_SAVE references should be Py_BLOCK_THREADS references
2000-09-15 Paul PrescodFixed bug that disallowed processing instructions befor...
2000-09-15 Guido van RossumFix for bug #113693: with the changes to the IMPORT_FRO...
2000-09-15 Guido van RossumInclude the filename in the errror message for F5 witho...
2000-09-15 Fred DrakeUpdate comments in the second paragraph, discussing...
2000-09-15 Jeremy HyltonFix Bug #114293:
2000-09-15 Jack JansenRead a QuickTime movie and return the frames.
2000-09-15 Jack JansenBefore comparing os.uname() to BeOS check that os.uname...
2000-09-15 Jack JansenFor current directory use os.curdir, not ".".
2000-09-15 Jack JansenAllow am/pm as well as AM/PM (C9X behaviour).
2000-09-15 Jack JansenAdded B format char to Py_BuildValue (same as b,h,i...
2000-09-15 Jack JansenCast UCHAR_MAX to int before doing the comparison for...
2000-09-15 Martin v. LöwisUse symbolic constants for allowable short ranges.
2000-09-15 Tim PetersCloses SF bug 113894: on Windows, things like os.listd...
2000-09-15 Tim PetersAdded simple batch file to make running the test suite...
2000-09-15 Martin v. LöwisCorrectly cast the return value of realloc.
2000-09-15 Martin v. LöwisCheck range for bytes and shorts. Closes bug #110845.
2000-09-15 Martin v. LöwisCorrectly use realloc return value. Fixes bug #114424.
2000-09-15 Martin v. LöwisSupport \r in source files. Closes bug #101425.
2000-09-15 Fred DrakeRemoved some debugging prints: When running user confi...
2000-09-15 Fred Drakemain(): Move hackery of sys.argv until after the Tk...
2000-09-15 Fred DrakeAdd item to the list of limitations that points out...
2000-09-15 Fred DrakeTrent Mick points out that the BSD DB also provides...
2000-09-15 Greg WardAdded 'warn_dir' option so other code can sneak in...
2000-09-15 Greg WardAdjust to the new sysconfig regime: use 'get_config_var...
2000-09-15 Greg WardAdjust to the new sysconfig regime: use 'get_config_var...
2000-09-15 Greg WardRevamped 'get_platform()' to try and do something reaso...
2000-09-15 Greg WardChanged from eager parsing of Makefile (at import time...
2000-09-15 Greg WardFixed so 'parse_makefile()' uses the TextFile class...
2000-09-14 Fred DrakeBefore running LaTeX2HTML, remove all the HTML files...
2000-09-14 Fred DrakeWhen there is a Module Index, make sure the icon actual...
2000-09-14 Fred DrakeAdd a reference to the sha module, noting that SHA...
2000-09-14 Fred DrakeConvert "See also" section to use \seetitle.
2000-09-14 Fred DrakeDid not include the sha module documentation dependency.
2000-09-14 Jack JansenAdded a note about gdbm.
2000-09-14 Jack JansenAdded a note about getting CarbonLib as a way to get...
2000-09-14 Jack JansenFixes that should make it possible to run Python on...
2000-09-14 Jack JansenFixes that should make it possible to run Python on...
2000-09-14 Fred DrakeDenis S. Otkidach <ods@users.sourceforge.net>:
2000-09-14 Jeremy Hyltoncope with weird Content-Length values returned from...
2000-09-14 Fred DrakeRemove reference to the stdwin-based windowed debugger...
2000-09-14 Fred DrakeUse the \setshortversion macro to specify the abbreviat...
2000-09-14 Fred DrakeUse \shortversion in a number of places.
2000-09-14 Fred Drakedo_cmd_shortversion(),
2000-09-14 Fred Drake\shortversion,
2000-09-14 Fred DrakeAvoid reference to specific versions of Python where...
2000-09-14 Fred DrakeAvoid reference to specific versions of Python where...
2000-09-14 Fred DrakeAdd some index entries to make it easier to find inform...
2000-09-14 Jeremy HyltonRemove "," from the list of always_safe characters...
2000-09-14 Fred DrakeUse the configure support to determine which ndbm.h...
2000-09-14 Fred DrakeAllow configure to detect whether ndbm.h or gdbm/ndbm...
2000-09-14 Fred DrakeDetlef Lannert <lannert@uni-duesseldorf.de>:
2000-09-14 Jack JansenRemoved exceptions from the required modules (it's...
2000-09-14 Jack JansenAdded Qdoffs and (optionally) icglue modules.
next