Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Move collections.deque() in from the sandbox | Raymond Hettinger | 2004-01-29 | 1 | -0/+4 |
| | | | | | | * Add unittests, newsitem, and whatsnew * Apply to Queue.py mutex.py threading.py pydoc.py and shlex.py * Docs are forthcoming | ||||
* | Added the cjkcodecs files to the MSVC 6 build. | Tim Peters | 2004-01-25 | 1 | -0/+100 |
| | |||||
* | SF Patch #864863: Bisect C implementation | Raymond Hettinger | 2004-01-05 | 1 | -0/+4 |
| | | | | (Contributed by Dmitry Vasiliev.) | ||||
* | That's it -- works as well under VC6 as it ever did now. | Tim Peters | 2004-01-04 | 1 | -0/+41 |
| | |||||
* | The _tkinter subproject works with VC6 again. | Tim Peters | 2004-01-04 | 1 | -2/+2 |
| | |||||
* | The bz2 subproject works with VC6 again. | Tim Peters | 2004-01-04 | 1 | -4/+4 |
| | |||||
* | The _ssl subproject may <heh> be working w/ VC6 again. | Tim Peters | 2004-01-04 | 2 | -0/+184 |
| | |||||
* | The _bsddb subproject works again under VC6. | Tim Peters | 2004-01-04 | 1 | -2/+2 |
| | |||||
* | Removed dead text about MS subprojects that no longer exist. | Tim Peters | 2004-01-04 | 1 | -14/+0 |
| | |||||
* | Getting closer (but not yet there) to being able to compile under VC6 | Tim Peters | 2004-01-04 | 10 | -811/+29 |
| | | | | | | | | | | | | | | again. Removed the following subprojects and folded them into pythoncore, to match what's being done under VC7. We *can* build the core DLL under VC6 again after this: datetime.dsp winreg.dsp parser.dsp _sre.dsp _csv.dsp mmap.dsp _symtable.dsp | ||||
* | Tons of changes to get this closer to being buildable from this directory; | Tim Peters | 2004-01-03 | 24 | -202/+504 |
| | | | | still far away, but a lot closer than it was. | ||||
* | Move VC6 project files here. | Martin v. Löwis | 2004-01-02 | 24 | -0/+3152 |