- 13 Sep, 2013 17 commits
-
-
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 4 commits
-
-
Senthil Kumaran authored
Clarify mmap.close method behavior. Addresses issue #18815 Patch contributed by Anoop Thomas Mathew.
-
Senthil Kumaran authored
Patch contributed by Anoop Thomas Mathew.
-
Senthil Kumaran authored
Document Fraction's numerator and denominator properties. Addresses issue #18800
-
Senthil Kumaran authored
Addresses issue #18800
-
- 09 Sep, 2013 11 commits
-
-
Tim Peters authored
Due to recent changes, a Thread doesn't know that it's over before someone calls .join() or .is_alive(). That meant repr(Thread) continued to include "started" (and not "stopped") before one of those methods was called, even if hours passed since the thread ended. Repaired that.
-
Tim Peters authored
Antoine Pitrou found a variation that worked for him on the thread+fork tests, and added an important self._is_stopped = True to the after-fork code. I confess I don't know why things passed before. But then mixing fork with threads is insane ;-)
-
Tim Peters authored
Unixy buildbots were failing the thread + fork tests :-(
-
Tim Peters authored
Documented some obscurities, and assert'ed ._stop()'s crucial precondition.
-
Larry Hastings authored
-
Larry Hastings authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-