Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | As reported on c.l.py, the _elementtree project | Tim Peters | 2005-12-26 | 1 | -0/+1 |
| | | | | should depend on the pythoncore project. | ||||
* | 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. | ||||
* | Set props on _elementtree project file as per pyexpat.vcproj. | Trent Mick | 2005-12-15 | 1 | -335/+335 |
| | |||||
* | Add build support for _elementtree on Windows. | Trent Mick | 2005-12-15 | 2 | -0/+345 |
| | |||||
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 1 | -29/+0 |
| | | | | properties now. | ||||
* | 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. | ||||
* | Patch #1160164: Use ReleaseItanium for zlib build. | Martin v. Löwis | 2005-08-25 | 2 | -2/+5 |
| | | | | Will backport to 2.4. | ||||
* | 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 |
| | |||||
* | Removed XXX block about a test_bsddb3 failure that went away a long time ago. | Tim Peters | 2005-08-07 | 1 | -11/+0 |
| | |||||
* | Update some Python version numbers. | Tim Peters | 2005-08-07 | 1 | -3/+3 |
| | |||||
* | Upgrade Windows build to zlib 1.2.3 (a security fix) | Trent Mick | 2005-07-26 | 2 | -14/+14 |
| | |||||
* | Link to #1233049 for building against openssl 0.9.8. | Martin v. Löwis | 2005-07-06 | 1 | -0/+1 |
| | |||||
* | merge from branch | Anthony Baxter | 2005-03-29 | 1 | -0/+4 |
| | |||||
* | ported buildnos to trunk | Anthony Baxter | 2005-03-09 | 1 | -0/+6 |
| | |||||
* | 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 | 2 | -3/+5 |
| | |||||
* | Bump version for 2.4c1 | Martin v. Löwis | 2004-11-07 | 2 | -4/+6 |
| | |||||
* | Bump buildno for 2.4b2. | Martin v. Löwis | 2004-11-02 | 2 | -3/+5 |
| | |||||
* | Bump buildno for 2.4b1 | Martin v. Löwis | 2004-10-15 | 2 | -3/+5 |
| | |||||
* | 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. | ||||
* | Link with ws2_32 instead of wsock32. | Martin v. Löwis | 2004-09-18 | 1 | -3/+3 |
| | |||||
* | Revert creation of launcher.exe | Martin v. Löwis | 2004-09-08 | 2 | -194/+0 |
| | |||||
* | Add launcher program | Martin v. Löwis | 2004-09-07 | 2 | -0/+194 |
| | |||||
* | Update buildno for 2.4a3 | Martin v. Löwis | 2004-09-01 | 2 | -3/+5 |
| | |||||
* | Add instructions for building Tix | Martin v. Löwis | 2004-08-31 | 1 | -0/+9 |
| | |||||
* | Remove rotor and xreadlines from VC 7.1 build. | Tim Peters | 2004-08-31 | 1 | -54/+0 |
| | |||||
* | More cmd.exe exploitation. | Tim Peters | 2004-08-30 | 1 | -38/+50 |
| | |||||
* | Since it's impossible to build Python using VC7.1 on a command.com | Tim Peters | 2004-08-30 | 1 | -6/+1 |
| | | | | system, exploit cmd.exe's setlocal function in this directory. | ||||
* | Updated test-runner .bat for new location of Tcl/Tk. | Tim Peters | 2004-08-30 | 2 | -8/+6 |
| | | | | | | | Replaced outcomes from native Tcl/Tk tests. Maybe the diffs are legit, maybe not. I noticed that the Tcl results I'm replacing here claimed both that there were no failures, and that one file had tests with failures, so I wasn't inclined to trust them <wink>. | ||||
* | Bump Tk version to 8.4.7. Build into tcltk directory. | Martin v. Löwis | 2004-08-30 | 2 | -36/+28 |
| | |||||
* | Boosted the stack reservation for python.exe and python_w.exe from the | Tim Peters | 2004-08-12 | 2 | -0/+6 |
| | | | | | default 1MB to 2 million bytes. The test suite passes with -uall again (test_compiler no longer drives WinXP into an insane state). | ||||
* | Patch #1006916: Remove ODBC library references. | Martin v. Löwis | 2004-08-12 | 7 | -20/+20 |
| | |||||
* | Bump buildno for 2.4a2 | Martin v. Löwis | 2004-08-04 | 2 | -3/+5 |
| | |||||
* | Remove unused source file from Windows project files. | Hye-Shik Chang | 2004-07-28 | 1 | -3/+0 |
| | |||||
* | Generate rc[_d].h after linking | Martin v. Löwis | 2004-07-25 | 1 | -2/+5 |
| | |||||
* | Add Itanium targets. | Martin v. Löwis | 2004-07-20 | 16 | -0/+2064 |
| | |||||
* | cjkcodecs/mapdata_*.c are removed by the recent import CJKCodecs 1.1. | Hye-Shik Chang | 2004-07-18 | 1 | -12/+0 |
| | |||||
* | Ignore more encoding input files. | Tim Peters | 2004-07-18 | 1 | -0/+2 |
| | |||||
* | Ignore input files for encoding tests (these aren't checked in). | Tim Peters | 2004-07-18 | 1 | -0/+12 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Temporarily add the Tcl/Tk bin directory to PATH, so that test_tcl can | Tim Peters | 2004-07-17 | 1 | -0/+4 |
| | | | | | actually run. When it fails, it pops up a dialog box, and the test run hangs waiting for you to click OK -- that sucks too much to bear. | ||||
* | dont think it's still being used, but just in case | Anthony Baxter | 2004-07-08 | 1 | -4/+4 |
| | |||||
* | Bump build number to 54 for 2.4.0a1 | Martin v. Löwis | 2004-07-08 | 2 | -2/+4 |
| | |||||
* | Update info about the windows build. | Thomas Heller | 2004-07-02 | 1 | -3/+2 |
| | |||||
* | Add readme.txt | Martin v. Löwis | 2004-06-28 | 1 | -0/+3 |
| |