Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v2.7.15
/
PC
/
VC6
tag
437b0092b85b2a5c9c17572be72e8d9af100f180
tagger
Benjamin Peterson <benjamin@python.org>
Sun Apr 29 22:47:53 2018
object
ca079a3ea30098aff3197c559a0e32d42dda6d84
Python 2.7.15
5fe8ac6
[2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086)
by Zachary Ware
· 8 years ago
b9298a4
Issue #17202: Add .bat to .hgeol to force them to CRLF.
by Zachary Ware
· 10 years ago
08578b0
- Issue #22381: Update zlib to 1.2.8.
by doko@ubuntu.com
· 11 years ago
e7f67b5
Upgrade to bzip2 1.0.6.
by Martin v. Löwis
· 13 years ago
78f85fc
Issue14559: Attempt to fix compilation with previous versions of the Microsoft Compiler.
by Amaury Forgeot d'Arc
· 13 years ago
90f00ea
Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files
by Martin v. Löwis
· 14 years ago
faa9ad2
Add updated .hgeol file and fix newlines in the 2.7 branch.
by Georg Brandl
· 14 years ago
59734be
Merged revisions 85071-85072,85894,87132 via svnmerge from
by Hirokazu Yamamoto
· 15 years ago
87df945
Updated PC/*/select.[dsp,vcproj] to follow r86136. (use winsock2)
by Hirokazu Yamamoto
· 15 years ago
419670a
Recorded merge of revisions 86113 via svnmerge from
by Hirokazu Yamamoto
· 15 years ago
63e9b50
Recorded rollback of revisions 84902 via svnmerge from
by Hirokazu Yamamoto
· 15 years ago
25278ef
Recorded merge of revisions 84902 via svnmerge from
by Hirokazu Yamamoto
· 15 years ago
de150c7
Updated VC6 files.
by Hirokazu Yamamoto
· 15 years ago
5ac006d
Capsule-related changes:
by Larry Hastings
· 15 years ago
9cae178
Issue #3366: Add expm1 function to math module. Thanks Eric Smith for
by Mark Dickinson
· 16 years ago
117a899
Add dtoa.c and dtoa.h to the relevant project files.
by Mark Dickinson
· 16 years ago
e69041d
Updated MSVC files to follow r73394.
by Hirokazu Yamamoto
· 16 years ago
cac7af6
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
by Eric Smith
· 16 years ago
957320a
Fixed compile error on windows.
by Hirokazu Yamamoto
· 16 years ago
eb15863
Updated openssl support on VC6. (openssl-0.9.6g is old, cannot compile with _ssl.c)
by Hirokazu Yamamoto
· 16 years ago
e71fc87
Fixed svn:eol-style.
by Hirokazu Yamamoto
· 17 years ago
dbf5588
Added helper script to build Tcl/Tk.
by Hirokazu Yamamoto
· 17 years ago
420ab8a
Link to debug version of Tcl/Tk when python is built as debug version.
by Hirokazu Yamamoto
· 17 years ago
e0f8b3d
Bump up Tcl/Tk version on VC6. (tcl8.4.12 -> tcl8.5.2, tk8.4.12 -> tk8.5.2, tix8.4.0 -> tix8.4.3)
by Hirokazu Yamamoto
· 17 years ago
343b970
Bump up bsddb version on VC6. (db-4.4.20 -> db-4.7.25)
by Hirokazu Yamamoto
· 17 years ago
eaec6b6
Bump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2-1.0.5)
by Hirokazu Yamamoto
· 17 years ago
0fa10b3
Issue #4817: Remove unused function PyOS_GetLastModificationTime.
by Martin v. Löwis
· 17 years ago
98adb5c
yuvconvert.c is a part of the "sv" module, an old IRIX thing
by Amaury Forgeot d'Arc
· 17 years ago
ea00ed3
Follows to python's version change (VC6)
by Hirokazu Yamamoto
· 17 years ago
9f4e7fe
Added _multiprocessing module support. (VC6)
by Hirokazu Yamamoto
· 17 years ago
eea8eda
Issue #2065: VC6 related fix.
by Hirokazu Yamamoto
· 17 years ago
a4dd2e2
Restore support for Microsoft VC6 compiler.
by Amaury Forgeot d'Arc
· 17 years ago
b7fea62
Rename bytesobject.c back to stringobject.c to keep with the PyString theme.
by Gregory P. Smith
· 17 years ago
36f0a80
Used vs9to8.py to port all VS9.0 changes to 8.0
by Christian Heimes
· 17 years ago
4b964f9
Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob
by Brett Cannon
· 17 years ago
81ad6a1
Added new files to Windows project files
by Christian Heimes
· 17 years ago
14d6b0f
Update project files for all Windows supported compilers
by Amaury Forgeot d'Arc
· 17 years ago
7adc776
Issue 2408: remove the _types module
by Amaury Forgeot d'Arc
· 17 years ago
94eba71
Repair compilation for Visual Studio 2005.
by Amaury Forgeot d'Arc
· 17 years ago
e7fa408
Compilation was broken on Windows since the introduction of Advanced String Formatting.
by Amaury Forgeot d'Arc
· 18 years ago
aee643b
Reverted last transaction. It's the wrong branch.
by Christian Heimes
· 18 years ago
306179b
And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks Hiro!
by Christian Heimes
· 18 years ago
e6bdb9b
Add the necessary dependency for the Windows VC6 build to ensure 'pythoncore'
by Trent Mick
· 18 years ago
79282a2
Remove obsolete file. Will backport.
by Martin v. Löwis
· 19 years ago
7addebf
Patch #1457736: Update VC6 to use current PCbuild settings.
by Martin v. Löwis
· 19 years ago
f56591c
Set the eol-style for project files to "CRLF".
by Martin v. Löwis
· 19 years ago
6eb36b0
Patch #1577551: Add ctypes and ET build support for VC6. Will backport to 2.5.
by Martin v. Löwis
· 19 years ago
c9e82f6
Patch #1576954: Update VC6 build directory; remove redundant
by Martin v. Löwis
· 19 years ago
c649ec5
Apply modified version of Collin Winter's patch #1478788
by Nick Coghlan
· 19 years ago
10be10c
Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.
by Neal Norwitz
· 19 years ago
ab0f947
Remove .cvsignore files, as they live in svn:ignore properties now.
by Martin v. Löwis
· 20 years ago
d56827c
Add AST files to VC6 build.
by Raymond Hettinger
· 20 years ago
94ac197
Update the PC configuration and project files for sha256 and sha512.
by Raymond Hettinger
· 20 years ago
9c323f8
SF patch #941881: PEP 309 Implementation (Partial Function Application).
by Raymond Hettinger
· 21 years ago
de7b990
Update the MSC6 pythoncore projects to compile for Py2.5
by Raymond Hettinger
· 21 years ago
919637a
Add _subprocess.c
by Martin v. Löwis
· 21 years ago
6ce6ef3
Remove rotor and xreadlines from VC 6 build.
by Raymond Hettinger
· 21 years ago
efdc16ff
Remove unused source file from Windows project files.
by Hye-Shik Chang
· 21 years ago
07e5dc8
Teach VC6 project file about the new cjkcodecs structure.
by Hye-Shik Chang
· 21 years ago
2242fe8
Teach MSVC 6 about pystrtod.c.
by Tim Peters
· 21 years ago
9f5f056
Remove the pcre module.
by Thomas Heller
· 21 years ago
19a02ec
Add genobject.c to the MSVC++ 6.0 build.
by Raymond Hettinger
· 21 years ago
e898d19
Complete perky's name change patch.
by Raymond Hettinger
· 21 years ago
6024722
Remove the Modules/heaqmodule.c, and add Modules/_heapmodule.c, so
by Thomas Heller
· 21 years ago
bd6850f
Ignore oodles of MSVC-generated files.
by Tim Peters
· 21 years ago
4ae4f26
A helper for rt.bat, copied (but with path adjustment) from PCbuild.
by Tim Peters
· 21 years ago
756b3f3
* Move collections.deque() in from the sandbox
by Raymond Hettinger
· 22 years ago
a70e6d8
Added the cjkcodecs files to the MSVC 6 build.
by Tim Peters
· 22 years ago
0c41027
SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.)
by Raymond Hettinger
· 22 years ago
12cfa6d
That's it -- works as well under VC6 as it ever did now.
by Tim Peters
· 22 years ago
055844e
The _tkinter subproject works with VC6 again.
by Tim Peters
· 22 years ago
590de2c
The bz2 subproject works with VC6 again.
by Tim Peters
· 22 years ago
f32b027
The _ssl subproject may <heh> be working w/ VC6 again.
by Tim Peters
· 22 years ago
c844a03
The _bsddb subproject works again under VC6.
by Tim Peters
· 22 years ago
caba60a
Removed dead text about MS subprojects that no longer exist.
by Tim Peters
· 22 years ago
28df74f
Getting closer (but not yet there) to being able to compile under VC6
by Tim Peters
· 22 years ago
ff8505d
Tons of changes to get this closer to being buildable from this directory;
by Tim Peters
· 22 years ago
203eec4
Move VC6 project files here.
by Martin v. Löwis
· 22 years ago