]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2000-09-19  Tim PetersPart of SF patch 101481: on Windows, os.path.join...
2000-09-19  Tim Peterstest_userlist.py:
2000-09-19  Tim PetersSF patch 101391: implemented UserList.__contains__.
2000-09-19  Paul PrescodFix test errors.
2000-09-19  Fred DrakeMoshe Zadka <mzadka@geocities.com>:
2000-09-19  Fred DrakeMany small clarifications, including many suggested...
2000-09-19  Martin v. LöwisNew test cases for the StringIO module
2000-09-19  Martin v. LöwisDon't print specific Node instances unless running...
2000-09-19  Fred Drakemake_nav_sectref(): Create more minimal HTML, hanging...
2000-09-19  Fred DrakeClarify a number of issues about the file-like object...
2000-09-19  Barry WarsawFixed the error reporting (raise of TestFailed) for...
2000-09-19  Guido van RossumRandall Hopper: Add fpectl functionality patch for...
2000-09-19  Martin v. LöwisSupport sizehint in _fileobject.readlines, as documented.
2000-09-19  Thomas HellerSet the 'nt' installation scheme for the install comman...
2000-09-19  Martin v. LöwisSupport sizehint in StringIO.readlines, as documented.
2000-09-19  Martin v. LöwisImplement readlines function. Closes Bug #110686.
2000-09-19  Tim PetersObscure marshal fixes:
2000-09-19  Guido van RossumPatch #101121, by Ka-Ping Yee: cosmetic cleanup of...
2000-09-19  Guido van RossumAn honest attempt to make this work on Unix, Windows...
2000-09-19  Guido van RossumOnly supply popen2, popen3 when fork exists.
2000-09-19  Guido van RossumMake better use of GNU Pth -- patch by Andy Dustman.
2000-09-19  Tim PetersUpdated Windows build info.
2000-09-18  Jeremy HyltonDo not close socket when a Content-Length is 0. This...
2000-09-18  Paul PrescodTest output that goes with updated test_minidom.
2000-09-18  Fred DrakeFix serious typo!
2000-09-18  Paul PrescodChange assertions to confirmations so that optimization...
2000-09-18  Fred DrakeFix up the cleanup of the temporary DB so it works...
2000-09-18  Fred DrakeReduce the number of imports needed.
2000-09-18  Fred DrakeDocument the "printable" and "punctuation" constants...
2000-09-18  Fred DrakeRichard Mortier <rmm1002@users.sourceforge.net>:
2000-09-18  Fred DrakeRemove two unnecessary imports.
2000-09-18  Fred DrakeOnce we're done with the sys module, remove it from...
2000-09-18  Marc-André... Deferred the attribute name object type checking to...
2000-09-18  Fred DrakeAdd missing \declaremodule for zipfile.
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...
next