- 19 Ock, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #11816: Fix bytecode_helper to handle correctly errors. Don't use unassigned variables.
-
- 06 Kas, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
- confusing line_offset parameter -> first_line parameter - systematically test and fix new file parameter - remove redundant Bytecode.show_info() API - rename Bytecode.display_code() to Bytecode.dis() and have it return the multi-line string rather than printing it directly - eliminated some not-so-helpful helpers from the bytecode_helper test support module Also fixed a longstanding defect (worked around in the test suite) where lines emitted by the dis module could include trailing white space. That no longer happens, allowing the formatting tests to be simplified to use plain string comparisons.
-
- 06 May, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
This is why I should really use hg import rather than patch, but old habits die hard...
-