summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typoNeal Norwitz2007-08-301-1/+1
* Add 2.6 and 3.0 to the silly list.Guido van Rossum2007-08-301-0/+2
* Update patch level to 3.0a1. We're close enough.Guido van Rossum2007-08-301-2/+2
* Update Misc/NEWS. Add RELNOTES.Guido van Rossum2007-08-303-20/+26
* Forbid an empty argument list in execv call.Thomas Heller2007-08-302-0/+8
* Move definition of TZNAME_ENCODING further up.Martin v. Löwis2007-08-301-2/+2
* Set startinpos before calling the error handler.Walter Dörwald2007-08-301-0/+1
* Rewrap line.Walter Dörwald2007-08-301-1/+2
* Port to Python 3.0.Martin v. Löwis2007-08-302-9/+10
* Implement PYTHONNOERRORWINDOW.Martin v. Löwis2007-08-302-0/+25
* Move the copyright and license stuff to the end.Guido van Rossum2007-08-301-32/+28
* Explicitly convert tzname to Unicode. Fixes #1040.Martin v. Löwis2007-08-301-2/+7
* More email package related repairs. This fixes smtplib's import and use ofBarry Warsaw2007-08-306-28/+23
* Two changes (not enough to make the test pass though) having to do withGuido van Rossum2007-08-301-2/+3
* Use s# instead of t# for nis_match.Martin v. Löwis2007-08-301-1/+1
* Stop testing for encoded file names, as Python 3 doesMartin v. Löwis2007-08-301-64/+1
* Try to fix test_plistlib so it uses bytes consistently in this callNeal Norwitz2007-08-301-1/+1
* Use inspect.py and clean up.Kurt B. Kaiser2007-08-301-77/+61
* Try to fix test_aepack by comparing bytes with bytes.Neal Norwitz2007-08-301-1/+1
* Write bytes instead of unicodeNeal Norwitz2007-08-301-20/+20
* Try to get test_pep352 and maybe test_platform to work on a Windows buildbotNeal Norwitz2007-08-301-1/+1
* Since the filename is encoded, we must add bytes to it. The testNeal Norwitz2007-08-301-1/+1