| Commit message (Expand) | Author | Age | Files | Lines |
* | * Migrate set() and frozenset() from the sandbox. | Raymond Hettinger | 2003-11-16 | 1 | -0/+4 |
|
|
* | Convert heapq.py to a C implementation. | Raymond Hettinger | 2003-11-08 | 1 | -0/+4 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Taught the Windows build about _randommodule.c. This is compiled | Tim Peters | 2002-12-29 | 1 | -0/+4 |
|
|
* | 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 |
|
|
* | Unsure exactly why I'm doing this, but I couldn't build a debug-mode | Tim Peters | 2002-06-15 | 1 | -0/+15 |
|
|
* | SF patch 568629 by Oren Tirosh: types made callable. | Guido van Rossum | 2002-06-14 | 1 | -15/+0 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|