- 7791165 code_richcompare() now uses the constants types by Victor Stinner · 10 years ago
- 43e9007 Fixed Py3k warnings in tests for issue #24731. by Serhiy Storchaka · 10 years ago
- 6156560 Issue #25678: Copy buffer objects to null-terminated strings. by Serhiy Storchaka · 10 years ago
- 5d7d26c Issue #25388: Fixed tokenizer hang when processing undecodable source code by Serhiy Storchaka · 10 years ago
- 3eb554f Issue #22221: Backported fixes from Python 3 (issue #18960). by Serhiy Storchaka · 11 years ago
- 4f09e61 test for 2 arg exec case by Benjamin Peterson · 11 years ago
- af09c77 Issue #21591: add test for qualified exec in tuple form. by Robert Jordens · 11 years ago
- ab4a691 Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler. by Antoine Pitrou · 11 years ago
- 1658797 Issue #16339: Document and test exec(stmt, globals, locals) form in Python 2.7. by Mark Dickinson · 13 years ago
- 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- af61719 Silence some py3k SyntaxWarning using check_py3k_warnings() with "exec" statements. by Florent Xicluna · 15 years ago
- 0dee9c1 prevent lambda functions from having docstrings #8164 by Benjamin Peterson · 15 years ago
- b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
- aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
- ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
- 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
- e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 16 years ago
- 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
- d1f5a59 allow importing from a module named None if it has an 'as' clause by Benjamin Peterson · 16 years ago
- 565e1b6 prevent import statements from assigning to None by Benjamin Peterson · 16 years ago
- 64b7e50 Issue #3360: Fix incorrect parsing of "020000000000.0". by Mark Dickinson · 17 years ago
- 5216721 Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0). by Amaury Forgeot d'Arc · 17 years ago
- f2bfd54 Properly check for consistency with the third argument of by Georg Brandl · 17 years ago
- fc8eef3 Patch #1810 by Thomas Lee, reviewed by myself: by Georg Brandl · 17 years ago
- 9ff19b5 Finished backporting PEP 3127, Integer Literal Support and Syntax. by Eric Smith · 17 years ago
- e06cf45 Disallow function calls like foo(None=1). by Georg Brandl · 18 years ago
- 37075c5 Fix long-standing bug in name mangling for package imports by Jeremy Hylton · 18 years ago
- 905820c Remove an unneeded import of 'warnings'. by Brett Cannon · 19 years ago
- ed65755 Bug #1512814, Fix incorrect lineno's when code at module scope by Neal Norwitz · 19 years ago
- 28746ab On 64 bit systems, int literals that use less than 64 bits are now ints by Neal Norwitz · 19 years ago
- 6ec6ab0 Fix SF bug 1441486: bad unary minus folding in compiler. by Neil Schemenauer · 19 years ago
- 9575fb2 Add an additional test for bug #1519018. by Georg Brandl · 19 years ago
- fb48afa Fix SF bug #1519018: 'as' is now validated properly in import statements by Neal Norwitz · 19 years ago
- e98ccf6 Forward port MvL's fix in 43227: by Neal Norwitz · 19 years ago
- eadee9a Fix SF bug #1448804 and ad a test to ensure that all subscript operations continue to be handled correctly by Nick Coghlan · 19 years ago
- 6ab080c Fix problem handling EXTENDED_ARGs from SF bug # 1333982 by Neal Norwitz · 20 years ago
- 9047c8f SF bug #1048870: call arg of lambda not updating by Raymond Hettinger · 21 years ago
- 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 21 years ago
- 66bd233 Completed the patch for Bug #215126. by Raymond Hettinger · 21 years ago
- 11a70c7 Upgrade None assignment SyntaxWarning to a SyntaxError. by Raymond Hettinger · 21 years ago
- 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 22 years ago
- 8a99b50 SF patch #736962. Converted test_compile to unittest format. by Raymond Hettinger · 22 years ago
- 4327521 Added regression test for SF #757818 by Raymond Hettinger · 22 years ago
- eb2a5ef Fix SF bug #688424, 64-bit test problems by Neal Norwitz · 22 years ago
- 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 22 years ago
- 66b1259 SF #660455 : patch by NNorwitz. by Guido van Rossum · 22 years ago
- fe8d84d Comment out a test that was anticipating SF patch 661536 -- but that by Guido van Rossum · 23 years ago
- 53b39d2 Verify treatment of unary minus on negative numbers SF bug #660455. by Guido van Rossum · 23 years ago
- 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
- 6b17abf Fix SF Bug 564931: compile() traceback must include filename. by Thomas Heller · 23 years ago
- 79b5b5b Don't munge __debug__ and leave it that way. by Jeremy Hylton · 24 years ago
- 778e265 Fix SF buf #480096: Assign to __debug__ still allowed by Jeremy Hylton · 24 years ago
- d507dab SF patch #455966: Allow leading 0 in float/imag literals. by Tim Peters · 24 years ago
- 9aa70d9 SF bug [#455775] float parsing discrepancy. by Tim Peters · 24 years ago
- 0009c4e Whitespace normalization. by Tim Peters · 24 years ago
- 121b6eb SF patch #103749: implicit tuple + default arg by Jeremy Hylton · 24 years ago
- 047e2c9 add test for SyntaxError on def f(a): global a by Jeremy Hylton · 25 years ago
- f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 25 years ago
- 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
- fdee0f0 added test case for fixed duplicate arguments bug in Python/compile.c by Peter Schneider-Kamp · 25 years ago