Victor Stinner
|
14e461d5b9
|
Close #11619: The parser and the import machinery do not encode Unicode
filenames anymore on Windows.
|
2013-08-26 22:28:21 +02:00 |
|
Victor Stinner
|
6684bdf73d
|
Issue #18408: Fix typo in build_node_tree() of the parser module
Type "o" format of Py_BuildValue() is invalid: it must be "O".
|
2013-07-17 00:13:52 +02:00 |
|
Victor Stinner
|
df4572cc71
|
Issue #18408: parser module: fix error handling in node2tuple()
Handle PyLong_FromLong() and PyUnicode_FromString() failures
|
2013-07-12 01:35:10 +02:00 |
|
Victor Stinner
|
3bd6abd129
|
Issue #18408: Fix parser.sequence2st() and parser.tuple2st(): raise MemoryError
on memory allocation failure
Instead of ignoring the memory allocation failure and create invalid objects.
|
2013-07-12 01:33:59 +02:00 |
|
Serhiy Storchaka
|
7898043868
|
Issue #15989: Fix several occurrences of integer overflow
when result of PyLong_AsLong() narrowed to int without checks.
|
2013-01-15 01:12:17 +02:00 |
|
Andrew Svetlov
|
5b89840d9c
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:26:36 +02:00 |
|
Andrew Svetlov
|
737fb89dd1
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:14:22 +02:00 |
|
Antoine Pitrou
|
721738fbee
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
Patch by Serhiy Storchaka.
|
2012-08-15 23:20:39 +02:00 |
|
Antoine Pitrou
|
6f430e4963
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
Patch by Serhiy Storchaka.
|
2012-08-15 23:18:25 +02:00 |
|
Jesus Cea
|
88ca04e6a8
|
MERGE: Closes #15512: Correct __sizeof__ support for parser
|
2012-08-03 14:29:26 +02:00 |
|
Jesus Cea
|
e9c5318967
|
Closes #15512: Correct __sizeof__ support for parser
|
2012-08-03 14:28:37 +02:00 |
|
Mark Dickinson
|
943cab2fec
|
Issue #14741: Merge fix from 3.2.
|
2012-05-07 17:25:14 +01:00 |
|
Mark Dickinson
|
da029fb293
|
Issue #14741: Fix missing support for ellipsis in parser module.
|
2012-05-07 17:24:04 +01:00 |
|
Mark Dickinson
|
72f6095d4f
|
Issue #14697: Merge fix from 3.2.
|
2012-05-07 16:36:33 +01:00 |
|
Mark Dickinson
|
11c1dee183
|
Issue #14697: Fix missing parser module support for set displays and set comprehensions.
|
2012-05-07 16:34:34 +01:00 |
|
Mark Dickinson
|
cf360b9209
|
Issue #14701: Add missing support for 'raise ... from' in parser module.
|
2012-05-07 12:01:27 +01:00 |
|
Mark Dickinson
|
9fad160411
|
Issue #14701: Merge fix from 3.2.
|
2012-05-07 12:03:11 +01:00 |
|
Mark Dickinson
|
57404891a0
|
Issue #14696: Merge from 3.2
|
2012-04-29 22:20:01 +01:00 |
|
Mark Dickinson
|
407b3bd89b
|
Issue #14696: Fix parser module to understand 'nonlocal' declarations.
|
2012-04-29 22:18:31 +01:00 |
|
Mark Dickinson
|
b63fd2a408
|
Issue #9154: Merge fix from 3.2.
|
2012-04-29 18:35:56 +01:00 |
|
Mark Dickinson
|
ea7e9f9a83
|
Issue #9154: Fix parser module to understand function annotations.
|
2012-04-29 18:34:40 +01:00 |
|
Nick Coghlan
|
1f7ce62bd6
|
Implement PEP 380 - 'yield from' (closes #11682)
|
2012-01-13 21:43:40 +10:00 |
|
Martin v. Löwis
|
bd928fef42
|
Rename _Py_identifier to _Py_IDENTIFIER.
|
2011-10-14 10:20:37 +02:00 |
|
Martin v. Löwis
|
1ee1b6fe0d
|
Use identifier API for PyObject_GetAttrString.
|
2011-10-10 18:11:30 +02:00 |
|
Benjamin Peterson
|
f0cdbad1b3
|
always clear parser error
|
2011-06-05 22:14:05 -05:00 |
|