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
/
PC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
2
-48/+47
*
refresh to pick up recent changes
Andrew MacIntyre
2002-06-10
1
-3/+3
*
make _sre a dynamically loadable module and build xxsubtype
Andrew MacIntyre
2002-06-10
2
-4/+17
*
Patch #505375: Make doc strings optional.
Martin v. Löwis
2002-06-09
3
-0/+9
*
add enumobject.c to build machinery
Andrew MacIntyre
2002-04-30
1
-2/+3
*
add enumobject.c to build machinery
Andrew MacIntyre
2002-04-30
1
-0/+4
*
Enable universal newlines on Windows. Note that NEWS needs more words!
Tim Peters
2002-04-21
1
-0/+3
*
Fix grammar
Neal Norwitz
2002-04-15
1
-2/+2
*
update build infrastructure for pymalloc and bool changes
Andrew MacIntyre
2002-04-15
2
-5/+18
*
Different .pyc icon - use "paler" colors to better differentiate it from the ...
Mark Hammond
2002-04-11
1
-0/+0
*
Fix bugs:
Mark Hammond
2002-04-03
1
-4/+52
*
Use symbolic METH_VARARGS instead of 1 for ml_flags
Neal Norwitz
2002-03-31
3
-31/+31
*
Enable pymalloc by default in the Windows build.
Tim Peters
2002-03-22
1
-3/+6
*
Patch #520062: Support IPv6 with VC.NET.
Martin v. Löwis
2002-03-01
1
-0/+4
*
Create and populate OS/2 EMX port build directory:
Andrew MacIntyre
2002-02-17
10
-0/+3424
*
Removed #include of obsolete ver.h. VC6 doesn't need it, and David Ascher
Tim Peters
2002-01-24
1
-1/+0
*
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis
2002-01-12
1
-4/+0
*
Windows build: close out 2.2, prep for 2.3.
Tim Peters
2001-12-21
2
-4/+4
*
Update the example Windows extension to 2.2 (was hardcoded to 2.1).
Tim Peters
2001-12-15
2
-11/+11
*
The parser doesn't need its own implementation of assert, and having its
Tim Peters
2001-12-04
2
-14/+14
*
PyWin_FindRegisteredModule(): Conversion of sprintf() to
Barry Warsaw
2001-11-28
1
-3/+3
*
SF patch 473749 compile under OS/2 VA C++, from Michael Muller.
Tim Peters
2001-11-05
4
-35/+59
*
SF bug #474077 2.2b1: Error compiling extns with BCC
Tim Peters
2001-10-30
1
-1/+0
*
Get hotshot closer to compiling on Windows.
Tim Peters
2001-10-12
1
-0/+2
*
Fix bug #410274 - sys.prefix isn't always set.
Mark Hammond
2001-09-07
1
-1/+35
*
Base address updates for bug #442142 - DLL base assignments need update
Mark Hammond
2001-09-06
1
-7/+27
*
Enable large file support on Win32 systems.
Tim Peters
2001-09-06
1
-0/+1
*
SF bug [#456252] Python should never stomp on [u]intptr_t.
Tim Peters
2001-08-29
2
-5/+1
*
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/+3
*
Repair more now-obsolete references to config.h.
Tim Peters
2001-07-26
3
-3/+3
*
Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
Martin v. Löwis
2001-07-26
5
-274/+274
*
Add -E command line switch (ignore environment variables like PYTHONHOME
Neil Schemenauer
2001-07-23
2
-2/+2
*
Define the constants needed to allow the os.tempnam(), os.tmpfile(), and
Fred Drake
2001-07-17
1
-0/+3
*
Python.h: Don't attempt to redefine NDEBUG if it's already defined.
Tim Peters
2001-07-15
1
-1/+0
*
make wchar_t usable again on Windows (this enables the MBCS codecs)
Fredrik Lundh
2001-06-27
1
-0/+7
*
Make Unicode work a bit better on Windows...
Fredrik Lundh
2001-06-26
1
-0/+9
*
Windows build broke from recent Unicode changes -- need to #define
Tim Peters
2001-06-26
1
-0/+1
*
SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen.
Tim Peters
2001-05-14
1
-1/+6
*
SF bug 418296: WinMain.c should use WIN32_LEAN_AND_MEAN.
Tim Peters
2001-04-24
1
-1/+1
*
SF bug #417508: 'hypot' not found with Borland C++Build.
Tim Peters
2001-04-21
1
-0/+2
*
Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1
Tim Peters
2001-04-18
2
-4/+4
*
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
[next]