Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Attempt to correct the build files for the Microsoft VS7.1 compiler. | Amaury Forgeot d'Arc | 2008-09-02 | 2 | -10/+13 |
| | | | | | I don't have a working VS7.1, but VS2005 can automatically convert the project and build a working python interpreter. | ||||
* | Rename bytesobject.c back to stringobject.c to keep with the PyString theme. | Gregory P. Smith | 2008-06-10 | 1 | -1/+1 |
| | | | | Part of reverting most of r63675 per the mailing list discussion. | ||||
* | Used vs9to8.py to port all VS9.0 changes to 8.0 | Christian Heimes | 2008-05-26 | 1 | -3/+3 |
| | | | | Updated VS7.1 and VC6 project files | ||||
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 2 | -12/+0 |
| | |||||
* | Add new tkinter dir to various locations where lib-tk shows up. | Georg Brandl | 2008-05-17 | 2 | -0/+12 |
| | |||||
* | Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob | Brett Cannon | 2008-05-05 | 1 | -0/+3 |
| | | | | | | Ippolito. Closes issue #2750. | ||||
* | Added new files to Windows project files | Christian Heimes | 2008-04-18 | 1 | -0/+3 |
| | | | | More Windows related fixes are coming soon | ||||
* | Update project files for all Windows supported compilers | Amaury Forgeot d'Arc | 2008-04-14 | 1 | -0/+3 |
| | |||||
* | Issue 2408: remove the _types module | Amaury Forgeot d'Arc | 2008-04-08 | 1 | -3/+0 |
| | | | | | | | | | It was only used as a helper in types.py to access types (GetSetDescriptorType and MemberDescriptorType), when they can easily be obtained with python code. These expressions even work with Jython. I don't know what the future of the types module is; (cf. discussion in http://bugs.python.org/issue1605 ) at least this change makes it simpler. | ||||
* | Repair compilation for Visual Studio 2005. | Amaury Forgeot d'Arc | 2008-03-28 | 6 | -20/+17 |
| | | | | | | | I applied the same changes manually to VS7.1 and VC6 files; completely untested. (Christian, don't try too hard merging this change into py3k. It will be easier to do the same work again on the branch) | ||||
* | Compilation was broken on Windows since the introduction of Advanced String ↵ | Amaury Forgeot d'Arc | 2008-02-17 | 1 | -0/+6 |
| | | | | | | | Formatting. Only PCBuild (vs9) was really tested. Changes for older compilers were done manually. | ||||
* | The root of the project is two levels up from PC/VS7.1 | Christian Heimes | 2008-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed path to _ssl.c in Windows make file, take three ... | Christian Heimes | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed path to _ssl.c in Windows make file, take two | Christian Heimes | 2007-12-31 | 1 | -3/+3 |
| | |||||
* | Fixed path to _ssl.c in Windows make file | Christian Heimes | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed path | Christian Heimes | 2007-12-31 | 1 | -6/+6 |
| | |||||
* | Fixed include paths of PC/VS7.1 | Christian Heimes | 2007-12-31 | 20 | -318/+318 |
| | |||||
* | Fix paths for build bot | Christian Heimes | 2007-12-31 | 2 | -5/+5 |
| | |||||
* | Moved PCbuild directory to PC/VS7.1 | Christian Heimes | 2007-12-31 | 37 | -0/+10664 |