]> granicus.if.org Git - python/shortlog
python
2007-09-07 Jeffrey YasskinAdd a test for fail*AlmostEqual, including the new...
2007-09-07 Georg BrandlContinue going through the language reference, bringing...
2007-09-07 Kurt B. KaiserMake IDLE's file decode more robust.
2007-09-07 Brett CannonFix docstring for getfullargspec().
2007-09-06 Gregory P.... merge r58023 to fix issue1112 on windows. make this...
2007-09-06 Jeffrey YasskinExtend unittest's fail*AlmostEqual methods to work...
2007-09-06 Skip MontanaroI think we can just dump the else clause, per the comme...
2007-09-06 Georg Brandl#1116: reference to old filename fixed.
2007-09-06 Guido van RossumIn response to issue 1101, place vastly more emphasis...
2007-09-06 Georg Brandlhashlib operates on bytes, not strings.
2007-09-06 Georg BrandlNew exception catching syntax.
2007-09-06 Kurt B. Kaiser1. Fail gracefully if the file fails to decode when...
2007-09-06 Guido van RossumUse an event variable to wait for the server to be...
2007-09-05 Brett CannonCast away const qualifier to silence a compiler warning...
2007-09-05 Georg BrandlBug #1684991: explain __special__ lookup semantics.
2007-09-05 Mark SummerfieldProof read/editing of abc. Added table of collections...
2007-09-05 Guido van RossumFix doctest failure introduced by r57949.
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...
next