Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete move of windows builds to 2.4alpha | Mark Hammond | 2003-07-31 | 1 | -2/+2 |
| | |||||
* | Bump Windows build number for 2.3 final. | Tim Peters | 2003-07-29 | 1 | -1/+1 |
| | |||||
* | Update version numbers and dates for 2.3c2 -- we won't be able to do this | Tim Peters | 2003-07-24 | 1 | -1/+1 |
| | | | | during the day tomorrow, so doing it earlier than I'd like. | ||||
* | Bump the release number to 2.3c1. | Tim Peters | 2003-07-17 | 1 | -1/+1 |
| | |||||
* | Some Windows changes preparing for 2.3b2. | Tim Peters | 2003-06-27 | 1 | -1/+1 |
| | |||||
* | Bump Windows build number for 2.3b1. | Tim Peters | 2003-04-24 | 1 | -1/+1 |
| | |||||
* | Bump Windows build number for 2.3a2. | Tim Peters | 2003-02-18 | 1 | -1/+1 |
| | |||||
* | Move itertools module from the sandbox and into production. | Raymond Hettinger | 2003-02-01 | 1 | -0/+4 |
| | |||||
* | Bump the Windows build # for 2.3a1. | Tim Peters | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | PEP 302 + zipimport: | Just van Rossum | 2002-12-30 | 1 | -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 compiled | Tim Peters | 2002-12-29 | 1 | -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 Hammond | 2002-07-10 | 1 | -1315/+5 |
| | |||||
* | Removed newmodule.c from the project, and removed references to it from | Tim Peters | 2002-06-16 | 1 | -15/+0 |
| | | | | the Windowish builds. | ||||
* | Unsure exactly why I'm doing this, but I couldn't build a debug-mode | Tim Peters | 2002-06-15 | 1 | -0/+15 |
| | | | | Python on Windows without it. | ||||
* | SF patch 568629 by Oren Tirosh: types made callable. | Guido van Rossum | 2002-06-14 | 1 | -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 Peters | 2002-04-26 | 1 | -0/+15 |
| | |||||
* | Repair the Windows build (needs to compile in the new boolobject code). | Tim Peters | 2002-04-04 | 1 | -0/+15 |
| | |||||
* | Build obmalloc.c directly instead of #include'ing from object.c. | Tim Peters | 2002-03-23 | 1 | -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 Peters | 2001-12-21 | 1 | -6/+6 |
| | |||||
* | Post-release fiddling -- prep for 2.2 final. | Tim Peters | 2001-12-14 | 1 | -2/+2 |
| | |||||
* | Update Windows buildno for 2.2c1. | Tim Peters | 2001-12-13 | 1 | -2/+2 |
| | | | | Update 2.2c1 release data in NEWS. | ||||
* | Bump Windows buildno for 2.2b2. | Tim Peters | 2001-11-15 | 1 | -2/+2 |
| | |||||
* | add structseq.c to project | Guido van Rossum | 2001-10-18 | 1 | -0/+15 |
| | |||||
* | Bump Windows build # for 2.2b1. | Tim Peters | 2001-10-18 | 1 | -2/+2 |
| | |||||
* | Get hotshot closer to compiling on Windows. | Tim Peters | 2001-10-12 | 1 | -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 Peters | 2001-10-05 | 1 | -0/+15 |
| | |||||
* | Bump Windows build numbers for 2.2a4; installer changes were done earlier. | Tim Peters | 2001-09-27 | 1 | -2/+2 |
| | |||||
* | Bump Windows buildno (installer changes were made earlier). | Tim Peters | 2001-09-06 | 1 | -2/+2 |
| | |||||
* | First part of fix for bug #442142 - DLL base assignments need update | Mark Hammond | 2001-09-06 | 1 | -2/+2 |
| | |||||
* | Windows fiddling for 2.2a2: bump build number; update copyright and | Tim Peters | 2001-08-19 | 1 | -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 Peters | 2001-08-02 | 1 | -0/+30 |
| | |||||
* | Add mysnprintf.c to Windows build, + squash compiler wngs in mysnprintf.c. | Tim Peters | 2001-07-31 | 1 | -0/+15 |
| | |||||
* | Prepare Windows installer for 2.2a1. | Tim Peters | 2001-07-17 | 1 | -2/+2 |
| | |||||
* | Removed fpectlmodule.c and fpetestmodule.c from the Windows build. They | Tim Peters | 2001-07-05 | 1 | -30/+0 |
| | | | | weren't functional under Windows even if enabled. | ||||
* | Teach Windows about new iterobject.c. | Tim Peters | 2001-04-20 | 1 | -0/+15 |
| | |||||
* | Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1 | Tim Peters | 2001-04-18 | 1 | -6/+6 |
| | | | | installations. | ||||
* | Update Windows installer & buildno for 2.1 final. | Tim Peters | 2001-04-16 | 1 | -2/+2 |
| | |||||
* | Update Windows installer & build number to 2.1c2 release. | Tim Peters | 2001-04-16 | 1 | -2/+2 |
| | |||||
* | Update Windows build # and installer for 2.1c1. | Tim Peters | 2001-04-12 | 1 | -2/+2 |
| | |||||
* | Update Windows installer for 2.1b2. | Tim Peters | 2001-03-21 | 1 | -2/+2 |
| | |||||
* | Prepare Windows for 2.1 beta 1: installer dialogs and bump "build number". | Tim Peters | 2001-03-01 | 1 | -2/+2 |
| | |||||
* | Teach Windows build about new future.c. | Tim Peters | 2001-02-27 | 1 | -0/+15 |
| | |||||
* | Windows: Remove soundex from pythoncore subproject. | Tim Peters | 2001-02-22 | 1 | -15/+0 |
| | |||||
* | Re-add DOS line-endings and mark the files binary. | Thomas Wouters | 2001-02-14 | 1 | -1754/+1754 |
| | |||||
* | Teach Windows build about new symtable.c. | Tim Peters | 2001-02-09 | 1 | -0/+15 |
| | |||||
* | Teach Windows build about the _weakref module. | Tim Peters | 2001-02-02 | 1 | -0/+15 |
| | |||||
* | Windows build: update for 2.1a2, + get ucnhash out of the installer. | Tim Peters | 2001-02-01 | 1 | -2/+2 |
| | |||||
* | Teach Windows build about new cellobject.c. | Tim Peters | 2001-01-26 | 1 | -0/+15 |
| | |||||
* | Windows: 2.1a1 changes so Python runs again. Note that the python20 | Tim Peters | 2001-01-17 | 1 | -0/+1709 |
subproject is gone, replaced by the new pythoncore subproject. |