summaryrefslogtreecommitdiff
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen.Tim Peters2001-05-141-1/+6
* SF bug 418296: WinMain.c should use WIN32_LEAN_AND_MEAN.Tim Peters2001-04-241-1/+1
* SF bug #417508: 'hypot' not found with Borland C++Build.Tim Peters2001-04-211-0/+2
* Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1Tim Peters2001-04-182-4/+4
* Magic strings in both Python and the Wise installer define the registry keyTim Peters2001-03-111-0/+1
* Removed now-unreferenced CHECK_IMPORT_CASE from Windows config.h.Tim Peters2001-02-281-7/+0
* Checkin updated version of patch #103933 . As Thomas says, fixes the bugs #1...Mark Hammond2001-02-231-2/+10
* Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing.Tim Peters2001-02-201-1/+1
* More typos. libwinsound.tex typo noted by Peter Funk (thanks!).Tim Peters2001-02-191-1/+1
* Repair tab/space screwup.Tim Peters2001-02-191-1/+1
* Take a tour of hell's seedier neighborhoods to try to make winsound.Beep()Tim Peters2001-02-191-35/+99
* SF bug #131225: sys.winver is still '2.0' in python 2.1a2.Tim Peters2001-02-091-11/+33
* Teach Windows build about the _weakref module.Tim Peters2001-02-021-0/+2
* New info in beep() docstring.Tim Peters2001-01-251-1/+4
* Repair "selective cut-&-paste" screwup.Tim Peters2001-01-191-3/+2
* Update the example DLL instructions for 2.1. Add example.def to theTim Peters2001-01-192-11/+16
* Windows: 2.1a1 changes so Python runs again. Note that the python20Tim Peters2001-01-173-5/+5
* Assorted xreadlines problems:Tim Peters2001-01-091-0/+4
* Partial fix for SF bug 122780 (msvcrt.locking constants aren't defined).Tim Peters2000-12-121-12/+47
* Rip out DOS and Win16 support.Guido van Rossum2000-11-131-103/+1
* Rip out Win3.1 and DOS supportGuido van Rossum2000-11-1327-8352/+10
* Prevent possible buffer overflow exploits under Windows. As per (the very qu...Mark Hammond2000-10-071-9/+30
* Remove some debugging messages - although this code is a complete hack, we do...Mark Hammond2000-10-051-2/+2
* Enable the binascii module for Win64. It builds and passes the test suite.Trent Mick2000-10-041-3/+1
* Patch for [ Bug #113828 ] getpythonregpath with null data in registry keyMark Hammond2000-09-101-8/+14
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-013-28/+0
* add user-modifiable recursion_limitJeremy Hylton2000-08-311-7/+0
* Registered modules could only exist in HKEY_LOCAL_MACHINE - now HKEY_CURRENT_...Mark Hammond2000-08-221-3/+12
* From Rene Liebscher:Mark Hammond2000-08-151-9/+146
* Patch #101032, from David Bolen:Mark Hammond2000-08-141-2/+5
* -- from Trent Mick: [Patch #101010] replace use of INT_PTRFredrik Lundh2000-08-071-2/+2
* Pragmas that instruct the linker to link against python20.lib (orGreg Ward2000-08-051-2/+4
* Allow any object supporting the buffer protocol to be written as a binary obj...Mark Hammond2000-07-281-7/+11
* ANSIfication: remove very-old-varargs code, fix function declarations soThomas Wouters2000-07-223-4/+4
* Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,Thomas Wouters2000-07-228-107/+92
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Add "exceptions" to list of built-in modules for the sake ofGuido van Rossum2000-07-121-0/+1
* - win95/98 helper for new os.popen codeFredrik Lundh2000-07-091-0/+60
* - removed barry's workaround, to make room forFredrik Lundh2000-07-081-30/+0
* - this is a tentative checkin of the #100764 patch (byFredrik Lundh2000-07-081-5/+37
* Squash signed-vs-unsigned warning. Also edits to bring into lineTim Peters2000-07-031-14/+33
* Checked in a wrong version.Tim Peters2000-07-021-2/+2
* The example_nt directory was old enough to vote. Frank StajanoTim Peters2000-07-024-419/+152
* Change copyright notice - 2nd try.Guido van Rossum2000-06-304-24/+0
* Change copyright notice.Guido van Rossum2000-06-304-88/+28
* Only include <basetsd.h> for VC 6.0 and higher.Guido van Rossum2000-06-301-0/+2
* As Neil Schemenauer points out, WITH_CYCLE_GC should be uncommented ifGuido van Rossum2000-06-301-1/+1
* [*** Not tested as I don't have Windows running right now! ***]Fred Drake2000-06-302-4/+24
* Python's .lib is now named Python20.libMark Hammond2000-06-301-2/+2
* Trivial commit to test Windows CVS capabilities.Guido van Rossum2000-06-301-2/+2