| Commit message (Expand) | Author | Age | Files | Lines |
* | Magic strings in both Python and the Wise installer define the registry key | Tim Peters | 2001-03-11 | 1 | -0/+1 |
|
|
* | Removed now-unreferenced CHECK_IMPORT_CASE from Windows config.h. | Tim Peters | 2001-02-28 | 1 | -7/+0 |
|
|
* | Checkin updated version of patch #103933 . As Thomas says, fixes the bugs #1... | Mark Hammond | 2001-02-23 | 1 | -2/+10 |
|
|
* | Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing. | Tim Peters | 2001-02-20 | 1 | -1/+1 |
|
|
* | More typos. libwinsound.tex typo noted by Peter Funk (thanks!). | Tim Peters | 2001-02-19 | 1 | -1/+1 |
|
|
* | Repair tab/space screwup. | Tim Peters | 2001-02-19 | 1 | -1/+1 |
|
|
* | Take a tour of hell's seedier neighborhoods to try to make winsound.Beep() | Tim Peters | 2001-02-19 | 1 | -35/+99 |
|
|
* | SF bug #131225: sys.winver is still '2.0' in python 2.1a2. | Tim Peters | 2001-02-09 | 1 | -11/+33 |
|
|
* | Teach Windows build about the _weakref module. | Tim Peters | 2001-02-02 | 1 | -0/+2 |
|
|
* | New info in beep() docstring. | Tim Peters | 2001-01-25 | 1 | -1/+4 |
|
|
* | Repair "selective cut-&-paste" screwup. | Tim Peters | 2001-01-19 | 1 | -3/+2 |
|
|
* | Update the example DLL instructions for 2.1. Add example.def to the | Tim Peters | 2001-01-19 | 2 | -11/+16 |
|
|
* | Windows: 2.1a1 changes so Python runs again. Note that the python20 | Tim Peters | 2001-01-17 | 3 | -5/+5 |
|
|
* | Assorted xreadlines problems: | Tim Peters | 2001-01-09 | 1 | -0/+4 |
|
|
* | Partial fix for SF bug 122780 (msvcrt.locking constants aren't defined). | Tim Peters | 2000-12-12 | 1 | -12/+47 |
|
|
* | Rip out DOS and Win16 support. | Guido van Rossum | 2000-11-13 | 1 | -103/+1 |
|
|
* | Rip out Win3.1 and DOS support | Guido van Rossum | 2000-11-13 | 27 | -8352/+10 |
|
|
* | Prevent possible buffer overflow exploits under Windows. As per (the very qu... | Mark Hammond | 2000-10-07 | 1 | -9/+30 |
|
|
* | Remove some debugging messages - although this code is a complete hack, we do... | Mark Hammond | 2000-10-05 | 1 | -2/+2 |
|
|
* | Enable the binascii module for Win64. It builds and passes the test suite. | Trent Mick | 2000-10-04 | 1 | -3/+1 |
|
|
* | Patch for [ Bug #113828 ] getpythonregpath with null data in registry key | Mark Hammond | 2000-09-10 | 1 | -8/+14 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 3 | -28/+0 |
|
|
* | add user-modifiable recursion_limit | Jeremy Hylton | 2000-08-31 | 1 | -7/+0 |
|
|
* | Registered modules could only exist in HKEY_LOCAL_MACHINE - now HKEY_CURRENT_... | Mark Hammond | 2000-08-22 | 1 | -3/+12 |
|
|
* | From Rene Liebscher: | Mark Hammond | 2000-08-15 | 1 | -9/+146 |
|
|
* | Patch #101032, from David Bolen: | Mark Hammond | 2000-08-14 | 1 | -2/+5 |
|
|
* | -- from Trent Mick: [Patch #101010] replace use of INT_PTR | Fredrik Lundh | 2000-08-07 | 1 | -2/+2 |
|
|
* | Pragmas that instruct the linker to link against python20.lib (or | Greg Ward | 2000-08-05 | 1 | -2/+4 |
|
|
* | Allow any object supporting the buffer protocol to be written as a binary obj... | Mark Hammond | 2000-07-28 | 1 | -7/+11 |
|
|
* | ANSIfication: remove very-old-varargs code, fix function declarations so | Thomas Wouters | 2000-07-22 | 3 | -4/+4 |
|
|
* | Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, | Thomas Wouters | 2000-07-22 | 8 | -107/+92 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
|
|
* | Add "exceptions" to list of built-in modules for the sake of | Guido van Rossum | 2000-07-12 | 1 | -0/+1 |
|
|
* | - win95/98 helper for new os.popen code | Fredrik Lundh | 2000-07-09 | 1 | -0/+60 |
|
|
* | - removed barry's workaround, to make room for | Fredrik Lundh | 2000-07-08 | 1 | -30/+0 |
|
|
* | - this is a tentative checkin of the #100764 patch (by | Fredrik Lundh | 2000-07-08 | 1 | -5/+37 |
|
|
* | Squash signed-vs-unsigned warning. Also edits to bring into line | Tim Peters | 2000-07-03 | 1 | -14/+33 |
|
|
* | Checked in a wrong version. | Tim Peters | 2000-07-02 | 1 | -2/+2 |
|
|
* | The example_nt directory was old enough to vote. Frank Stajano | Tim Peters | 2000-07-02 | 4 | -419/+152 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 4 | -24/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 4 | -88/+28 |
|
|
* | Only include <basetsd.h> for VC 6.0 and higher. | Guido van Rossum | 2000-06-30 | 1 | -0/+2 |
|
|
* | As Neil Schemenauer points out, WITH_CYCLE_GC should be uncommented if | Guido van Rossum | 2000-06-30 | 1 | -1/+1 |
|
|
* | [*** Not tested as I don't have Windows running right now! ***] | Fred Drake | 2000-06-30 | 2 | -4/+24 |
|
|
* | Python's .lib is now named Python20.lib | Mark Hammond | 2000-06-30 | 1 | -2/+2 |
|
|
* | Trivial commit to test Windows CVS capabilities. | Guido van Rossum | 2000-06-30 | 1 | -2/+2 |
|
|
* | final patches from Neil Schemenauer for garbage collection | Jeremy Hylton | 2000-06-30 | 2 | -0/+9 |
|
|
* | Bump version to 2.0b1. Change copyright to BeOpen, CNRI, SMC. | Guido van Rossum | 2000-06-29 | 1 | -4/+4 |
|
|
* | This patch extends PC/config.h and configure.in as appropriate for | Fred Drake | 2000-06-29 | 1 | -10/+32 |
|
|
* | This patch addresses two main issues: (1) There exist some non-fatal | Fred Drake | 2000-06-29 | 1 | -1/+1 |
|
|