index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
PCbuild
/
python20.wse
Commit message (
Expand
)
Author
Age
Files
Lines
*
+ Redid file associations on Win2K in what I believe is "the right way".
Tim Peters
2001-08-05
1
-171/+271
*
New runtime vrbl DOADMIN. When false, we never try to write under HKLM,
Tim Peters
2001-08-05
1
-12/+34
*
+ Add version info to Win2K add/remove.
Tim Peters
2001-08-04
1
-103/+142
*
+ Moved IDLE from the "tools" component to the main component.
Tim Peters
2001-08-03
1
-99/+88
*
No more Inno Envy: the "Start Installation" dialog now displays a nice
Tim Peters
2001-08-03
1
-7/+152
*
Just changes to comments.
Tim Peters
2001-08-01
1
-0/+3
*
Repair more ways in which the "backup files" dialog differed from all the
Tim Peters
2001-08-01
1
-29/+28
*
We always wrote a pair of lines to the Wise install.log telling it to
Tim Peters
2001-08-01
1
-16/+19
*
Hmm. The Backup/Replace dialog also had back/next buttons three pixels
Tim Peters
2001-08-01
1
-5/+5
*
Aha! Finally figured out something else that's been driving me nuts:
Tim Peters
2001-08-01
1
-2/+2
*
The "Select Destination Directory" dialog didn't ask for confirmation
Tim Peters
2001-08-01
1
-45/+12
*
Remove useless Back button from Finished dialog.
Tim Peters
2001-08-01
1
-16/+5
*
I hope this irons out the Add/Remove kinks on Win2K for users w/o Admin
Tim Peters
2001-07-31
1
-5/+44
*
Remove oodles of pointless file date and size stamps. I caught the Wise
Tim Peters
2001-07-30
1
-112/+0
*
Massive fiddling to get the install to work at all on a Win2K box under a
Tim Peters
2001-07-30
1
-3/+174
*
Add a dialog for the backup directory (default "yes I want one, and
Tim Peters
2001-07-30
1
-6/+289
*
Now stop distutils and xml from getting *too* much (like .pyc files).
Tim Peters
2001-07-29
1
-6/+25
*
Repair long-standing mistakes in the distutils and xml installations:
Tim Peters
2001-07-29
1
-3/+42
*
Remove Lib\plat-win from PYTHONPATH; that directory went away a year ago.
Tim Peters
2001-07-29
1
-2/+4
*
Don't prompt for the doc (HTML) directory anymore (just assume ..\html).
Tim Peters
2001-07-29
1
-1/+2
*
Whew -- I *think* this completes folding in all the new-in-8.1 stuff.
Tim Peters
2001-07-29
1
-50/+42
*
Ewwww -- the 8.1 support for rolling back changes in case the user aborts
Tim Peters
2001-07-29
1
-0/+9
*
Add oodles more 8.1 Wizard boilerplate. This creates lots of vrbls we
Tim Peters
2001-07-29
1
-11/+247
*
Add version resource info to installer .exe.
Tim Peters
2001-07-29
1
-2/+6
*
Folding some Wizard boilerplate back in, created in new Wise projects but
Tim Peters
2001-07-29
1
-28/+38
*
Updated to Wise 8.14 (web update).
Tim Peters
2001-07-29
1
-224/+281
*
Woo hoo! Relative paths! This is, alas, partly braindead: When the new
Tim Peters
2001-07-29
1
-108/+140
*
Convert from Wise version 5.0 to 8.1. Gotta hand it to 'em! 8.1 imported
Tim Peters
2001-07-29
1
-2/+32
*
Move Windows to Expat 1.95.2. CAUTION: Your Windows build won't work
Tim Peters
2001-07-28
1
-8/+2
*
Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
Martin v. Löwis
2001-07-26
1
-3/+3
*
Prepare Windows installer for 2.2a1.
Tim Peters
2001-07-17
1
-2/+3
*
Fiddle Windows installer to create Lib/site-packages/REAMDE as
Tim Peters
2001-07-12
1
-0/+6
*
Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1
Tim Peters
2001-04-18
1
-9/+9
*
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
-6/+2
*
pydoc changed overnight in such a way that it no longer worked from the
Tim Peters
2001-03-23
1
-3/+3
*
Add Jeremy's compiler to the Windows install.
Tim Peters
2001-03-23
1
-0/+18
*
Update Windows installer for 2.1b2.
Tim Peters
2001-03-21
1
-2/+2
*
When building the installer, prompt for the location of the system directory
Tim Peters
2001-03-19
1
-3/+5
*
Windows: Fallout from renaming the pydoc file.
Tim Peters
2001-03-11
1
-1/+1
*
SF bug Win32: pydoc command isn't executable.
Tim Peters
2001-03-11
1
-1/+1
*
Magic strings in both Python and the Wise installer define the registry key
Tim Peters
2001-03-11
1
-1/+4
*
Add a new item to the Python 2.1 start menu: "Module Docs".
Guido van Rossum
2001-03-02
1
-0/+14
*
Prepare Windows for 2.1 beta 1: installer dialogs and bump "build number".
Tim Peters
2001-03-01
1
-3/+3
*
Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!
Tim Peters
2001-02-04
1
-4/+4
*
Teach Windows build and installer about new _symtable module/DLL.
Tim Peters
2001-02-02
1
-0/+10
*
Teach the Windows installer about the _test module.
Tim Peters
2001-02-02
1
-0/+10
*
Windows build: update for 2.1a2, + get ucnhash out of the installer.
Tim Peters
2001-02-01
1
-13/+3
*
Windows: 2.1a1 changes so Python runs again. Note that the python20
Tim Peters
2001-01-17
1
-4/+4
[next]