2007-09-01 |
Collin Winter | Partial py3k-ification of Doc/library/: convert has_key... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Collin Winter | Run 2to3's fix_has_key over distutils. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Collin Winter | Run 2to3's fix_has_key over Lib/plat-os2emx/. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Collin Winter | Fix refleaks in test_with caused by reusing the same... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Collin Winter | Fix a poorly-translated raise statement in contextlib. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Collin Winter | Fix refleaks exposed by test_raise. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Kurt B. Kaiser | Saving a file containing unicode failed. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Andrew M. Kuchling | I'm not actually an author |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Document PyCFunctionWithKeywords, add comment for PEP... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Document sets' "<" and ">" operations. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Use symbolic name for METH_VARARGS. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Use symbolic name for METH_VARAGS. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Get rid of METH_OLDARGS. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Get rid of the remaining versionadded/versionchanged... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Remove versionadded/versionchanged in the reference. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Remove versionadded and versionchanged directives,... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Add a warning text about mixing bytes and strings. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Eric Smith | Changed to use 'U' argument to PyArg_ParseTuple, instea... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Fix RST link. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Georg Brandl | Bug #1074: make python-config with Py3k. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Martin v. Löwis | Bug #1737210: Change Manufacturer of Windows installer... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Kurt B. Kaiser | Eliminate latin-1 encoding |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Kurt B. Kaiser | Point IDLE menu Help / Python Docs at Python 3000... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Eric Smith | Removed unicode_format and unicode__format__, they... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Kurt B. Kaiser | Convert IDLE's CREDITS file to unicode. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Updated tracker link. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | Address a few XXX comments, other fixes. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | Add bytes/remove unicode from the data model. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Georg Brandl | - document bytes() |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Tagging for release of Python 3.0a1. v3.0a1 |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Got test_plistlib working. Don't ask how. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Fix fall-out of str.decode removal. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Neal sent real performance numbers. :-( |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Guido van Rossum | Per Georg's suggestion, get rid of str.decode() (which... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Thomas Heller | Add a workaround for a strange bug on win64, when _ctyp... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Barry Warsaw | Restore test_email for a1. It passes completely. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Martin v. Löwis | Explicitly convert err->text to Unicode. Fixes #1069. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Martin v. Löwis | Change %s argument for PyUnicode_FromFormat to |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Barry Warsaw | Make test_email.py completely pass. This is cheating... |
commit | commitdiff | tree | snapshot |
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 |
next |