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
path:
root
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merged revisions 59056-59076 via svnmerge from
Christian Heimes
2007-11-20
1
-0/+1
*
Revert modifications to extract_msvcr71 in 59040,
Martin v. Löwis
2007-11-19
1
-7/+5
*
Updates to the msi builder and PCbuild9 directory. msi.py can now create inst...
Christian Heimes
2007-11-18
1
-29/+72
*
Use 'del' instead of rmpyc.py to remove the pyc and pyo files.
Thomas Heller
2007-11-16
2
-2/+2
*
Fix for refleak tests through regrtest.py -R:: bug #1414
Christian Heimes
2007-11-12
1
-0/+1
*
In followup to #1310: Remove more exception indexing.
Georg Brandl
2007-10-22
1
-1/+2
*
Remove more hotshot cruft.
Neal Norwitz
2007-10-13
1
-1/+0
*
remove hotshot profiler from Py3k
Fred Drake
2007-10-11
1
-60/+0
*
Silly script I'd rather not throw away.
Guido van Rossum
2007-10-09
1
-0/+93
*
Make byext.py really work.
Guido van Rossum
2007-09-27
1
-7/+5
*
Remove more cruft leftover from nb_coerce. Rename nb_coerce to
Neil Schemenauer
2007-09-21
1
-7/+0
*
Merged revisions 58149-58150 via svnmerge from
Martin v. Löwis
2007-09-14
1
-0/+1
*
Merged revisions 58133-58135 via svnmerge from
Martin v. Löwis
2007-09-13
1
-2/+16
*
Merged revisions 58053-58090 via svnmerge from
Thomas Wouters
2007-09-10
2
-1/+11
*
Use symbolic name for METH_VARAGS.
Georg Brandl
2007-09-01
1
-1/+1
*
Bug #1737210: Change Manufacturer of Windows installer to PSF.
Martin v. Löwis
2007-09-01
1
-1/+1
*
Mark registry components as 64-bit on Win64.
Martin v. Löwis
2007-08-31
1
-4/+6
*
Revert 57722. Move error dialog APIs to msvcrt instead,
Martin v. Löwis
2007-08-31
1
-2/+1
*
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter
2007-08-31
1
-2/+2
*
Merged revisions 57620-57771 via svnmerge from
Thomas Wouters
2007-08-30
1
-0/+1
*
Bug #1746880: Correctly install DLLs into system32 folder on Win64.
Martin v. Löwis
2007-08-30
1
-1/+1
*
Port to Python 3.0.
Martin v. Löwis
2007-08-30
2
-9/+10
*
Implement PYTHONNOERRORWINDOW.
Martin v. Löwis
2007-08-30
1
-0/+1
*
Add uuids for 3.0.
Martin v. Löwis
2007-08-30
1
-0/+8
*
Make it work with Py3k.
Guido van Rossum
2007-08-29
1
-2/+2
*
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters
2007-08-28
1
-0/+79
*
Convert raise statements in Tools/.
Collin Winter
2007-08-22
16
-29/+29
*
Remove support for BeOS
Skip Montanaro
2007-08-17
1
-3/+1
*
some RiscOS stuff I missed before (was only looking for "RISCOS")
Skip Montanaro
2007-08-17
1
-1/+1
*
First merge from the trunk straight into the py3k branch. I'm not
Guido van Rossum
2007-08-16
1
-0/+1
*
Add XID_Start and XID_Continue properties to unicodectype.
Martin v. Löwis
2007-08-14
1
-13/+56
*
Remove string.{letters,lowercase,uppercase}.
Martin v. Löwis
2007-08-14
2
-3/+3
*
Kill execfile(), use exec() instead
Neal Norwitz
2007-08-12
3
-3/+8
*
Remove support for __members__ and __methods__. There still might be
Neal Norwitz
2007-08-11
1
-4/+4
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
2
-4/+4
*
Merged revisions 56492-56752 via svnmerge from
Guido van Rossum
2007-08-05
2
-620/+0
*
Convert print statements to function calls in Tools/.
Collin Winter
2007-08-03
66
-780/+778
*
Merged revisions 56020-56124 via svnmerge from
Guido van Rossum
2007-06-30
7
-225/+223
*
Merged revisions 55962-56019 via svnmerge from
Guido van Rossum
2007-06-18
2
-3/+45
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
19
-209/+268
*
Minimal changes to make the "freeze" tool work again.
Guido van Rossum
2007-06-12
5
-11/+10
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
1
-2/+1
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-3/+3
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
1
-3/+5
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
9
-685/+0
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
18
-109/+109
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-1/+1
*
Fix print syntax so this runs using 3.0.
Guido van Rossum
2007-04-27
1
-9/+9
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-1/+1
*
Refactor astgen.py with 2to3.
Georg Brandl
2007-03-18
1
-38/+38
[prev]
[next]