- 31 Tem, 2013 10 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #15699: The readline module now uses PEP 3121-style module initialization, so as to reclaim allocated resources (Python callbacks) at shutdown. Original patch by Robin Schreiber.
-
R David Murray yazdı
Feature and tests by ClClaudiu.Popa, I added the doc changes.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
gcov is great.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Christian Heimes yazdı
-
- 30 Tem, 2013 25 kayıt (commit)
-
-
Christian Heimes yazdı
CID 1058763
-
Christian Heimes yazdı
"coverage-report" creates an instrumented Python build, runs unit tests and creates a HTML. The report can be updated with "make coverage-lcov".
-
Ned Deily yazdı
-
Ned Deily yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Sijin Joseph.
-
R David Murray yazdı
-
R David Murray yazdı
-
Ethan Furman yazdı
-
Antoine Pitrou yazdı
-
R David Murray yazdı
-
R David Murray yazdı
testcleanup directive is new as of 1.1, and we are currently running 1.0.7. But using testsetup works just as well, and avoids the unknown directive error when building the docs.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
'SHA1' instead of 'SHA'. Add more tests for hashlib and hash object attributes
-
Christian Heimes yazdı
-
Christian Heimes yazdı
'SHA1' instead of 'SHA'.
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 29 Tem, 2013 5 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
With the exception of the 'as_string' call in the policy docs. That one is a separate issue. Note that when building the docs sphinx is complaining about .. testcleanup:: being an invalid directive. I don't know why this is, as I'm following the sphinx docs...but fortunately the action is to omit the text in the body, so the generated documentation is correct.
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
With help from jkloth on IRC, so it will hopefully work this time :)
-
Nick Coghlan yazdı
-