2007-08-31 |
Collin Winter | Fix a compile error on Windows. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Collin Winter | Cut test_raise down to size. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Collin Winter | Update import.c's MAGIC value for the new raise syntax... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Minor tweaks. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | First draft of a what's new document. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Use pow() instead of repeated multiplication by 10... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Thomas Wouters | Fix test_smtplib by munging asynchat some more. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Collin Winter | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Guido van Rossum | Remove curses temp file consistently. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Thomas Wouters | Remove the simple slicing API. All slicing is now done... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Thomas Wouters | Merged revisions 57772-57777 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Eric Smith | Added format tests. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Kurt B. Kaiser | IDLE's py3k NEWS |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Thomas Wouters | Merged revisions 57620-57771 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Guido van Rossum | Add some miscellanea. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Kurt B. Kaiser | Fix a typo and a trailing space. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Kurt B. Kaiser | Don't ascii encode eol_convention. Was causing file... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Martin v. Löwis | Explicitly use UTF-8 as the encoding for the normalizat... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Kurt B. Kaiser | Bump IDLE version. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Guido van Rossum | Add a note about the openssl dependency. Switch to... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Barry Warsaw | More email package fixes. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Collin Winter | Fix more lingering print statements. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Collin Winter | Fix a typo in the distutils cleanup. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Guido van Rossum | Small updates. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Collin Winter | Run 2to3's print fixer over some places that had been... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Georg Brandl | Add 3.0 to the silly list in license.rst too, and updat... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Georg Brandl | Fix #1753395. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Martin v. Löwis | Bug #1746880: Correctly install DLLs into system32... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Collin Winter | More raise statement normalization. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Collin Winter | Kill more lingering string exceptions in Lib/plat-mac/. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Collin Winter | 1/0 -> True/False cleanup. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Thomas Heller | Calling execvp with an empty argument list raises Value... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Guido van Rossum | Enable the trunc() test. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Guido van Rossum | Add numbers.py. I suspect this is an old version,... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Collin Winter | Fix a lingering string exception. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Neal Norwitz | Fix typo |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Guido van Rossum | Add 2.6 and 3.0 to the silly list. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Guido van Rossum | Update patch level to 3.0a1. We're close enough. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Guido van Rossum | Update Misc/NEWS. Add RELNOTES. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Thomas Heller | Forbid an empty argument list in execv call. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Martin v. Löwis | Move definition of TZNAME_ENCODING further up. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Walter Dörwald | Set startinpos before calling the error handler. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Walter Dörwald | Rewrap line. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Martin v. Löwis | Port to Python 3.0. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Martin v. Löwis | Implement PYTHONNOERRORWINDOW. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Guido van Rossum | Move the copyright and license stuff to the end. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Martin v. Löwis | Explicitly convert tzname to Unicode. Fixes #1040. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Barry Warsaw | More email package related repairs. This fixes smtplib... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Guido van Rossum | Two changes (not enough to make the test pass though... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Martin v. Löwis | Use s# instead of t# for nis_match. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Martin v. Löwis | Stop testing for encoded file names, as Python 3 does |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Neal Norwitz | Try to fix test_plistlib so it uses bytes consistently... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Kurt B. Kaiser | Use inspect.py and clean up. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Neal Norwitz | Try to fix test_aepack by comparing bytes with bytes. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Neal Norwitz | Write bytes instead of unicode |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Neal Norwitz | Try to get test_pep352 and maybe test_platform to work... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Neal Norwitz | Since the filename is encoded, we must add bytes to... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Martin v. Löwis | Add uuids for 3.0. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Neal Norwitz | Try to fix the problem on the Windows buildbot where... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Martin v. Löwis | Bump version numbers. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Neal Norwitz | Stop using the find function on the string module,... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Martin v. Löwis | Forward Windows build instructions to PCbuild. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Neal Norwitz | Make this module importable, this gets test___all__... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Collin Winter | General cleanup, raise normalization in Lib/distutils. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Collin Winter | Raise statement normalization in Lib/ctypes/. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Guido van Rossum | Oops. I copied a slightly older version of the email... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Neal Norwitz | Use the new name for the parser module. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Neal Norwitz | Revert revisions 57472, 57474, and 57477 which disabled... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Barry Warsaw | Fix a more bytes/str confusion. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Collin Winter | Raise statement normalization in Lib/. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Guido van Rossum | Copying the email package back, despite its failings. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Guido van Rossum | Fix an outdated URL in a SyntaxError message. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | When clobbering, also clean the docs. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Collin Winter | Revert r57685 (weird merge result). |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Make it work with Py3k. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Collin Winter | Raise statement normalization in Lib/test/. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Collin Winter | (no commit message) |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Collin Winter | (no commit message) |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Don't delete test output when "make clean" is run ... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Modernize clean and funny targets. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Mostly rewritten, much shorter README for Py3k. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | [Oops, I forgot half of the patch.] |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Andother bytes/str comparison caught by Jeremy's change. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Jeremy Hylton | Change string literal to bytes. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Jeremy Hylton | Make terminator constants bytes. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Jeremy Hylton | Change string literals to bytes, since they are compare... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Fix issue # 1037 (sort of). |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Jeremy Hylton | Make it an error to compare a bytes object and a Unicod... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Patch # 1050 by Amaury Forgeot d'Arc. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Kurt B. Kaiser | 1. Debugger was failing to start due to DictProxy limit... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Patch # 1048 by Amaury Forgeot d'Arc. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Three patches from issue #1047, by Amaury Forgeot d... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | In rseponse to bug# 1029, force the newline default... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Unset PYTHONPATH, for my convenience. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Insist that the argument to TextIOWrapper.write() is... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Use the correct type for variables corresponding to... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Jeremy Hylton | Convert various string literals to bytes. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Jeremy Hylton | PEP 7 clean ups, no change in behavior. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Jeremy Hylton | Fix test failures caused by missing/incorrect conversio... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Guido van Rossum | Fix up brokenness with hashing, now hashlib is strict... |
commit | commitdiff | tree | snapshot |
next |