Bram Moolenaar
19ee2b37a0
updated for version 7.3.1069
...
Problem: Python: memory leaks.
Solution: Python patch 28: Purge out DICTKEY_CHECK_EMPTY macros. (ZyX)
2013-05-30 14:52:37 +02:00
Bram Moolenaar
88d521186b
Added tag v7-3-1068 for changeset 59e6c2bd68e3
2013-05-30 13:37:28 +02:00
Bram Moolenaar
465ddb7c6b
updated for version 7.3.1068
...
Problem: Python: Script is auto-loaded on function creation.
Solution: Python patch 27. (ZyX)
2013-05-30 13:37:28 +02:00
Bram Moolenaar
4fddf13be6
Added tag v7-3-1067 for changeset 52a4f66ae1f5
2013-05-30 13:32:30 +02:00
Bram Moolenaar
859401bd60
updated for version 7.3.1067
...
Problem: Python: documentation lags behind.
Solution: Python patch 26. (ZyX)
2013-05-30 13:32:30 +02:00
Bram Moolenaar
4c3441d099
Added tag v7-3-1066 for changeset 4c46e1487c63
2013-05-30 13:28:41 +02:00
Bram Moolenaar
166b603a9f
updated for version 7.3.1066
...
Problem: Python: Insufficient exception and error testing.
Solution: Python patch 25. (ZyX)
2013-05-30 13:28:41 +02:00
Bram Moolenaar
2fd48e1639
Added tag v7-3-1065 for changeset 07c534fe9b6c
2013-05-30 13:22:13 +02:00
Bram Moolenaar
2bbe0a07d1
updated for version 7.3.1065
...
Problem: Python: key mapping is not standard.
Solution: Puthon patch 24: use PyMapping_Keys. (ZyX)
2013-05-30 13:22:13 +02:00
Bram Moolenaar
ee6fe6fb3e
Added tag v7-3-1064 for changeset 3857d399ab41
2013-05-30 13:17:17 +02:00
Bram Moolenaar
6e8c0d0832
updated for version 7.3.1064
...
Problem: Python: insufficient error checking.
Solution: Python patch 23. (ZyX)
2013-05-30 13:17:17 +02:00
Bram Moolenaar
12590579a4
Added tag v7-3-1063 for changeset 4157fef7b950
2013-05-30 13:14:13 +02:00
Bram Moolenaar
7046e3d6c5
updated for version 7.3.1063
...
Problem: Python: Function is not standard.
Solution: Python patch 22: make Function subclassable. (ZyX)
2013-05-30 13:14:13 +02:00
Bram Moolenaar
606142b76a
Added tag v7-3-1062 for changeset e4e48d4ee040
2013-05-30 13:05:59 +02:00
Bram Moolenaar
49e572df0e
updated for version 7.3.1062
...
Problem: Python: List is not standard.
Solution: Python patch 21: Add standard methods and fields. (ZyX)
2013-05-30 13:05:58 +02:00
Bram Moolenaar
c184f70f1b
Added tag v7-3-1061 for changeset 18ba89e06fab
2013-05-30 13:01:19 +02:00
Bram Moolenaar
8136993d82
updated for version 7.3.1061
...
Problem: Python: Dictionary is not standard.
Solution: Python patch 20: Add standard methods and fields. (ZyX)
2013-05-30 13:01:18 +02:00
Bram Moolenaar
be1704cef4
Added tag v7-3-1060 for changeset cb5c1e37ad4d
2013-05-30 12:43:54 +02:00
Bram Moolenaar
13ee9bf6dd
updated for version 7.3.1060
...
Problem: Python: can't repr() a function.
Solution: Python patch 19: add FunctionRepr(). (ZyX)
2013-05-30 12:43:54 +02:00
Bram Moolenaar
332985420e
Added tag v7-3-1059 for changeset 548b889fe3cf
2013-05-30 12:40:39 +02:00
Bram Moolenaar
d9509e6693
updated for version 7.3.1059
...
Problem: Python: Using fixed size buffers.
Solution: Python patch 18: Use python's own formatter. (ZyX)
2013-05-30 12:40:39 +02:00
Bram Moolenaar
7bc89408ad
Added tag v7-3-1058 for changeset 66e615ce7f61
2013-05-30 12:35:52 +02:00
Bram Moolenaar
b305bf49bf
updated for version 7.3.1058
...
Problem: Call of funcref does not succeed in other script.
Solution: Python patch 17: add get_expanded_name(). (ZyX)
2013-05-30 12:35:52 +02:00
Bram Moolenaar
b25327680f
Added tag v7-3-1057 for changeset 90beab957ba9
2013-05-30 12:26:58 +02:00
Bram Moolenaar
7eea7f9e53
updated for version 7.3.1057
...
Problem: Python: not enough compatibilty.
Solution: Python patch 16: Make OutputWritelines support any sequence object
(ZyX) Note: tests fail
2013-05-30 12:26:58 +02:00
Bram Moolenaar
72cdf48542
Added tag v7-3-1056 for changeset 21a99611149b
2013-05-30 12:14:49 +02:00
Bram Moolenaar
db5b79e462
updated for version 7.3.1056
...
Problem: Python: possible memory leaks.
Solution: Python patch 15. (ZyX) Fix will follow later.
2013-05-30 12:14:49 +02:00
Bram Moolenaar
0c950a0b0b
Added tag v7-3-1055 for changeset 5679b8ddd8cc
2013-05-30 11:51:08 +02:00
Bram Moolenaar
6a11eedf12
updated for version 7.3.1055
...
Problem: Negated collection does not match newline.
Solution: Handle newline differently. (Hiroshi Shirosaki)
2013-05-30 11:51:08 +02:00
Bram Moolenaar
81a1d33afa
Added tag v7-3-1054 for changeset 219b2fcad60d
2013-05-30 11:43:15 +02:00
Bram Moolenaar
3961b485e5
updated for version 7.3.1054
...
Problem: Can't build without the +autocmd feature. (Elimar Riesebieter)
Solution: Fix use of buf and curbuf.
2013-05-30 11:43:15 +02:00
Bram Moolenaar
51256d01ba
Added tag v7-3-1053 for changeset 49f0fcd9762c
2013-05-29 22:58:32 +02:00
Bram Moolenaar
fd01ab9e20
updated for version 7.3.1053
...
Problem: Python: no flag for types with tp_traverse+tp_clear.
Solution: Python patch 14: Add Py_TPFLAGS_HAVE_GC. (ZyX)
2013-05-29 22:58:32 +02:00
Bram Moolenaar
4a84b22512
Added tag v7-3-1052 for changeset 12421d8a45d5
2013-05-29 22:52:32 +02:00
Bram Moolenaar
528c38d8d0
updated for version 7.3.1052
...
Problem: Python: possible SEGV and negative refcount.
Solution: Python patch 13: Fix IterIter function. (ZyX)
2013-05-29 22:52:32 +02:00
Bram Moolenaar
f372850916
Added tag v7-3-1051 for changeset 70600448f9e7
2013-05-29 22:49:26 +02:00
Bram Moolenaar
1101437ecf
updated for version 7.3.1051
...
Problem: Python: possible memory leaks.
Solution: Python patch 12: fix the leaks (ZyX)
2013-05-29 22:49:26 +02:00
Bram Moolenaar
17ff432cfe
Added tag v7-3-1050 for changeset 38276cfe40b2
2013-05-29 22:46:26 +02:00
Bram Moolenaar
f083744859
updated for version 7.3.1050
...
Problem: Python: Typo in pyiter_to_tv.
Solution: Python patch 11. (ZyX)
2013-05-29 22:46:26 +02:00
Bram Moolenaar
1c46869355
Added tag v7-3-1049 for changeset 074491a83571
2013-05-29 22:43:37 +02:00
Bram Moolenaar
747e89bc37
updated for version 7.3.1049
...
Problem: Python: no consistent naming
Solution: Python patch 10: Rename DICTKEY_GET_NOTEMPTY to DICTKEY_GET. (ZyX)
2013-05-29 22:43:37 +02:00
Bram Moolenaar
2ebea86a2b
Added tag v7-3-1048 for changeset 19d406a8509d
2013-05-29 22:39:52 +02:00
Bram Moolenaar
1d0059332d
updated for version 7.3.1048
...
Problem: Python: no consistent naming.
Solution: Python patch 9: Rename d to dict and lookupDict to lookup_dict.
(ZyX)
2013-05-29 22:39:52 +02:00
Bram Moolenaar
b705fd318f
Added tag v7-3-1047 for changeset 89bec74fd793
2013-05-29 22:36:10 +02:00
Bram Moolenaar
e742c4b485
updated for version 7.3.1047
...
Problem: Python: dir() does not work properly.
Solution: Python patch 8. Add __dir__ method to all objects with custom
tp_getattr supplemented by __members__ attribute for at least
python-2* versions. __members__ is not mentioned in python-3*
dir() output even if it is accessible. (ZyX)
2013-05-29 22:36:10 +02:00
Bram Moolenaar
76e5488f17
Added tag v7-3-1046 for changeset 00eecb2f8e3e
2013-05-29 22:26:18 +02:00
Bram Moolenaar
81510b7abe
updated for version 7.3.1046
...
Problem: Python: Using Py_BuildValue for building strings.
Solution: Python patch 7 and 7.5: Replace Py_BuildValue with
PyString_FromString. (ZyX)
2013-05-29 22:26:18 +02:00
Bram Moolenaar
3748b987b5
Added tag v7-3-1045 for changeset 29b2be2bba0d
2013-05-29 22:20:01 +02:00
Bram Moolenaar
88a009b1c0
updated for version 7.3.1045
...
Problem: Python: No error handling for VimToPython function.
Solution: Python patch 6. (ZyX)
2013-05-29 22:20:01 +02:00
Bram Moolenaar
f58786fc6d
Added tag v7-3-1044 for changeset 0cf552b325b5
2013-05-29 22:15:30 +02:00