]> granicus.if.org Git - python/shortlog
python
2000-09-22 Neil Schemenauer- Replace debugleak flag with findleaks flag. The...
2000-09-22 Neil Schemenauer- Add test for new SAVEALL debugging flag
2000-09-22 Neil Schemenauer- Add DEBUG_SAVEALL option. When enabled all garbage...
2000-09-22 Fred DrakeWhen PyInt_FromLong() returns NULL, you do not need...
2000-09-22 Jack JansenContributed modules by Riccardo Trocca. Extended pixmap...
2000-09-22 Jack JansenAllow lists of files/fsspecs as the source for copy...
2000-09-22 Tim PetersImplemented new os.startfile function, unique to Window...
2000-09-22 Guido van RossumMore whitespace cleanup, to satisfy tabnanny.py. Don...
2000-09-22 Guido van RossumGet rid of the one tab in the file.
2000-09-22 Tim PetersFix for SF bug 115051: Dodgy use of PyTuple_SET_ITEM...
2000-09-22 Fred DrakeWhite space cleanup, including one item that was an...
2000-09-22 Fred DrakeRemove debugging print. ;(
2000-09-22 Fred DrakeCorrect some bitrot; some things have become inaccurate...
2000-09-22 Greg WardTweak what happens when run on non-Windows platforms...
2000-09-22 Greg WardChanged all paths in the INSTALL_SCHEMES dict to Unix...
2000-09-22 Greg WardFix 'convert_path()' so it returns immediately under...
2000-09-21 Fred DrakeDenis S. Otkidach <ods@users.sourceforge.net>:
2000-09-21 Guido van RossumUntested patch by Ty Sarna to make TELL64 work on older...
2000-09-21 Martin v. LöwisIndent _connection_class so that it becomes HTTPS._conn...
2000-09-21 Fred DrakeLots of minor fixes, many suggested by Detlef Lannert
2000-09-21 Jack JansenVarious tweaks and bugfixes to GetArgv. It now appears...
2000-09-21 Fred DrakeAdded dependencies on the bug-reporting text.
2000-09-21 Fred DrakeInclude the new text on reporting bugs in a few useful...
2000-09-21 Fred DrakeNew text about how to report bugs in Python and the...
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...
next