]> granicus.if.org Git - python/shortlog
python
2000-09-21 Marc-André... Updated according to the changes made to the "s#" parse...
2000-09-21 Marc-André... Added a true unicode_internal_encode function and fixed the
2000-09-21 Marc-André... Special case the "s#" PyArg_Parse() token for Unicode...
2000-09-21 Marc-André... Special case the "s#" PyArg_Parse() token for Unicode...
2000-09-21 Fred DrakeRevise the test case for pyexpat to avoid using asserts...
2000-09-21 Guido van RossumThe minidom.Node class has a debug attribute which...
2000-09-21 Fred DrakeRemove memory leaks of strings/Unicode objects passed...
2000-09-21 Fred DrakePaul Prescod <paul@prescod.net>:
2000-09-21 Fredrik Lundh- fixed yet another gcc -pedantic warning
2000-09-21 Fred DrakeSAXException.__getitem__(): Raise AttributeError inste...
2000-09-21 Guido van RossumAs suggested by Toby Dickenson, setting ob_type to...
2000-09-21 Fred DrakeConvert the longest two tables from tableii to longtabl...
2000-09-21 Fred DrakeAdd new environments: longtableii, longtableiii, and...
2000-09-21 Fred DrakeAllow the LaTeX markup descriptions to use the \morearg...
2000-09-21 Jeremy Hyltonfix bogus references to imp; makes test_minidom succeed
2000-09-21 Guido van RossumUse PyOS_setsig() instead of signal(). Also remove...
2000-09-21 Lars GustäbelNow uses make_parser to create its parser (patch 101573).
2000-09-21 Lars GustäbelAdded the make_parser function (patch 101571).
2000-09-21 Lars GustäbelUpdated XMLGenerator to new DocumentHandler interface...
2000-09-21 Lars GustäbelUpdated to correct DocumentHandler signatures. (patch...
2000-09-21 Tim PetersWindows installer:
2000-09-21 Tim PetersDerived from Martin's SF patch 110609: support unbound...
2000-09-21 Fred DrakeNote that __getitem__() may receive a slice object...
2000-09-21 Fred DrakeDocument directories are not always named with three...
2000-09-21 Fred DrakeFixed a number of small problems reported by Detlef...
2000-09-21 Greg WardCorran Webster: fix 'change_root()' to handle Mac OS...
2000-09-20 Guido van RossumOn Unix, use O_EXCL when creating the .pyc/.pyo files...
2000-09-20 Guido van RossumAdd a definition of rl_library_version. Reported by...
2000-09-20 Fred Drake.use_latex(): Make this a little smarter so that it...
2000-09-20 Fred DrakeClarify that the softspace attribute is used by print...
2000-09-20 Fred DrakeAdd entries for the xml.sax documentation.
2000-09-20 Fred DrakeFirst cut at documentation for the xml.sax package...
2000-09-20 Jeremy Hyltonchange 2-space indent to 4-space indent
2000-09-20 Jeremy Hyltondistutils setup script
2000-09-20 Guido van RossumFix typo (newtabwith).
2000-09-19 Greg Ward*Very* belated application of Thomas Heller's patch...
2000-09-19 Tim PetersTreat trailing colon in os.path.join("a:", "b") same...
2000-09-19 Jack JansenAdded GetArgs dialog to EasyDialogs, a very nifty ...
2000-09-19 Marc-André... This patch adds a new Python C API called PyString_AsSt...
2000-09-19 Guido van RossumTemporary fix for Bug #114821.
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().
next