2007-08-31 |
Georg Brandl | string.maketrans() now produces translation tables... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | Add bytes methods documentation. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Martin v. Löwis | Mark registry components as 64-bit on Win64. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Thomas Heller | Fix a buggy test. str8 objects contained NUL-terminate... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | Commit #1068: new docs for PEP 3101. Also document... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Thomas Heller | round(1e20) wrongly returned 0. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | Update the first two parts of the reference manual... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Martin v. Löwis | Revert 57722. Move error dialog APIs to msvcrt instead, |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | Regenerate Lib/symbol.py. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | Fix unicode issue in tutorial. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Thomas Heller | Fix test_startfile and remove duplicated test. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Thomas Heller | Insert "startfile" into posix_methods again; it was... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | Fix sphinx-build so that it runs with 2.x and 3.x but... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | Correct a few typos. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Neal Norwitz | Ugh, hopefully I can get this right. The code is only... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Neal Norwitz | Try to fix the problem of passing a non-int on Win64... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Neal Norwitz | Remove checking redundantly for checks of PyInt and... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Neal Norwitz | Try to fix a problem with large values on Win64. Diagn... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Force test_mailbox and test_old_mailbox into submission. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Neal Norwitz | Remove chr8, we're not likely to need it at this point |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Kurt B. Kaiser | 1. Don't encode input strings to bytes. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Neal Norwitz | Thomas removed all the SLICE op codes |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Customary 2nd submit of this file after it's been changed. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Neal Norwitz | A few more fixes to the tutorial |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Barry Warsaw | More email package fixes. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Tutorial update for 3.0 by Paul Dubois. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Barry Warsaw | More email package fixes. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Barry Warsaw | More email package fixes. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Eric Smith | Changed signature of string.Formatter.get_field, per... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Eric Smith | Fixed test name. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Eric Smith | Added test cases for string.Formatter subclassing. |
commit | commitdiff | tree | snapshot |
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 |
next |