]> granicus.if.org Git - python/shortlog
python
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.
2007-08-30 Martin v. LöwisImplement PYTHONNOERRORWINDOW.
2007-08-30 Guido van RossumMove the copyright and license stuff to the end.
2007-08-30 Martin v. LöwisExplicitly convert tzname to Unicode. Fixes #1040.
2007-08-30 Barry WarsawMore email package related repairs. This fixes smtplib...
2007-08-30 Guido van RossumTwo changes (not enough to make the test pass though...
2007-08-30 Martin v. LöwisUse s# instead of t# for nis_match.
2007-08-30 Martin v. LöwisStop testing for encoded file names, as Python 3 does
2007-08-30 Neal NorwitzTry to fix test_plistlib so it uses bytes consistently...
2007-08-30 Kurt B. KaiserUse inspect.py and clean up.
2007-08-30 Neal NorwitzTry to fix test_aepack by comparing bytes with bytes.
2007-08-30 Neal NorwitzWrite bytes instead of unicode
2007-08-30 Neal NorwitzTry to get test_pep352 and maybe test_platform to work...
2007-08-30 Neal NorwitzSince the filename is encoded, we must add bytes to...
2007-08-30 Martin v. LöwisAdd uuids for 3.0.
2007-08-30 Neal NorwitzTry to fix the problem on the Windows buildbot where...
2007-08-30 Martin v. LöwisBump version numbers.
2007-08-30 Neal NorwitzStop using the find function on the string module,...
2007-08-30 Martin v. LöwisForward Windows build instructions to PCbuild.
2007-08-30 Neal NorwitzMake this module importable, this gets test___all__...
2007-08-30 Collin WinterGeneral cleanup, raise normalization in Lib/distutils.
2007-08-30 Collin WinterRaise statement normalization in Lib/ctypes/.
2007-08-30 Guido van RossumOops. I copied a slightly older version of the email...
2007-08-30 Neal NorwitzUse the new name for the parser module.
2007-08-30 Neal NorwitzRevert revisions 57472, 57474, and 57477 which disabled...
2007-08-30 Barry WarsawFix a more bytes/str confusion.
2007-08-30 Collin WinterRaise statement normalization in Lib/.
2007-08-30 Guido van RossumCopying the email package back, despite its failings.
2007-08-30 Guido van RossumFix an outdated URL in a SyntaxError message.
2007-08-29 Guido van RossumWhen clobbering, also clean the docs.
2007-08-29 Collin WinterRevert r57685 (weird merge result).
2007-08-29 Guido van RossumMake it work with Py3k.
2007-08-29 Collin WinterRaise statement normalization in Lib/test/.
2007-08-29 Collin Winter(no commit message)
2007-08-29 Collin Winter(no commit message)
2007-08-29 Guido van RossumDon't delete test output when "make clean" is run ...
2007-08-29 Guido van RossumModernize clean and funny targets.
2007-08-29 Guido van RossumMostly rewritten, much shorter README for Py3k.
2007-08-29 Guido van Rossum[Oops, I forgot half of the patch.]
2007-08-29 Guido van RossumAndother bytes/str comparison caught by Jeremy's change.
2007-08-29 Jeremy HyltonChange string literal to bytes.
2007-08-29 Jeremy HyltonMake terminator constants bytes.
2007-08-29 Jeremy HyltonChange string literals to bytes, since they are compare...
2007-08-29 Guido van RossumFix issue # 1037 (sort of).
2007-08-29 Jeremy HyltonMake it an error to compare a bytes object and a Unicod...
2007-08-29 Guido van RossumPatch # 1050 by Amaury Forgeot d'Arc.
2007-08-29 Kurt B. Kaiser1. Debugger was failing to start due to DictProxy limit...
2007-08-29 Guido van RossumPatch # 1048 by Amaury Forgeot d'Arc.
2007-08-29 Guido van RossumThree patches from issue #1047, by Amaury Forgeot d...
2007-08-29 Guido van RossumIn rseponse to bug# 1029, force the newline default...
2007-08-29 Guido van RossumUnset PYTHONPATH, for my convenience.
2007-08-29 Guido van RossumInsist that the argument to TextIOWrapper.write() is...
2007-08-29 Guido van RossumUse the correct type for variables corresponding to...
2007-08-29 Jeremy HyltonConvert various string literals to bytes.
2007-08-29 Jeremy HyltonPEP 7 clean ups, no change in behavior.
2007-08-29 Jeremy HyltonFix test failures caused by missing/incorrect conversio...
2007-08-29 Guido van RossumFix up brokenness with hashing, now hashlib is strict...
next