- 31 Jul, 2013 10 commits
-
-
Antoine Pitrou authored
Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
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 authored
Feature and tests by ClClaudiu.Popa, I added the doc changes.
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
gcov is great.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Christian Heimes authored
-
- 30 Jul, 2013 25 commits
-
-
Christian Heimes authored
CID 1058763
-
Christian Heimes authored
"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 authored
-
Ned Deily authored
-
R David Murray authored
-
R David Murray authored
Patch by Sijin Joseph.
-
R David Murray authored
-
R David Murray authored
-
Ethan Furman authored
-
Antoine Pitrou authored
-
R David Murray authored
-
R David Murray authored
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 authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
'SHA1' instead of 'SHA'. Add more tests for hashlib and hash object attributes
-
Christian Heimes authored
-
Christian Heimes authored
'SHA1' instead of 'SHA'.
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 29 Jul, 2013 5 commits
-
-
R David Murray authored
-
R David Murray authored
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 authored
-
Nick Coghlan authored
With help from jkloth on IRC, so it will hopefully work this time :)
-
Nick Coghlan authored
-