index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 57722. Move error dialog APIs to msvcrt instead,
Martin v. Löwis
2007-08-31
4
-23/+97
*
Regenerate Lib/symbol.py.
Georg Brandl
2007-08-31
1
-81/+73
*
Fix unicode issue in tutorial.
Georg Brandl
2007-08-31
1
-4/+2
*
Fix test_startfile and remove duplicated test.
Thomas Heller
2007-08-31
1
-8/+0
*
Insert "startfile" into posix_methods again; it was accidentially
Thomas Heller
2007-08-31
1
-0/+3
*
Fix sphinx-build so that it runs with 2.x and 3.x but refuses to start with 3.x.
Georg Brandl
2007-08-31
1
-7/+6
*
Correct a few typos.
Georg Brandl
2007-08-31
1
-76/+75
*
Ugh, hopefully I can get this right. The code is only compiled on Win64
Neal Norwitz
2007-08-31
1
-1/+1
*
Try to fix the problem of passing a non-int on Win64 right this time.
Neal Norwitz
2007-08-31
1
-2/+5
*
Remove checking redundantly for checks of PyInt and PyLong.
Neal Norwitz
2007-08-31
7
-15/+14
*
Try to fix a problem with large values on Win64. Diagnosed by Thomas Heller
Neal Norwitz
2007-08-31
1
-1/+1
*
Force test_mailbox and test_old_mailbox into submission.
Guido van Rossum
2007-08-31
3
-9/+12
*
Remove chr8, we're not likely to need it at this point
Neal Norwitz
2007-08-31
1
-26/+1
*
1. Don't encode input strings to bytes.
Kurt B. Kaiser
2007-08-31
1
-7/+1
*
Thomas removed all the SLICE op codes
Neal Norwitz
2007-08-31
1
-65/+0
*
Customary 2nd submit of this file after it's been changed.
Guido van Rossum
2007-08-31
1
-2/+2
*
A few more fixes to the tutorial
Neal Norwitz
2007-08-31
2
-7/+6
*
More email package fixes.
Barry Warsaw
2007-08-31
2
-10/+9
*
Tutorial update for 3.0 by Paul Dubois.
Guido van Rossum
2007-08-31
12
-352/+378
*
More email package fixes.
Barry Warsaw
2007-08-31
4
-34/+10
*
More email package fixes.
Barry Warsaw
2007-08-31
2
-14/+16
*
Changed signature of string.Formatter.get_field, per suggestion by
Eric Smith
2007-08-31
2
-7/+27
*
Fixed test name.
Eric Smith
2007-08-31
1
-1/+1
*
Added test cases for string.Formatter subclassing.
Eric Smith
2007-08-31
3
-20/+76
*
Fix a compile error on Windows.
Collin Winter
2007-08-31
1
-1/+1
*
Cut test_raise down to size.
Collin Winter
2007-08-31
1
-278/+0
*
Update import.c's MAGIC value for the new raise syntax (as opposed to merely ...
Collin Winter
2007-08-31
1
-1/+1
*
Minor tweaks.
Guido van Rossum
2007-08-31
1
-4/+6
*
First draft of a what's new document.
Guido van Rossum
2007-08-31
1
-26/+248
*
Use pow() instead of repeated multiplication by 10 in round(x, n).
Guido van Rossum
2007-08-31
1
-15/+5
*
Fix test_smtplib by munging asynchat some more.
Thomas Wouters
2007-08-31
2
-3/+12
*
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter
2007-08-31
32
-253/+761
*
Remove curses temp file consistently.
Guido van Rossum
2007-08-30
1
-0/+6
*
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters
2007-08-30
32
-811/+79
*
Merged revisions 57772-57777 via svnmerge from
Thomas Wouters
2007-08-30
1
-2/+3
*
Added format tests.
Eric Smith
2007-08-30
4
-24/+36
*
IDLE's py3k NEWS
Kurt B. Kaiser
2007-08-30
1
-1/+19
*
Merged revisions 57620-57771 via svnmerge from
Thomas Wouters
2007-08-30
40
-8725/+9497
*
Add some miscellanea.
Guido van Rossum
2007-08-30
1
-3/+7
*
Fix a typo and a trailing space.
Kurt B. Kaiser
2007-08-30
1
-2/+2
*
Don't ascii encode eol_convention. Was causing file write to fail.
Kurt B. Kaiser
2007-08-30
1
-3/+0
*
Explicitly use UTF-8 as the encoding for the normalization file.
Martin v. Löwis
2007-08-30
2
-4/+4
*
Bump IDLE version.
Kurt B. Kaiser
2007-08-30
1
-1/+1
*
Add a note about the openssl dependency. Switch to '*' bullets for easier
Guido van Rossum
2007-08-30
1
-5/+9
*
More email package fixes.
Barry Warsaw
2007-08-30
1
-5/+13
*
Fix more lingering print statements.
Collin Winter
2007-08-30
3
-14/+14
*
Fix a typo in the distutils cleanup.
Collin Winter
2007-08-30
1
-1/+1
*
Small updates.
Guido van Rossum
2007-08-30
2
-2/+11
*
Run 2to3's print fixer over some places that had been missed.
Collin Winter
2007-08-30
51
-253/+253
*
Add 3.0 to the silly list in license.rst too, and update the Doc README.
Georg Brandl
2007-08-30
2
-63/+72
[next]