summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove checking redundantly for checks of PyInt and PyLong.Neal Norwitz2007-08-317-15/+14
* Try to fix a problem with large values on Win64. Diagnosed by Thomas HellerNeal Norwitz2007-08-311-1/+1
* Force test_mailbox and test_old_mailbox into submission.Guido van Rossum2007-08-313-9/+12
* Remove chr8, we're not likely to need it at this pointNeal Norwitz2007-08-311-26/+1
* 1. Don't encode input strings to bytes.Kurt B. Kaiser2007-08-311-7/+1
* Thomas removed all the SLICE op codesNeal Norwitz2007-08-311-65/+0
* Customary 2nd submit of this file after it's been changed.Guido van Rossum2007-08-311-2/+2
* A few more fixes to the tutorialNeal Norwitz2007-08-312-7/+6
* More email package fixes.Barry Warsaw2007-08-312-10/+9
* Tutorial update for 3.0 by Paul Dubois.Guido van Rossum2007-08-3112-352/+378
* More email package fixes.Barry Warsaw2007-08-314-34/+10
* More email package fixes.Barry Warsaw2007-08-312-14/+16
* Changed signature of string.Formatter.get_field, per suggestion byEric Smith2007-08-312-7/+27
* Fixed test name.Eric Smith2007-08-311-1/+1
* Added test cases for string.Formatter subclassing.Eric Smith2007-08-313-20/+76
* Fix a compile error on Windows.Collin Winter2007-08-311-1/+1
* Cut test_raise down to size.Collin Winter2007-08-311-278/+0
* Update import.c's MAGIC value for the new raise syntax (as opposed to merely ...Collin Winter2007-08-311-1/+1
* Minor tweaks.Guido van Rossum2007-08-311-4/+6
* First draft of a what's new document.Guido van Rossum2007-08-311-26/+248
* Use pow() instead of repeated multiplication by 10 in round(x, n).Guido van Rossum2007-08-311-15/+5
* Fix test_smtplib by munging asynchat some more.Thomas Wouters2007-08-312-3/+12
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-3132-253/+761
* Remove curses temp file consistently.Guido van Rossum2007-08-301-0/+6
* Remove the simple slicing API. All slicing is now done with slice objects.Thomas Wouters2007-08-3032-811/+79
* Merged revisions 57772-57777 via svnmerge fromThomas Wouters2007-08-301-2/+3
* Added format tests.Eric Smith2007-08-304-24/+36
* IDLE's py3k NEWSKurt B. Kaiser2007-08-301-1/+19
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-3040-8725/+9497
* Add some miscellanea.Guido van Rossum2007-08-301-3/+7
* Fix a typo and a trailing space.Kurt B. Kaiser2007-08-301-2/+2
* Don't ascii encode eol_convention. Was causing file write to fail.Kurt B. Kaiser2007-08-301-3/+0
* Explicitly use UTF-8 as the encoding for the normalization file.Martin v. Löwis2007-08-302-4/+4
* Bump IDLE version.Kurt B. Kaiser2007-08-301-1/+1
* Add a note about the openssl dependency. Switch to '*' bullets for easierGuido van Rossum2007-08-301-5/+9
* More email package fixes.Barry Warsaw2007-08-301-5/+13
* Fix more lingering print statements.Collin Winter2007-08-303-14/+14
* Fix a typo in the distutils cleanup.Collin Winter2007-08-301-1/+1
* Small updates.Guido van Rossum2007-08-302-2/+11
* Run 2to3's print fixer over some places that had been missed.Collin Winter2007-08-3051-253/+253
* Add 3.0 to the silly list in license.rst too, and update the Doc README.Georg Brandl2007-08-302-63/+72
* Fix #1753395.Georg Brandl2007-08-301-16/+4
* Bug #1746880: Correctly install DLLs into system32 folder on Win64.Martin v. Löwis2007-08-301-1/+1
* More raise statement normalization.Collin Winter2007-08-304-8/+8
* Kill more lingering string exceptions in Lib/plat-mac/.Collin Winter2007-08-303-7/+9
* 1/0 -> True/False cleanup.Collin Winter2007-08-301-4/+4
* Calling execvp with an empty argument list raises ValueError, but weThomas Heller2007-08-301-1/+1
* Enable the trunc() test.Guido van Rossum2007-08-301-2/+1
* Add numbers.py. I suspect this is an old version, but Jeffrey is outGuido van Rossum2007-08-302-0/+378
* Fix a lingering string exception.Collin Winter2007-08-301-1/+1