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
*
Merged revisions 59005-59040 via svnmerge from
Christian Heimes
2007-11-18
11
-84/+359
*
Updates to the msi builder and PCbuild9 directory. msi.py can now create inst...
Christian Heimes
2007-11-18
4
-32/+83
*
remove now-obsolete test_socket_ssl
Bill Janssen
2007-11-17
2
-249/+0
*
Fixed some build issues and updated docs.
Christian Heimes
2007-11-17
6
-10/+15
*
The _winreg module returns bytes which must be decoded to unicode, not encoded.
Christian Heimes
2007-11-17
1
-3/+3
*
Initial import of new PCbuild9 for VS 2008. It partly based on PCbuild and pa...
Christian Heimes
2007-11-17
42
-0/+11988
*
Use 'del' instead of rmpyc.py to remove the pyc and pyo files.
Thomas Heller
2007-11-16
2
-2/+2
*
Fixed an error in my last commit. The dll files are in the bin directory, not...
Christian Heimes
2007-11-16
1
-8/+8
*
I finally figured out why _tkinter and _bsddb didn't compile with PCbuild8.
Christian Heimes
2007-11-16
3
-10/+38
*
Disable dup() of SSLSocket. I don't think it can be made to work.
Guido van Rossum
2007-11-16
1
-0/+4
*
This is roughly socket2.diff from issue 1378, with a few changes applied
Guido van Rossum
2007-11-16
5
-117/+125
*
Correct a failing test when test_import is run after test_coding:
Amaury Forgeot d'Arc
2007-11-16
2
-4/+9
*
Cleanup of tokenizer.c.
Guido van Rossum
2007-11-16
1
-61/+47
*
Oops, forgot to test this after the merge.
Guido van Rossum
2007-11-16
1
-2/+2
*
Merged revisions 58947-59004 via svnmerge from
Guido van Rossum
2007-11-16
7
-207/+151
*
Fix some minor style nits. (I'll leave adding __all__ and making the
Guido van Rossum
2007-11-16
1
-46/+38
*
Fix for VS 2008
Christian Heimes
2007-11-15
1
-0/+6
*
Correction for issue1134: all source files with a coding spec, except latin-1
Amaury Forgeot d'Arc
2007-11-15
2
-15/+50
*
add the certificate for the Python SVN repository for testing SSL
Bill Janssen
2007-11-15
1
-0/+31
*
get SSL support to work again
Bill Janssen
2007-11-15
3
-570/+536
*
Attempt to manually add _ssl to the PCBuild8 solution file.
Amaury Forgeot d'Arc
2007-11-15
1
-0/+21
*
Found another memory leak in longrangeiter. And redo the previous correction
Amaury Forgeot d'Arc
2007-11-15
2
-4/+2
*
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
Thomas Heller
2007-11-15
13
-26/+25
*
Fix two compiler warnings on Win64.
Thomas Heller
2007-11-15
2
-2/+2
*
In anticipation of the upcoming ssl patch I've added _ssl to PCbuild8. It's b...
Christian Heimes
2007-11-15
3
-0/+844
*
Patch 1144 by David Binger, fix for parser module. With unittest.
Guido van Rossum
2007-11-15
2
-12/+13
*
Correct a memory leak: the range() object was not properly freed.
Amaury Forgeot d'Arc
2007-11-15
2
-0/+4
*
On Win64, linking the python dll currently fails with 'unresolved
Thomas Heller
2007-11-15
1
-0/+2
*
Added some additional checks for sys.std?? is None, see #1440
Christian Heimes
2007-11-15
7
-12/+17
*
The peeping and bawling of the builtin speaker is giving my poor cat the creeps.
Christian Heimes
2007-11-15
1
-0/+1
*
Patch 1439 by Bill Janssen. I think this will work.
Guido van Rossum
2007-11-14
1
-85/+21
*
Fix for bug #1442 pythonstartup addition of minor error checking
Christian Heimes
2007-11-14
1
-0/+10
*
Moved the initalization of the exception before the initialization of sys.
Christian Heimes
2007-11-14
1
-3/+3
*
Paths and file names from the fs should always be decoded with PyUnicode_Deco...
Christian Heimes
2007-11-14
1
-3/+4
*
Another #1415 fix for Windows GUI apps
Christian Heimes
2007-11-13
1
-2/+6
*
Fixed space -> tab
Christian Heimes
2007-11-13
1
-3/+3
*
Fix for #1415 pythonw.exe fails because std streams a missing
Christian Heimes
2007-11-13
4
-13/+63
*
Correction for issue1265 (pdb bug with "with" statement).
Amaury Forgeot d'Arc
2007-11-13
2
-9/+59
*
Add -i option. Don't exit when the command fails. Redirect stderr to stdout.
Guido van Rossum
2007-11-12
1
-12/+34
*
Another fix for #1414
Christian Heimes
2007-11-12
2
-2/+5
*
Fix for refleak tests through regrtest.py -R:: bug #1414
Christian Heimes
2007-11-12
3
-38/+42
*
Patch 1420 by Ron Adam.
Guido van Rossum
2007-11-12
4
-49/+58
*
Let's do as Guido says and return None instead of -1
Christian Heimes
2007-11-12
1
-3/+2
*
Stop Python code from instantiating a new stdprinter with sys.stderr.__class__()
Christian Heimes
2007-11-12
1
-11/+90
*
Merged revisions 58939-58946 via svnmerge from
Christian Heimes
2007-11-12
4
-38/+46
*
Merged revisions 58930-58938 via svnmerge from
Christian Heimes
2007-11-12
4
-16/+54
*
Minimal change that disables (AFAICT) the interpolation of \u and \U inside
Guido van Rossum
2007-11-12
2
-8/+160
*
Fixed some of the bugs in the readline module. #1425 is still open and severa...
Christian Heimes
2007-11-11
1
-14/+19
*
Merged revisions 58886-58929 via svnmerge from
Guido van Rossum
2007-11-10
16
-39/+349
*
No need to include windows.h twice
Amaury Forgeot d'Arc
2007-11-10
1
-5/+1
[next]