Antoine Pitrou
|
71219dad3e
|
More eol-style's
|
2011-02-25 14:31:09 +00:00 |
|
Antoine Pitrou
|
7f1e174c7a
|
Make svn:eol-style's more consistent
|
2011-02-25 14:19:48 +00:00 |
|
Victor Stinner
|
9b99b448f7
|
Issue #3080: Mark PyWin_FindRegisteredModule() as private
This function was not declared in Python public API (in any .h file) and not
documented. Mark it as private to prepare a change of its API.
|
2011-02-22 23:12:28 +00:00 |
|
Georg Brandl
|
fa2c61a222
|
More automated version replacement.
|
2011-02-20 10:41:31 +00:00 |
|
Martin v. Löwis
|
738236dbd6
|
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
in the limited ABI
|
2011-02-05 20:35:29 +00:00 |
|
Martin v. Löwis
|
d77520a426
|
Issue #11118: Fix bogus export of None in python3.dll.
|
2011-02-04 19:09:02 +00:00 |
|
Martin v. Löwis
|
c83bc3c1fb
|
Remove buffer API from stable ABI for now, see #10181.
|
2011-01-06 19:15:47 +00:00 |
|
Georg Brandl
|
ed13853e5d
|
Happy New Year! (CET edition)
|
2010-12-31 23:00:03 +00:00 |
|
Hirokazu Yamamoto
|
3405de03a6
|
Mention NASM which is needed to build openssl-1.0.0a original source.
(PC/VC6/readme.txt)
|
2010-12-08 14:47:07 +00:00 |
|
Martin v. Löwis
|
d53ee5dd12
|
Automate build for python3.dll.
Package missing files.
|
2010-12-05 23:07:58 +00:00 |
|
Martin v. Löwis
|
0d012f284b
|
Expose CompileString, not CompileStringFlags under the
limited API.
|
2010-12-04 12:00:49 +00:00 |
|
Martin v. Löwis
|
4d0d471a80
|
Merge branches/pep-0384.
|
2010-12-03 20:14:31 +00:00 |
|
Hirokazu Yamamoto
|
4ae5f138da
|
Issue #6317: Now winsound.PlaySound only accepts unicode with MvL's approval.
|
2010-11-07 14:29:26 +00:00 |
|
Hirokazu Yamamoto
|
cdc8cdd215
|
Reformatted code a bit.
|
2010-11-07 11:07:44 +00:00 |
|
Hirokazu Yamamoto
|
c08c9bccfc
|
Issue #6317: Now winsound.PlaySound can accept non ascii filename.
|
2010-11-07 09:23:15 +00:00 |
|
Hirokazu Yamamoto
|
62fbdd9b7b
|
Formatted code. (Tabify, etc)
|
2010-11-07 02:45:19 +00:00 |
|
Hirokazu Yamamoto
|
5ee89cf13e
|
Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in make_buildinfo.c)
|
2010-11-04 15:21:59 +00:00 |
|
Hirokazu Yamamoto
|
de5919dca7
|
Can build older OpenSSL in http://svn.python.org/projects/externals/
without Perl again.
|
2010-11-04 14:11:32 +00:00 |
|
Hirokazu Yamamoto
|
f74ed2ea4c
|
Defined Py_BUILD_CORE_MODULE also on VC7.1.
# I don't have this compiler, so I couldn't test it.
|
2010-11-02 14:06:03 +00:00 |
|
Hirokazu Yamamoto
|
4285f9446a
|
Py_BUILD_CORE_MODULE was not needed in python.dsp and pythonw.dsp.
|
2010-11-02 13:48:13 +00:00 |
|
Hirokazu Yamamoto
|
a2c9770bae
|
Defined Py_BUILD_CORE_MODULE also on VC6.
|
2010-11-02 13:21:31 +00:00 |
|
Hirokazu Yamamoto
|
7c3d709377
|
Updated readme.txt about OpenSSL.
|
2010-10-28 17:57:25 +00:00 |
|
Antoine Pitrou
|
fbb1c6191c
|
Follow up to #9778: fix regressions on 64-bit Windows builds
|
2010-10-23 17:37:54 +00:00 |
|
Georg Brandl
|
66c221e993
|
#9418: first step of moving private string methods to _string module.
|
2010-10-14 07:04:07 +00:00 |
|
Hirokazu Yamamoto
|
e75bc2c6f9
|
Follows Python/fileutils.c addition.
|
2010-10-08 08:46:30 +00:00 |
|