]> granicus.if.org Git - python/shortlog
python
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...
2007-08-29 Guido van RossumStraggler (forgot to save this earlier).
2007-08-29 Guido van RossumRefuse to compute digests from PyUnicode (str) instances.
2007-08-29 Guido van RossumOops, remove an abort() I put in for debugging.
2007-08-29 Guido van RossumFix the one failing test (can't decode twice).
2007-08-29 Guido van RossumAdd PyUnicode_AsStringAndSize(), which is like PyUnicod...
2007-08-29 Guido van RossumFix test_pyclbr -- _https_connection is optional.
2007-08-29 Guido van RossumFix failure in error handler -- exc[-1] -> exc.args...
2007-08-29 Eric SmithCorrected missed #if in r57652.
2007-08-29 Eric SmithAdded conditional compilation for '()', which was an...
2007-08-29 Neal NorwitzGet test_bsddb3 passing
2007-08-29 Gregory P.... strings vs bytes, bytes wins again
2007-08-29 Guido van RossumCommit strict str/bytes distinction.
2007-08-29 Guido van RossumFound a different, more direct way to disable ssl suppo...
2007-08-29 Guido van RossumChange the way the encoding parameter is handled.
2007-08-29 Guido van RossumMake test_cmd_line work with strict str/bytes.
2007-08-29 Guido van RossumFix the sqlite test. Blobs should be created using...
2007-08-29 Guido van Rossum"Fix" a few places that were using PyObject_AsCharBuffe...
2007-08-29 Eric SmithModified parsing of format strings, so that we always...
2007-08-29 Guido van RossumMake gettext work with strict str/bytes.
2007-08-29 Guido van RossumFix this test. How could it ever have worked?!
2007-08-29 Guido van RossumForgot one. This makes test_urllib2.py pass.
2007-08-29 Guido van RossumMake test_httplib pass.
2007-08-29 Guido van RossumMake test_urllib be strict about str/bytes.
2007-08-29 Guido van RossumDisable this test too.
2007-08-29 Guido van RossumDisable test_ssl until ssl.py has been fixed.
next