summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert all print statements in the docs.Georg Brandl2007-09-0471-388/+351
* Add "print" command to pdb, "print s" previously invoked the print statement.Georg Brandl2007-09-042-10/+7
* Doc update for __xslice__ removal.Georg Brandl2007-09-044-147/+57
* Decode input() with stdin.encoding. Fixes #1097.Martin v. Löwis2007-09-041-2/+17
* CVS -> SubversionSkip Montanaro2007-09-041-1/+1
* I always think of the language when I see "ABC". Emphasize the meaning ofSkip Montanaro2007-09-041-1/+1
* Fix sinple typo.Guido van Rossum2007-09-041-1/+1
* - Add support for linking the bsddb module against BerkeleyDB 4.6.x.Matthias Klose2007-09-031-3/+3
* fix test, use bytes not unicode and let the test raise its internal exceptionGregory P. Smith2007-09-031-5/+5
* regeneratedGregory P. Smith2007-09-031-2/+3
* test for strlcpy (so i can use it in _bsddb.c)Gregory P. Smith2007-09-032-1/+4
* Fix segfault discovered by Ron Adam. Not checking for terminating right brac...Eric Smith2007-09-032-4/+12
* Patch #1076: Use wide API for registry functions.Martin v. Löwis2007-09-032-182/+128
* Patch #1075: Use wide API to format error messages.Martin v. Löwis2007-09-031-32/+57
* Fix Mac build, patch #1091 by Humberto Diogenes.Georg Brandl2007-09-038-16/+18
* Tutorial formatting patch by Robin Stocker.Georg Brandl2007-09-037-19/+20
* Removed used_args param from string.Formatter.get_field. It was left in by m...Eric Smith2007-09-022-5/+3
* Partial py3k-ification of Doc/library/: convert has_key references into eithe...Collin Winter2007-09-0131-86/+80
* Run 2to3's fix_has_key over distutils.Collin Winter2007-09-013-4/+4
* Run 2to3's fix_has_key over Lib/plat-os2emx/.Collin Winter2007-09-012-11/+11
* Fix refleaks in test_with caused by reusing the same exception instance over ...Collin Winter2007-09-011-2/+4
* Fix a poorly-translated raise statement in contextlib.Collin Winter2007-09-011-1/+2
* Fix refleaks exposed by test_raise.Collin Winter2007-09-013-3/+31
* Saving a file containing unicode failed.Kurt B. Kaiser2007-09-011-14/+11
* I'm not actually an authorAndrew M. Kuchling2007-09-011-1/+1
* Document PyCFunctionWithKeywords, add comment for PEP 3123.Georg Brandl2007-09-011-1/+10
* Document sets' "<" and ">" operations.Georg Brandl2007-09-011-0/+10
* Use symbolic name for METH_VARARGS.Georg Brandl2007-09-011-14/+14
* Use symbolic name for METH_VARAGS.Georg Brandl2007-09-011-1/+1
* Get rid of METH_OLDARGS.Georg Brandl2007-09-013-24/+5
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-01161-2197/+335
* Remove versionadded/versionchanged in the reference.Georg Brandl2007-09-013-57/+5
* Remove versionadded and versionchanged directives, fold information into text...Georg Brandl2007-09-017-442/+41
* Add a warning text about mixing bytes and strings.Georg Brandl2007-09-011-0/+6
* Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking...Eric Smith2007-09-016-21/+16
* Fix RST link.Georg Brandl2007-09-011-1/+1
* Bug #1074: make python-config with Py3k.Georg Brandl2007-09-011-7/+7
* Bug #1737210: Change Manufacturer of Windows installer to PSF.Martin v. Löwis2007-09-011-1/+1
* Eliminate latin-1 encodingKurt B. Kaiser2007-08-311-1/+1
* Point IDLE menu Help / Python Docs at Python 3000 versionKurt B. Kaiser2007-08-311-1/+1
* Removed unicode_format and unicode__format__, they just called through to oth...Eric Smith2007-08-311-19/+2
* Convert IDLE's CREDITS file to unicode.Kurt B. Kaiser2007-08-311-1/+1
* Updated tracker link.Guido van Rossum2007-08-311-6/+3
* Address a few XXX comments, other fixes.Georg Brandl2007-08-3120-124/+43
* Add bytes/remove unicode from the data model.Georg Brandl2007-08-311-64/+36
* - document bytes()Georg Brandl2007-08-3110-321/+182
* Tagging for release of Python 3.0a1.v3.0a1Guido van Rossum2007-08-311-0/+1
* Got test_plistlib working. Don't ask how.Guido van Rossum2007-08-311-4/+4
* Fix fall-out of str.decode removal.Guido van Rossum2007-08-311-1/+1
* Neal sent real performance numbers. :-(Guido van Rossum2007-08-311-2/+3