]> granicus.if.org Git - python/shortlog
python
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...
2007-08-31 Eric SmithFixed test name.
2007-08-31 Eric SmithAdded test cases for string.Formatter subclassing.
2007-08-31 Collin WinterFix a compile error on Windows.
2007-08-31 Collin WinterCut test_raise down to size.
2007-08-31 Collin WinterUpdate import.c's MAGIC value for the new raise syntax...
2007-08-31 Guido van RossumMinor tweaks.
2007-08-31 Guido van RossumFirst draft of a what's new document.
2007-08-31 Guido van RossumUse pow() instead of repeated multiplication by 10...
2007-08-31 Thomas WoutersFix test_smtplib by munging asynchat some more.
2007-08-31 Collin WinterIssue #1066: implement PEP 3109, 2/3 of PEP 3134.
2007-08-30 Guido van RossumRemove curses temp file consistently.
2007-08-30 Thomas WoutersRemove the simple slicing API. All slicing is now done...
2007-08-30 Thomas WoutersMerged revisions 57772-57777 via svnmerge from
2007-08-30 Eric SmithAdded format tests.
2007-08-30 Kurt B. KaiserIDLE's py3k NEWS
2007-08-30 Thomas WoutersMerged revisions 57620-57771 via svnmerge from
2007-08-30 Guido van RossumAdd some miscellanea.
2007-08-30 Kurt B. KaiserFix a typo and a trailing space.
2007-08-30 Kurt B. KaiserDon't ascii encode eol_convention. Was causing file...
2007-08-30 Martin v. LöwisExplicitly use UTF-8 as the encoding for the normalizat...
2007-08-30 Kurt B. KaiserBump IDLE version.
2007-08-30 Guido van RossumAdd a note about the openssl dependency. Switch to...
2007-08-30 Barry WarsawMore email package fixes.
2007-08-30 Collin WinterFix more lingering print statements.
2007-08-30 Collin WinterFix a typo in the distutils cleanup.
2007-08-30 Guido van RossumSmall updates.
2007-08-30 Collin WinterRun 2to3's print fixer over some places that had been...
2007-08-30 Georg BrandlAdd 3.0 to the silly list in license.rst too, and updat...
2007-08-30 Georg BrandlFix #1753395.
2007-08-30 Martin v. LöwisBug #1746880: Correctly install DLLs into system32...
2007-08-30 Collin WinterMore raise statement normalization.
2007-08-30 Collin WinterKill more lingering string exceptions in Lib/plat-mac/.
2007-08-30 Collin Winter1/0 -> True/False cleanup.
2007-08-30 Thomas HellerCalling execvp with an empty argument list raises Value...
2007-08-30 Guido van RossumEnable the trunc() test.
2007-08-30 Guido van RossumAdd numbers.py. I suspect this is an old version,...
2007-08-30 Collin WinterFix a lingering string exception.
2007-08-30 Neal NorwitzFix typo
2007-08-30 Guido van RossumAdd 2.6 and 3.0 to the silly list.
2007-08-30 Guido van RossumUpdate patch level to 3.0a1. We're close enough.
2007-08-30 Guido van RossumUpdate Misc/NEWS. Add RELNOTES.
2007-08-30 Thomas HellerForbid an empty argument list in execv call.
2007-08-30 Martin v. LöwisMove definition of TZNAME_ENCODING further up.
2007-08-30 Walter DörwaldSet startinpos before calling the error handler.
2007-08-30 Walter DörwaldRewrap line.
2007-08-30 Martin v. LöwisPort to Python 3.0.
next