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
/
PC
/
config.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop cPickle from Windows build process.
Martin v. Löwis
2007-07-22
1
-2/+0
*
atexit is a builtin module now, provide that on Windows.
Thomas Heller
2007-07-13
1
-0/+2
*
See SF# 1751801: Windows: Add the _fileio builtin module, and undefine
Thomas Heller
2007-07-11
1
-0/+2
*
Merged revisions 55962-56019 via svnmerge from
Guido van Rossum
2007-06-18
1
-6/+0
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-12/+0
*
Merged revisions 55342-55406 via svnmerge from
Guido van Rossum
2007-05-17
1
-2/+0
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
1
-6/+6
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-2/+2
*
Little fixes:
Neal Norwitz
2007-03-21
1
-0/+2
*
Remove the exceptions builtin module, all the exceptions are already builtin.
Neal Norwitz
2007-02-26
1
-1/+0
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+3
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-2/+2
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-2/+2
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-2/+0
*
Create _ast module.
Martin v. Löwis
2006-02-27
1
-0/+2
*
Add _lsprof.
Martin v. Löwis
2006-02-14
1
-0/+2
*
Make zlib builtin.
Martin v. Löwis
2006-01-03
1
-1/+3
*
Update the PC configuration and project files for sha256 and sha512.
Raymond Hettinger
2005-08-24
1
-4/+8
*
SF patch #941881: PEP 309 Implementation (Partial Function Application).
Raymond Hettinger
2005-02-28
1
-0/+2
*
Supply the _subprocess module under 7.1. I'm not sure what the status
Tim Peters
2004-10-12
1
-0/+3
*
Remove rotor and xreadlines from VC 7.1 build.
Tim Peters
2004-08-31
1
-4/+0
*
Add missing _codecs_iso2022 module of cjkcodecs. I'll add unittest
Hye-Shik Chang
2004-07-28
1
-0/+2
*
Woo hoo! All the encoding tests pass on Windows (& I downloaded the
Tim Peters
2004-07-18
1
-8/+10
*
More cjkcodecs recovery: Python at least compiles on Window again.
Tim Peters
2004-07-18
1
-40/+0
*
Remove the pcre module.
Thomas Heller
2004-06-02
1
-2/+0
*
* Restore the pure python version of heapq.py.
Raymond Hettinger
2004-04-19
1
-2/+2
*
* Move collections.deque() in from the sandbox
Raymond Hettinger
2004-01-29
1
-0/+2
*
Add cjkcodecs to build process
Martin v. Löwis
2004-01-21
1
-0/+53
*
SF Patch #864863: Bisect C implementation
Raymond Hettinger
2004-01-05
1
-0/+2
*
Update build procedure to VC 7.1; make more modules builtin.
Martin v. Löwis
2004-01-02
1
-0/+14
*
Convert heapq.py to a C implementation.
Raymond Hettinger
2003-11-08
1
-0/+2
*
Patch #714957: Explain ADDMODULE MARKER.
Martin v. Löwis
2003-04-18
1
-2/+2
*
Move itertools module from the sandbox and into production.
Raymond Hettinger
2003-02-01
1
-0/+2
*
PEP 302 + zipimport:
Just van Rossum
2002-12-30
1
-0/+2
*
Taught the Windows build about _randommodule.c. This is compiled
Tim Peters
2002-12-29
1
-0/+2
*
Removed WITH_CYCLE_GC #ifdef-ery. Holes:
Tim Peters
2002-07-07
1
-4/+0
*
Removed newmodule.c from the project, and removed references to it from
Tim Peters
2002-06-16
1
-2/+0
*
Get hotshot closer to compiling on Windows.
Tim Peters
2001-10-12
1
-0/+2
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-0/+3
*
Teach Windows build about the _weakref module.
Tim Peters
2001-02-02
1
-0/+2
*
Assorted xreadlines problems:
Tim Peters
2001-01-09
1
-0/+4
*
Enable the binascii module for Win64. It builds and passes the test suite.
Trent Mick
2000-10-04
1
-3/+1
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-10/+0
*
Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,
Thomas Wouters
2000-07-22
1
-29/+29
*
Add "exceptions" to list of built-in modules for the sake of
Guido van Rossum
2000-07-12
1
-0/+1
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
final patches from Neil Schemenauer for garbage collection
Jeremy Hylton
2000-06-30
1
-0/+6
*
Trent Mick:
Guido van Rossum
2000-05-08
1
-3/+17
*
Mark Hammond:
Guido van Rossum
2000-04-21
1
-2/+0
[next]