Eric Snow
|
06a6a83826
|
Issue #16991: Use the correct version for master.
|
2015-05-30 14:34:10 -06:00 |
Eric Snow
|
59b2f6803c
|
Merge from 3.5.
|
2015-05-30 14:26:40 -06:00 |
Eric Snow
|
f3b73ad51d
|
Issue #16991: Add PyODict* to Windows builds.
|
2015-05-30 14:19:27 -06:00 |
Yury Selivanov
|
7aa5341164
|
Reverting my previous commit.
Something went horribly wrong when I was doing `hg rebase`.
|
2015-05-30 10:57:56 -04:00 |
Zachary Ware
|
41a6a625d4
|
Update Windows build for 3.6
|
2015-05-28 17:30:03 -05:00 |
Steve Dower
|
11d7b1423f
|
Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI)
|
2015-05-23 14:44:37 -07:00 |
Steve Dower
|
65e4cb10d9
|
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release.
|
2014-11-22 12:54:57 -08:00 |
Antoine Pitrou
|
0676a406bf
|
Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument.
|
2014-09-30 21:16:27 +02:00 |
Zachary Ware
|
6373ba5199
|
Bump Windows build to 3.5
|
2014-03-17 15:57:38 -05:00 |
Larry Hastings
|
71d4e44fd7
|
Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis.
|
2014-02-10 14:40:04 -08:00 |
Martin v. Löwis
|
6087646ec0
|
Merge with 3.3: Issue #17432: Drop UCS2 from names of Unicode functions in python3.def.
|
2014-01-04 10:06:28 +01:00 |
Martin v. Löwis
|
7476289873
|
Issue #17432: Drop UCS2 from names of Unicode functions in python3.def.
|
2014-01-04 10:01:42 +01:00 |
Andrew Svetlov
|
3ba3a3ee56
|
Issue #15422: get rid of PyCFunction_New macro
|
2012-12-25 13:32:35 +02:00 |
Georg Brandl
|
08a9012352
|
Bump version to 3.4.0 alpha 0.
|
2012-09-29 09:34:13 +02:00 |
Martin v. Löwis
|
75aeaa9b18
|
Issue #11626: Add _SizeT functions to stable ABI.
|
2012-06-24 00:00:30 +02:00 |
Martin v. Löwis
|
9c56409d33
|
Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber.
|
2012-06-23 23:20:45 +02:00 |
Martin v. Löwis
|
7800f75827
|
Issue #15042: Add PyState_AddModule and PyState_RemoveModule.
Add version guard for Py_LIMITED_API additions.
Issue #15081: Document PyState_FindModule.
Patch by Robin Schreiber.
|
2012-06-22 12:20:55 +02:00 |
Antoine Pitrou
|
71219dad3e
|
More eol-style's
|
2011-02-25 14:31:09 +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 |
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 |