Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | - Get rid of pgen.c and tokenizer_pgen.c. - Include tokenizer.c. All the -uall tests pass on my WinXP VC7.1 box now. | ||||
* | Add Python\pyarena.c to the VC project file. | Thomas Heller | 2005-12-21 | 1 | -3/+6 |
| | | | | Fix the definition of BUILD in the VC project settings. | ||||
* | 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 |
| | | | | | | | | | | This change implements a new bytecode compiler, based on a transformation of the parse tree to an abstract syntax defined in Parser/Python.asdl. The compiler implementation is not complete, but it is in stable enough shape to run the entire test suite excepting two disabled tests. | ||||
* | 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 |
| | | | | | Combined efforts of many including Peter Harris, Hye-Shik Chang, Martin v. Löwis, Nick Coghlan, Paul Moore, and Raymond Hettinger. | ||||
* | 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 |
| | | | | of this should be on non-WIN32 Windows variants. | ||||
* | Update buildno for 2.4a3 | Martin v. Löwis | 2004-09-01 | 1 | -3/+3 |
| | |||||
* | Remove rotor and xreadlines from VC 7.1 build. | Tim Peters | 2004-08-31 | 1 | -54/+0 |
| | |||||
* | Bump buildno for 2.4a2 | Martin v. Löwis | 2004-08-04 | 1 | -3/+3 |
| | |||||
* | Remove unused source file from Windows project files. | Hye-Shik Chang | 2004-07-28 | 1 | -3/+0 |
| | |||||
* | Add Itanium targets. | Martin v. Löwis | 2004-07-20 | 1 | -0/+993 |
| | |||||
* | cjkcodecs/mapdata_*.c are removed by the recent import CJKCodecs 1.1. | Hye-Shik Chang | 2004-07-18 | 1 | -12/+0 |
| | |||||
* | Teach VC 7.1 about the new cjkcodecs structure. This still doesn't compile | Tim Peters | 2004-07-18 | 1 | -59/+20 |
| | | | | | on Windows, because of non-standard code in cjkcodes.h, but it's *almost* there. | ||||
* | Bump build number to 54 for 2.4.0a1 | Martin v. Löwis | 2004-07-08 | 1 | -2/+2 |
| | |||||
* | Teach pythoncore project about new pystrtod.c for VC7.1. This was done | Tim Peters | 2004-06-14 | 1 | -0/+3 |
| | | | | a long time ago for VC6. | ||||
* | Remove the pcre module. | Thomas Heller | 2004-06-02 | 1 | -38/+0 |
| | |||||
* | Add genobject.c | Martin v. Löwis | 2004-06-01 | 1 | -0/+3 |
| | |||||
* | The filename of this module changed again... | Thomas Heller | 2004-04-27 | 1 | -1/+1 |
| | |||||
* | Modules/heapqmodule.c removed. | Thomas Heller | 2004-04-22 | 1 | -19/+3 |
| | | | | Modules/_heapmodule.c added. | ||||
* | Add collectionsmodule.c. | Martin v. Löwis | 2004-02-01 | 1 | -2/+3 |
| | | | | Don't link with largeint.lib anymore. | ||||
* | Add cjkcodecs to build process | Martin v. Löwis | 2004-01-21 | 1 | -0/+75 |
| | |||||
* | Add the _bisectmodule.c source file to the pythoncore project - seems to ↵ | Thomas Heller | 2004-01-06 | 1 | -0/+3 |
| | | | | have been forgotten. | ||||
* | Bump build number | Martin v. Löwis | 2004-01-04 | 1 | -2/+2 |
| | |||||
* | Update build procedure to VC 7.1. | Martin v. Löwis | 2004-01-02 | 1 | -0/+2420 |