summaryrefslogtreecommitdiff
path: root/PC/config.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-12/+0
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-171-2/+0
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-6/+6
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+2
* Little fixes:Neal Norwitz2007-03-211-0/+2
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-261-1/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+3
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-2/+2
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+0
* Create _ast module.Martin v. Löwis2006-02-271-0/+2
* Add _lsprof.Martin v. Löwis2006-02-141-0/+2
* Make zlib builtin.Martin v. Löwis2006-01-031-1/+3
* Update the PC configuration and project files for sha256 and sha512.Raymond Hettinger2005-08-241-4/+8
* SF patch #941881: PEP 309 Implementation (Partial Function Application).Raymond Hettinger2005-02-281-0/+2
* Supply the _subprocess module under 7.1. I'm not sure what the statusTim Peters2004-10-121-0/+3
* Remove rotor and xreadlines from VC 7.1 build.Tim Peters2004-08-311-4/+0
* Add missing _codecs_iso2022 module of cjkcodecs. I'll add unittestHye-Shik Chang2004-07-281-0/+2
* Woo hoo! All the encoding tests pass on Windows (& I downloaded theTim Peters2004-07-181-8/+10
* More cjkcodecs recovery: Python at least compiles on Window again.Tim Peters2004-07-181-40/+0
* Remove the pcre module.Thomas Heller2004-06-021-2/+0
* * Restore the pure python version of heapq.py.Raymond Hettinger2004-04-191-2/+2
* * Move collections.deque() in from the sandboxRaymond Hettinger2004-01-291-0/+2
* Add cjkcodecs to build processMartin v. Löwis2004-01-211-0/+53
* SF Patch #864863: Bisect C implementationRaymond Hettinger2004-01-051-0/+2
* Update build procedure to VC 7.1; make more modules builtin.Martin v. Löwis2004-01-021-0/+14
* Convert heapq.py to a C implementation.Raymond Hettinger2003-11-081-0/+2
* Patch #714957: Explain ADDMODULE MARKER.Martin v. Löwis2003-04-181-2/+2
* Move itertools module from the sandbox and into production.Raymond Hettinger2003-02-011-0/+2
* PEP 302 + zipimport:Just van Rossum2002-12-301-0/+2
* Taught the Windows build about _randommodule.c. This is compiledTim Peters2002-12-291-0/+2
* Removed WITH_CYCLE_GC #ifdef-ery. Holes:Tim Peters2002-07-071-4/+0
* Removed newmodule.c from the project, and removed references to it fromTim Peters2002-06-161-2/+0
* Get hotshot closer to compiling on Windows.Tim Peters2001-10-121-0/+2
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-0/+3
* Teach Windows build about the _weakref module.Tim Peters2001-02-021-0/+2
* Assorted xreadlines problems:Tim Peters2001-01-091-0/+4
* Enable the binascii module for Win64. It builds and passes the test suite.Trent Mick2000-10-041-3/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-10/+0
* Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,Thomas Wouters2000-07-221-29/+29
* Add "exceptions" to list of built-in modules for the sake ofGuido van Rossum2000-07-121-0/+1
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* final patches from Neil Schemenauer for garbage collectionJeremy Hylton2000-06-301-0/+6
* Trent Mick:Guido van Rossum2000-05-081-3/+17
* Mark Hammond:Guido van Rossum2000-04-211-2/+0
* Remove _socket, select, soundex, and unicodedata. These have beenGuido van Rossum2000-04-061-10/+0
* VC++ project changes to add new Unicode files and modules.Guido van Rossum2000-03-111-0/+5
* Added sha module!Guido van Rossum1999-04-131-0/+2
* Some weird symbol (M_I386) was used to decide whether to include theGuido van Rossum1999-02-051-1/+1