- 14 Sep, 2013 10 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ensure that a block of code emits a message using the logging module.
-
R David Murray authored
-
R David Murray authored
This test will fail because a previous attempt to fix a merge error in site.py was incorrect, but the test wasn't running so it wasn't caught. The next commit will fix the site.py bug.
-
R David Murray authored
It now always checks, instead of only when the LICENSE file doesn't exist. It is also protected by the 'network' resource, and uses a HEAD request since we are only doing an existence check.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 13 Sep, 2013 21 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
Brett Cannon authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Charles-François Natali authored
numeric IP addresses.
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Eli Bendersky authored
Based on report and initial patch from Germán M. Bravo
-
Eli Bendersky authored
Patch by Vlad Shcherbina
-
Eli Bendersky authored
Patch by Vlad Shcherbina
-
Serhiy Storchaka authored
-
Senthil Kumaran authored
Patch contributed by Vajrasky Kok. Addresses Issue #17324
-
Senthil Kumaran authored
Patch contributed by Vajrasky Kok. Addresses Issue #17324
-
Serhiy Storchaka authored
if all necessary functions are already found in libuuid. Patch by Evgeny Sologubov.
-
Serhiy Storchaka authored
if all necessary functions are already found in libuuid. Patch by Evgeny Sologubov.
-
- 12 Sep, 2013 5 commits
-
-
Senthil Kumaran authored
- my previous removal and hg resolve mark had still left them and hooks did not catch it too!
-
-
-
Senthil Kumaran authored
Improve the docstring of random.shuffle. Inform users not to provide int arg. Addresses issue #14927
-
Senthil Kumaran authored
Addresses issue #14927
-
- 11 Sep, 2013 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
Suggested by Wouter Bolsterlee.
-
- 10 Sep, 2013 1 commit
-
-
Senthil Kumaran authored
Clarify mmap.close method behavior. Addresses issue #18815 Patch contributed by Anoop Thomas Mathew.
-