]> granicus.if.org Git - python/shortlog
python
2000-09-18 Marc-André... PyObject_SetAttr() and PyObject_GetAttr() now also...
2000-09-18 Tim PetersRepaired some glitches in the MD5 and SHA docs; copied...
2000-09-18 Marc-André... sys.setdefaultencoding() should only be called in case...
2000-09-18 Jeremy Hyltonsatisfy the tabnanny
2000-09-18 Greg WardCatch up to recent changes in TextFile (spotted by...
2000-09-17 Fred DrakeAdded documentation for new functions.
2000-09-17 Fred DrakeAdd invert() and __invert__() as aliases for inv()...
2000-09-17 Tim PetersFix for SF bug 110688: Instance deallocation neglected...
2000-09-17 Greg WardFixed to respect 'define_macros' and 'undef_macros...
2000-09-17 Greg WardAdded 'expand_makefile_vars()' to (duh) expand make...
2000-09-17 Greg WardAdded 'read_setup_file()' to read old-style Setup files...
2000-09-16 Tim Petersarraymodule: Fix SF bug 113960.
2000-09-16 Barry WarsawAllow this script to act like a module by only calling...
2000-09-16 Fred DrakeMake the <body> tag match those of the generated HTML...
2000-09-16 Fred DrakeDocument \cfuncdesc, \ctypedesc, and \cvardesc.
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>:
next