- 27 Jul, 2011 12 commits
-
-
Éric Araujo authored
The public names (Thread, Condition, etc.) used to be factory functions returning instances of hidden classes (_Thread, _Condition, etc.), because (if Guido recalls correctly) this code pre-dates the ability to subclass extension types. It is now possible to inherit from Thread and other classes, without having to import the private underscored names like multiprocessing did. A doc update will follow: a patch is under discussion on the issue.
-
Éric Araujo authored
This function used to live as pipes.quote, where it was undocumented but used anyway. (An alias still exists for backward compatibility.) The tests have been moved as is, but the code of the function was changed to use a regex instead of a loop with string comparisons (at Ian Bicking’s suggestion). I’m terrible at regexes, so any feedback is welcome.
-
Senthil Kumaran authored
merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject.
-
Senthil Kumaran authored
-
Ross Lagerwall authored
-
Ross Lagerwall authored
given as a low fd, it gets overwritten.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Ned Deily authored
when opening a long file. With Tk 8.5, the first line was hidden.
-
Ned Deily authored
when opening a long file. With Tk 8.5, the first line was hidden.
-
Senthil Kumaran authored
merge from 3.2 - Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header.
-
Senthil Kumaran authored
Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header.
-
- 26 Jul, 2011 13 commits
-
-
Antoine Pitrou authored
(I had the wrong impression that the problem didn't exist here)
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Ned Deily authored
link file name.
-
Ned Deily authored
link file name.
-
Jason R. Coombs authored
Issue #10639: reindent.py tool now accepts a --newline option to specify the newline to be used in the output of converted files.
-
Jason R. Coombs authored
reindent.py now will use the newline detected in the original file and will report an error if mixed newlines are encountered.
-
Jason R. Coombs authored
reindent.py now will use the newline detected in the original file and will report an error if mixed newlines are encountered.
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
- 25 Jul, 2011 5 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Charles-François Natali authored
Patrick Sabin.
-
Ross Lagerwall authored
-
Ross Lagerwall authored
with mmap. Patch by Steffen Daode Nurpmeso.
-
- 24 Jul, 2011 5 commits
-
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Antoine Pitrou authored
(not a problem under 3.x)
-
Antoine Pitrou authored
(not a problem under 3.x)
-
Antoine Pitrou authored
-
- 23 Jul, 2011 5 commits
-
-
Antoine Pitrou authored
running in verbose mode (`-v` or `-W`), by using the `--failfast` (or `-G`) option to regrtest. This is useful with long test suites such as test_io or test_subprocess.
-
Antoine Pitrou authored
running in verbose mode (`-v` or `-W`), by using the `--failfast` (or `-G`) option to regrtest. This is useful with long test suites such as test_io or test_subprocess.
-
Antoine Pitrou authored
module: the piped streams can now be properly read from or written to.
-
Antoine Pitrou authored
module: the piped streams can now be properly read from or written to. (this was broken due to the 2.x to 3.x transition; communicate() support is still sketchy)
-
Antoine Pitrou authored
-