- c59dacd Fix a poorly-translated raise statement in contextlib. by Collin Winter · 17 years ago
- 1966f1c Fix refleaks exposed by test_raise. by Collin Winter · 17 years ago
- 1963ad3 Saving a file containing unicode failed. by Kurt B. Kaiser · 17 years ago
- bbb809e I'm not actually an author by Andrew M. Kuchling · 17 years ago
- b355304 Document PyCFunctionWithKeywords, add comment for PEP 3123. by Georg Brandl · 17 years ago
- a6f5278 Document sets' "<" and ">" operations. by Georg Brandl · 17 years ago
- fb5d367 Use symbolic name for METH_VARARGS. by Georg Brandl · 17 years ago
- 34cb852 Use symbolic name for METH_VARAGS. by Georg Brandl · 17 years ago
- f2fc934 Get rid of METH_OLDARGS. by Georg Brandl · 17 years ago
- 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
- 1617457 Remove versionadded/versionchanged in the reference. by Georg Brandl · 17 years ago
- 321976b Remove versionadded and versionchanged directives, fold information into text where necessary. by Georg Brandl · 17 years ago
- 2326a79 Add a warning text about mixing bytes and strings. by Georg Brandl · 17 years ago
- 37f1038 Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking for unicode objects. by Eric Smith · 17 years ago
- a95207a Fix RST link. by Georg Brandl · 17 years ago
- 7046e97 Bug #1074: make python-config with Py3k. by Georg Brandl · 17 years ago
- 39afe1e Bug #1737210: Change Manufacturer of Windows installer to PSF. by Martin v. Löwis · 17 years ago
- 804252b Eliminate latin-1 encoding by Kurt B. Kaiser · 17 years ago
- d953f6e Point IDLE menu Help / Python Docs at Python 3000 version by Kurt B. Kaiser · 17 years ago
- 9cd1e09 Removed unicode_format and unicode__format__, they just called through to other functions. by Eric Smith · 17 years ago
- 610cee3 Convert IDLE's CREDITS file to unicode. by Kurt B. Kaiser · 17 years ago
- 27b0240 Updated tracker link. by Guido van Rossum · 17 years ago
- 81ac1ce Address a few XXX comments, other fixes. by Georg Brandl · 17 years ago
- dcc56f8 Add bytes/remove unicode from the data model. by Georg Brandl · 17 years ago
- 85eb8c1 - document bytes() by Georg Brandl · 17 years ago
- 3540ef1 Tagging for release of Python 3.0a1. by Guido van Rossum · 17 years ago
- ba25c89 Got test_plistlib working. Don't ask how. by Guido van Rossum · 17 years ago
- 261f9df Fix fall-out of str.decode removal. by Guido van Rossum · 17 years ago
- b3922cb Neal sent real performance numbers. :-( by Guido van Rossum · 17 years ago
- 06b8b02 Per Georg's suggestion, get rid of str.decode() (which always raises an by Guido van Rossum · 17 years ago
- 674e938 Add a workaround for a strange bug on win64, when _ctypes is compiled by Thomas Heller · 17 years ago
- c5a6a30 Restore test_email for a1. It passes completely. by Barry Warsaw · 17 years ago
- 5deb210 Explicitly convert err->text to Unicode. Fixes #1069. by Martin v. Löwis · 17 years ago
- 90d1fcd Change %s argument for PyUnicode_FromFormat to be UTF-8. Fixes #1070. by Martin v. Löwis · 17 years ago
- bef9d21 Make test_email.py completely pass. This is cheating though because the two by Barry Warsaw · 17 years ago
- 7f13e6b string.maketrans() now produces translation tables for bytes.translate() -- wrong module? by Georg Brandl · 17 years ago
- 226878c Add bytes methods documentation. by Georg Brandl · 17 years ago
- 283e35f Mark registry components as 64-bit on Win64. by Martin v. Löwis · 17 years ago
- 680d7be Fix a buggy test. str8 objects contained NUL-terminated strings, by Thomas Heller · 17 years ago
- 4b49131 Commit #1068: new docs for PEP 3101. Also document the old string formatting as "old", and begin documenting str/unicode unification. by Georg Brandl · 17 years ago
- 20594cc round(1e20) wrongly returned 0. This fixes test_builtin on windows. by Thomas Heller · 17 years ago
- 57e3b68 Update the first two parts of the reference manual for Py3k, by Georg Brandl · 17 years ago
- 3dc33d1 Revert 57722. Move error dialog APIs to msvcrt instead, by Martin v. Löwis · 17 years ago
- 39cf04b Regenerate Lib/symbol.py. by Georg Brandl · 17 years ago
- c3f5bad Fix unicode issue in tutorial. by Georg Brandl · 17 years ago
- 4afcfb4 Fix test_startfile and remove duplicated test. by Thomas Heller · 17 years ago
- 8b7a957 Insert "startfile" into posix_methods again; it was accidentially by Thomas Heller · 17 years ago
- fd5359c Fix sphinx-build so that it runs with 2.x and 3.x but refuses to start with 3.x. by Georg Brandl · 17 years ago
- 5a16558 Correct a few typos. by Georg Brandl · 17 years ago
- 64fd6fb Ugh, hopefully I can get this right. The code is only compiled on Win64 by Neal Norwitz · 17 years ago
- b879f57 Try to fix the problem of passing a non-int on Win64 right this time. by Neal Norwitz · 17 years ago
- 1fe5f38 Remove checking redundantly for checks of PyInt and PyLong. by Neal Norwitz · 17 years ago
- 538d17a Try to fix a problem with large values on Win64. Diagnosed by Thomas Heller by Neal Norwitz · 17 years ago
- 671117a Force test_mailbox and test_old_mailbox into submission. by Guido van Rossum · 17 years ago
- c2550c7 Remove chr8, we're not likely to need it at this point by Neal Norwitz · 17 years ago
- 7cec252 1. Don't encode input strings to bytes. 2. Re-enable stderr redirection. by Kurt B. Kaiser · 17 years ago
- 639a8ff Thomas removed all the SLICE op codes by Neal Norwitz · 17 years ago
- 71d4a34 Customary 2nd submit of this file after it's been changed. by Guido van Rossum · 17 years ago
- e0906d1 A few more fixes to the tutorial by Neal Norwitz · 17 years ago
- 7aa02e6 More email package fixes. by Barry Warsaw · 17 years ago
- 0616b79 Tutorial update for 3.0 by Paul Dubois. by Guido van Rossum · 17 years ago
- 8b2af27 More email package fixes. by Barry Warsaw · 17 years ago
- 00b3422 More email package fixes. by Barry Warsaw · 17 years ago
- 3bcc42a Changed signature of string.Formatter.get_field, per suggestion by Ron Adam. by Eric Smith · 17 years ago
- 11fe3e0 Fixed test name. by Eric Smith · 17 years ago
- 8193669 Added test cases for string.Formatter subclassing. by Eric Smith · 17 years ago
- 231ff0e Fix a compile error on Windows. by Collin Winter · 17 years ago
- 812567d Cut test_raise down to size. by Collin Winter · 17 years ago
- 32347fb Update import.c's MAGIC value for the new raise syntax (as opposed to merely updating the comment). by Collin Winter · 17 years ago
- 7576583 Minor tweaks. by Guido van Rossum · 17 years ago
- b197f3c First draft of a what's new document. by Guido van Rossum · 17 years ago
- 6deb1bf Use pow() instead of repeated multiplication by 10 in round(x, n). by Guido van Rossum · 17 years ago
- 74e68c7 Fix test_smtplib by munging asynchat some more. by Thomas Wouters · 17 years ago
- 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
- 150b7d7 Remove curses temp file consistently. by Guido van Rossum · 17 years ago
- d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
- 582b586 Merged revisions 57772-57777 via svnmerge from by Thomas Wouters · 17 years ago
- 185e30c Added format tests. by Eric Smith · 17 years ago
- bc3b345 IDLE's py3k NEWS by Kurt B. Kaiser · 17 years ago
- 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
- cf1be88 Add some miscellanea. by Guido van Rossum · 17 years ago
- 2c7f314 Fix a typo and a trailing space. by Kurt B. Kaiser · 17 years ago
- 623d372 Don't ascii encode eol_convention. Was causing file write to fail. by Kurt B. Kaiser · 17 years ago
- 234a34a Explicitly use UTF-8 as the encoding for the normalization file. by Martin v. Löwis · 17 years ago
- 5495957 Bump IDLE version. by Kurt B. Kaiser · 17 years ago
- e5e8eff Add a note about the openssl dependency. Switch to '*' bullets for easier by Guido van Rossum · 17 years ago
- 8c57104 More email package fixes. by Barry Warsaw · 17 years ago
- b13c493 Fix more lingering print statements. by Collin Winter · 17 years ago
- fd51975 Fix a typo in the distutils cleanup. by Collin Winter · 17 years ago
- 845702c Small updates. by Guido van Rossum · 17 years ago
- e7bf59f Run 2to3's print fixer over some places that had been missed. by Collin Winter · 17 years ago
- 716c3ac Add 3.0 to the silly list in license.rst too, and update the Doc README. by Georg Brandl · 17 years ago
- f4780d0 Fix #1753395. by Georg Brandl · 17 years ago
- 47cc2a0 Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 17 years ago
- 4902e69 More raise statement normalization. by Collin Winter · 17 years ago
- 6cd2a20 Kill more lingering string exceptions in Lib/plat-mac/. by Collin Winter · 17 years ago
- b9678e7 1/0 -> True/False cleanup. by Collin Winter · 17 years ago
- bd315c5 Calling execvp with an empty argument list raises ValueError, but we by Thomas Heller · 17 years ago
- 080b2b2 Enable the trunc() test. by Guido van Rossum · 17 years ago
- 1daf954 Add numbers.py. I suspect this is an old version, but Jeffrey is out by Guido van Rossum · 17 years ago