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
/
pythoncore.vcproj
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 59666-59679 via svnmerge from
Christian Heimes
2008-01-03
1
-4/+0
*
Fixed svn merge issues
Christian Heimes
2007-12-31
1
-36/+32
*
Merged revisions 59605-59624 via svnmerge from
Christian Heimes
2007-12-31
1
-650/+1617
*
Merged revisions 59541-59561 via svnmerge from
Christian Heimes
2007-12-19
1
-0/+4
*
Merged revisions 59450-59464 via svnmerge from
Christian Heimes
2007-12-11
1
-0/+3
*
Issue #1580: New free format floating point representation based on "Floating...
Christian Heimes
2007-12-10
1
-0/+3
*
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
1
-3/+0
*
Remove more traces of bufferobject.[ch] from build files etc.
Guido van Rossum
2007-10-08
1
-3/+0
*
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
*
Merged revisions 55962-56019 via svnmerge from
Guido van Rossum
2007-06-18
1
-15/+15
*
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 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
1
-1/+1
*
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
1
-6/+3
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-12/+12
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-6/+9
*
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
1
-5/+5
*
Merge with trunk up to revision 45620.
Thomas Wouters
2006-04-21
1
-2/+2
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-8/+2
*
Drop vsextcomp_verbose
Martin v. Löwis
2006-02-16
1
-1/+1
*
Add _lsprof.
Martin v. Löwis
2006-02-14
1
-0/+6
*
Add build support for AMD64.
Martin v. Löwis
2006-02-14
1
-2/+81
*
Generate getbuildinfo.o each time the linker is invoked;
Martin v. Löwis
2006-01-18
1
-12/+13
*
Remove buildno.
Martin v. Löwis
2006-01-15
1
-12/+0
*
Patch #1396093: Further .vcproj cleanups
Martin v. Löwis
2006-01-15
1
-2700/+3
*
Patch #1307806: Use project defaults where possible
Martin v. Löwis
2006-01-03
1
-129/+3
*
Make zlib builtin.
Martin v. Löwis
2006-01-03
1
-0/+61
*
Repair longstanding damage introduced by the AST merge:
Tim Peters
2005-12-25
1
-4/+25
*
Add Python\pyarena.c to the VC project file.
Thomas Heller
2005-12-21
1
-3/+6
*
Remove conflict markers and add parsermodule.c to get things building
Mark Hammond
2005-10-23
1
-12/+11
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-37/+93
*
Correct names of sha modules.
Raymond Hettinger
2005-08-24
1
-2/+2
*
Update the PC configuration and project files for sha256 and sha512.
Raymond Hettinger
2005-08-24
1
-0/+54
*
SF patch #941881: PEP 309 Implementation (Partial Function Application).
Raymond Hettinger
2005-02-28
1
-0/+27
*
Update the filenames in the MSVC project file for Python 2.5.
Thomas Heller
2004-12-01
1
-9/+9
*
Bump buildno for 2.4 release
Martin v. Löwis
2004-11-29
1
-3/+3
*
Bump version for 2.4c1
Martin v. Löwis
2004-11-07
1
-3/+3
*
Bump buildno for 2.4b2.
Martin v. Löwis
2004-11-02
1
-3/+3
*
Bump buildno for 2.4b1
Martin v. Löwis
2004-10-15
1
-3/+3
*
Supply the _subprocess module under 7.1. I'm not sure what the status
Tim Peters
2004-10-12
1
-0/+3
[next]