]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2007-09-05  Eric SmithSimplified recursion logic. Modified variable name...
2007-09-04  Eric SmithChanged some ValueError's to KeyError and IndexError.
2007-09-04  Fred Drakefix typo
2007-09-04  Georg BrandlAdd a dict view usage example.
2007-09-04  Georg BrandlChange docs for builtins that now return iterators.
2007-09-04  Georg BrandlDocs on dictviews.
2007-09-04  Fred Drakeremove/update many of the references to dict.iter*()
2007-09-04  Guido van RossumCorrection an issue reported by Mark Summerfeld.
2007-09-04  Georg BrandlMore abc docs.
2007-09-04  Thomas HellerMake the _wrap_close type (which is returned by os...
2007-09-04  Martin v. LöwisConvert code from sys.stdin.encoding to UTF-8 in
2007-09-04  Thomas WoutersUpdate ref docs on slicing.
2007-09-04  Georg BrandlInitial documentation for the `abc` module.
2007-09-04  Georg BrandlFix the string formatting docs for now; if the feature...
2007-09-04  Georg BrandlFix up the types module docs.
2007-09-04  Georg BrandlConvert all print statements in the docs.
2007-09-04  Georg BrandlAdd "print" command to pdb, "print s" previously invoke...
2007-09-04  Georg BrandlDoc update for __xslice__ removal.
2007-09-04  Martin v. LöwisDecode input() with stdin.encoding. Fixes #1097.
2007-09-04  Skip MontanaroCVS -> Subversion
2007-09-04  Skip MontanaroI always think of the language when I see "ABC". Empha...
2007-09-04  Guido van RossumFix sinple typo.
2007-09-03  Matthias Klose- Add support for linking the bsddb module against...
2007-09-03  Gregory P.... fix test, use bytes not unicode and let the test raise...
2007-09-03  Gregory P.... regenerated
2007-09-03  Gregory P.... test for strlcpy (so i can use it in _bsddb.c)
2007-09-03  Eric SmithFix segfault discovered by Ron Adam. Not checking...
2007-09-03  Martin v. LöwisPatch #1076: Use wide API for registry functions.
2007-09-03  Martin v. LöwisPatch #1075: Use wide API to format error messages.
2007-09-03  Georg BrandlFix Mac build, patch #1091 by Humberto Diogenes.
2007-09-03  Georg BrandlTutorial formatting patch by Robin Stocker.
2007-09-02  Eric SmithRemoved used_args param from string.Formatter.get_field...
2007-09-01  Collin WinterPartial py3k-ification of Doc/library/: convert has_key...
2007-09-01  Collin WinterRun 2to3's fix_has_key over distutils.
2007-09-01  Collin WinterRun 2to3's fix_has_key over Lib/plat-os2emx/.
2007-09-01  Collin WinterFix refleaks in test_with caused by reusing the same...
2007-09-01  Collin WinterFix a poorly-translated raise statement in contextlib.
2007-09-01  Collin WinterFix refleaks exposed by test_raise.
2007-09-01  Kurt B. KaiserSaving a file containing unicode failed.
2007-09-01  Andrew M. KuchlingI'm not actually an author
2007-09-01  Georg BrandlDocument PyCFunctionWithKeywords, add comment for PEP...
2007-09-01  Georg BrandlDocument sets' "<" and ">" operations.
2007-09-01  Georg BrandlUse symbolic name for METH_VARARGS.
2007-09-01  Georg BrandlUse symbolic name for METH_VARAGS.
2007-09-01  Georg BrandlGet rid of METH_OLDARGS.
2007-09-01  Georg BrandlGet rid of the remaining versionadded/versionchanged...
2007-09-01  Georg BrandlRemove versionadded/versionchanged in the reference.
2007-09-01  Georg BrandlRemove versionadded and versionchanged directives,...
2007-09-01  Georg BrandlAdd a warning text about mixing bytes and strings.
2007-09-01  Eric SmithChanged to use 'U' argument to PyArg_ParseTuple, instea...
2007-09-01  Georg BrandlFix RST link.
2007-09-01  Georg BrandlBug #1074: make python-config with Py3k.
2007-09-01  Martin v. LöwisBug #1737210: Change Manufacturer of Windows installer...
2007-08-31  Kurt B. KaiserEliminate latin-1 encoding
2007-08-31  Kurt B. KaiserPoint IDLE menu Help / Python Docs at Python 3000...
2007-08-31  Eric SmithRemoved unicode_format and unicode__format__, they...
2007-08-31  Kurt B. KaiserConvert IDLE's CREDITS file to unicode.
2007-08-31  Guido van RossumUpdated tracker link.
2007-08-31  Georg BrandlAddress a few XXX comments, other fixes.
2007-08-31  Georg BrandlAdd bytes/remove unicode from the data model.
2007-08-31  Georg Brandl- document bytes()
2007-08-31  Guido van RossumTagging for release of Python 3.0a1. v3.0a1
2007-08-31  Guido van RossumGot test_plistlib working. Don't ask how.
2007-08-31  Guido van RossumFix fall-out of str.decode removal.
2007-08-31  Guido van RossumNeal sent real performance numbers. :-(
2007-08-31  Guido van RossumPer Georg's suggestion, get rid of str.decode() (which...
2007-08-31  Thomas HellerAdd a workaround for a strange bug on win64, when _ctyp...
2007-08-31  Barry WarsawRestore test_email for a1. It passes completely.
2007-08-31  Martin v. LöwisExplicitly convert err->text to Unicode. Fixes #1069.
2007-08-31  Martin v. LöwisChange %s argument for PyUnicode_FromFormat to
2007-08-31  Barry WarsawMake test_email.py completely pass. This is cheating...
2007-08-31  Georg Brandlstring.maketrans() now produces translation tables...
2007-08-31  Georg BrandlAdd bytes methods documentation.
2007-08-31  Martin v. LöwisMark registry components as 64-bit on Win64.
2007-08-31  Thomas HellerFix a buggy test. str8 objects contained NUL-terminate...
2007-08-31  Georg BrandlCommit #1068: new docs for PEP 3101. Also document...
2007-08-31  Thomas Hellerround(1e20) wrongly returned 0.
2007-08-31  Georg BrandlUpdate the first two parts of the reference manual...
2007-08-31  Martin v. LöwisRevert 57722. Move error dialog APIs to msvcrt instead,
2007-08-31  Georg BrandlRegenerate Lib/symbol.py.
2007-08-31  Georg BrandlFix unicode issue in tutorial.
2007-08-31  Thomas HellerFix test_startfile and remove duplicated test.
2007-08-31  Thomas HellerInsert "startfile" into posix_methods again; it was...
2007-08-31  Georg BrandlFix sphinx-build so that it runs with 2.x and 3.x but...
2007-08-31  Georg BrandlCorrect a few typos.
2007-08-31  Neal NorwitzUgh, hopefully I can get this right. The code is only...
2007-08-31  Neal NorwitzTry to fix the problem of passing a non-int on Win64...
2007-08-31  Neal NorwitzRemove checking redundantly for checks of PyInt and...
2007-08-31  Neal NorwitzTry to fix a problem with large values on Win64. Diagn...
2007-08-31  Guido van RossumForce test_mailbox and test_old_mailbox into submission.
2007-08-31  Neal NorwitzRemove chr8, we're not likely to need it at this point
2007-08-31  Kurt B. Kaiser1. Don't encode input strings to bytes.
2007-08-31  Neal NorwitzThomas removed all the SLICE op codes
2007-08-31  Guido van RossumCustomary 2nd submit of this file after it's been changed.
2007-08-31  Neal NorwitzA few more fixes to the tutorial
2007-08-31  Barry WarsawMore email package fixes.
2007-08-31  Guido van RossumTutorial update for 3.0 by Paul Dubois.
2007-08-31  Barry WarsawMore email package fixes.
2007-08-31  Barry WarsawMore email package fixes.
2007-08-31  Eric SmithChanged signature of string.Formatter.get_field, per...
next