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
/
PCbuild
Commit message (
Expand
)
Author
Age
Files
Lines
*
It works w/o the newline on my system but you are right. A newline is nicer.
Christian Heimes
2007-11-09
2
-2/+2
*
I've created three bat files based on the howto http://wiki.python.org/moin/B...
Christian Heimes
2007-11-08
3
-0/+73
*
Patch 1304, by Amaury Forgeot d'Arc.
Guido van Rossum
2007-10-22
1
-3/+9
*
ssue 1309: fix by Christian Heimes to be able to build on Windows.
Guido van Rossum
2007-10-22
1
-1/+4
*
clean out some hotshot-related build turds
Fred Drake
2007-10-11
3
-16/+0
*
Remove more traces of bufferobject.[ch] from build files etc.
Guido van Rossum
2007-10-08
1
-3/+0
*
Merged revisions 58149-58150 via svnmerge from
Martin v. Löwis
2007-09-14
1
-1/+1
*
Run 2to3's print fixer over some places that had been missed.
Collin Winter
2007-08-30
1
-8/+8
*
Bump version numbers.
Martin v. Löwis
2007-08-30
1
-4/+2
*
Port the build_ssl.py script to Python 3.
Thomas Heller
2007-08-27
1
-15/+15
*
Add a couple of files that are necessary based on getting PCbuil8 to work.
Neal Norwitz
2007-08-26
1
-0/+6
*
Remove more references to intobject.
Guido van Rossum
2007-08-07
1
-3/+0
*
Drop cPickle from Windows build process.
Martin v. Löwis
2007-07-22
1
-3/+0
*
atexit is a builtin module now, provide that on Windows.
Thomas Heller
2007-07-13
1
-0/+3
*
See SF# 1751801: Windows: Add the _fileio builtin module, and undefine
Thomas Heller
2007-07-11
1
-0/+3
*
print() is a function now.
Thomas Heller
2007-07-11
1
-1/+1
*
Merged revisions 55962-56019 via svnmerge from
Guido van Rossum
2007-06-18
1
-15/+15
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
5
-4/+9
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
1
-9/+0
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-6/+0
*
Merged revisions 55342-55406 via svnmerge from
Guido van Rossum
2007-05-17
1
-3/+0
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-4/+0
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-1/+1
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
17
-19/+21
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-2/+2
*
Add the bytes type to the build process.
Martin v. Löwis
2007-01-06
1
-0/+3
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
3
-7/+57
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
5
-65/+75
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
6
-54/+103
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-4/+1
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
12
-21/+15
*
Merge with trunk up to revision 45620.
Thomas Wouters
2006-04-21
18
-37/+37
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
9
-46/+512
*
Remove apply()
Neal Norwitz
2006-03-17
1
-1/+1
*
For x86 Release and Debug builds, remove the /Wp64 compiler flag, it
Thomas Heller
2006-03-14
1
-2/+2
*
It's necessary to do a Debug build of the bsddb project too.
Tim Peters
2006-03-13
1
-2/+6
*
Minor changes.
Tim Peters
2006-03-13
1
-5/+4
*
Trimmed trailing whitespace.
Tim Peters
2006-03-13
1
-2/+2
*
Fix build process of bsddb for IA64 and AMD64.
Martin v. Löwis
2006-03-13
2
-6/+11
*
Update to bsddb 4.4.20.
Martin v. Löwis
2006-03-13
2
-46/+34
*
Update to bzip2 1.0.3
Martin v. Löwis
2006-03-13
2
-19/+17
*
Move buildbot scripts to Tools/buildbot.
Martin v. Löwis
2006-03-12
3
-9/+0
*
Added brief comment.
Tim Peters
2006-03-12
1
-2/+1
*
Added brief comments.
Tim Peters
2006-03-12
2
-2/+2
*
Add buildbot test script.
Martin v. Löwis
2006-03-11
1
-0/+4
*
Give the _ssl project a harmless command to perform
Tim Peters
2006-03-11
1
-0/+3
*
Add AMD64 and Itanium configurationgs to ctypes;
Martin v. Löwis
2006-03-10
3
-8/+233
*
Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln.
Thomas Heller
2006-03-09
2
-398/+398
*
Added VC project files to build _ctypes.pyd and _ctypes_test.pyd on Windows.
Thomas Heller
2006-03-09
3
-0/+307
*
Taught svneol to look at .c and .h files too, and
Tim Peters
2006-03-09
1
-88/+88
[next]