summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.dsp
Commit message (Collapse)AuthorAgeFilesLines
* Update build procedure to VC 7.1.Martin v. Löwis2004-01-021-569/+0
|
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-0/+4
| | | | | | | | * Install the unittests, docs, newsitem, include file, and makefile update. * Exercise the new functions whereever sets.py was being used. Includes the docs for libfuncs.tex. Separate docs for the types are forthcoming.
* Convert heapq.py to a C implementation.Raymond Hettinger2003-11-081-0/+4
|
* Complete move of windows builds to 2.4alphaMark Hammond2003-07-311-2/+2
|
* Bump Windows build number for 2.3 final.Tim Peters2003-07-291-1/+1
|
* Update version numbers and dates for 2.3c2 -- we won't be able to do thisTim Peters2003-07-241-1/+1
| | | | during the day tomorrow, so doing it earlier than I'd like.
* Bump the release number to 2.3c1.Tim Peters2003-07-171-1/+1
|
* Some Windows changes preparing for 2.3b2.Tim Peters2003-06-271-1/+1
|
* Bump Windows build number for 2.3b1.Tim Peters2003-04-241-1/+1
|
* Bump Windows build number for 2.3a2.Tim Peters2003-02-181-1/+1
|
* Move itertools module from the sandbox and into production.Raymond Hettinger2003-02-011-0/+4
|
* Bump the Windows build # for 2.3a1.Tim Peters2002-12-311-1/+1
|
* PEP 302 + zipimport:Just van Rossum2002-12-301-0/+4
| | | | | | | | | | | | | - new import hooks in import.c, exposed in the sys module - new module called 'zipimport' - various changes to allow bootstrapping from zip files I hope I didn't break the Windows build (or anything else for that matter), but then again, it's been sitting on sf long enough... Regarding the latest discussions on python-dev: zipimport sets pkg.__path__ as specified in PEP 273, and likewise, sys.path item such as /path/to/Archive.zip/subdir/ are supported again.
* Taught the Windows build about _randommodule.c. This is compiledTim Peters2002-12-291-0/+4
| | | | | into the core DLL, since it's not much code and lots of stuff uses it (e.g., try getting a tempfile name without it).
* Remove the unused, and therefore distracting, "Alpha" build configurations.Mark Hammond2002-07-101-1315/+5
|
* Removed newmodule.c from the project, and removed references to it fromTim Peters2002-06-161-15/+0
| | | | the Windowish builds.
* Unsure exactly why I'm doing this, but I couldn't build a debug-modeTim Peters2002-06-151-0/+15
| | | | Python on Windows without it.
* SF patch 568629 by Oren Tirosh: types made callable.Guido van Rossum2002-06-141-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These built-in functions are replaced by their (now callable) type: slice() buffer() and these types can also be called (but have no built-in named function named after them) classobj (type name used to be "class") code function instance instancemethod (type name used to be "instance method") The module "new" has been replaced with a small backward compatibility placeholder in Python. A large portion of the patch simply removes the new module from various platform-specific build recipes. The following binary Mac project files still have references to it: Mac/Build/PythonCore.mcp Mac/Build/PythonStandSmall.mcp Mac/Build/PythonStandalone.mcp [I've tweaked the code layout and the doc strings here and there, and added a comment to types.py about StringTypes vs. basestring. --Guido]
* Teach the Windows build about the new enumobject.c file.Tim Peters2002-04-261-0/+15
|
* Repair the Windows build (needs to compile in the new boolobject code).Tim Peters2002-04-041-0/+15
|
* Build obmalloc.c directly instead of #include'ing from object.c.Tim Peters2002-03-231-0/+15
| | | | | | | | Also move all _PyMalloc_XXX entry points into obmalloc.c. The Windows build works fine. The Unix build is changed here (Makefile.pre.in), but not tested. No other platform's build process has been fiddled.
* Windows build: close out 2.2, prep for 2.3.Tim Peters2001-12-211-6/+6
|
* Post-release fiddling -- prep for 2.2 final.Tim Peters2001-12-141-2/+2
|
* Update Windows buildno for 2.2c1.Tim Peters2001-12-131-2/+2
| | | | Update 2.2c1 release data in NEWS.
* Bump Windows buildno for 2.2b2.Tim Peters2001-11-151-2/+2
|
* add structseq.c to projectGuido van Rossum2001-10-181-0/+15
|
* Bump Windows build # for 2.2b1.Tim Peters2001-10-181-2/+2
|
* Get hotshot closer to compiling on Windows.Tim Peters2001-10-121-0/+15
| | | | | Still broken: GETTIMEOFDAY. This macro obviously isn't being defined on Windows, so there's logic errors here I'd rather Fred untangled.
* Teach Windows how to build the new weakref module.Tim Peters2001-10-051-0/+15
|
* Bump Windows build numbers for 2.2a4; installer changes were done earlier.Tim Peters2001-09-271-2/+2
|
* Bump Windows buildno (installer changes were made earlier).Tim Peters2001-09-061-2/+2
|
* First part of fix for bug #442142 - DLL base assignments need updateMark Hammond2001-09-061-2/+2
|
* Windows fiddling for 2.2a2: bump build number; update copyright andTim Peters2001-08-191-2/+2
| | | | | company info in resource files; change installer strings to match. This belongs in the release branch too, of course.
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-0/+30
|
* Add mysnprintf.c to Windows build, + squash compiler wngs in mysnprintf.c.Tim Peters2001-07-311-0/+15
|
* Prepare Windows installer for 2.2a1.Tim Peters2001-07-171-2/+2
|
* Removed fpectlmodule.c and fpetestmodule.c from the Windows build. TheyTim Peters2001-07-051-30/+0
| | | | weren't functional under Windows even if enabled.
* Teach Windows about new iterobject.c.Tim Peters2001-04-201-0/+15
|
* Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1Tim Peters2001-04-181-6/+6
| | | | installations.
* Update Windows installer & buildno for 2.1 final.Tim Peters2001-04-161-2/+2
|
* Update Windows installer & build number to 2.1c2 release.Tim Peters2001-04-161-2/+2
|
* Update Windows build # and installer for 2.1c1.Tim Peters2001-04-121-2/+2
|
* Update Windows installer for 2.1b2.Tim Peters2001-03-211-2/+2
|
* Prepare Windows for 2.1 beta 1: installer dialogs and bump "build number".Tim Peters2001-03-011-2/+2
|
* Teach Windows build about new future.c.Tim Peters2001-02-271-0/+15
|
* Windows: Remove soundex from pythoncore subproject.Tim Peters2001-02-221-15/+0
|
* Re-add DOS line-endings and mark the files binary.Thomas Wouters2001-02-141-1754/+1754
|
* Teach Windows build about new symtable.c.Tim Peters2001-02-091-0/+15
|
* Teach Windows build about the _weakref module.Tim Peters2001-02-021-0/+15
|
* Windows build: update for 2.1a2, + get ucnhash out of the installer.Tim Peters2001-02-011-2/+2
|