- 29 Jul, 2011 5 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Raymond Hettinger authored
-
Eli Bendersky authored
Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti
-
Éric Araujo authored
-
- 28 Jul, 2011 8 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
Also remove an extra docstring.
-
Éric Araujo authored
-
Éric Araujo authored
Adding Sandro Tosi to Doc/ACKS for this patch and all his work on the docs mailing list and on the bug tracker.
-
Éric Araujo authored
R. David Murray and I think that it’s more useful to have these files show up in the output of “hg status”, to let the user know that some merged file have to be checked before commit. If you want to ignore these files in your clones, it’s possible to do so from another ignore file; see the bug report for directions. I’m leaving the .gitignore file alone, as I don’t know how git users work with merges and conflicts.
-
Éric Araujo authored
-
Senthil Kumaran authored
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller.
-
- 27 Jul, 2011 7 commits
-
-
Charles-François Natali authored
to avoid timing-dependent failures.
-
Charles-François Natali authored
-
Senthil Kumaran authored
-
Ross Lagerwall authored
given as a low fd, it gets overwritten.
-
Senthil Kumaran authored
-
Ned Deily authored
when opening a long file. With Tk 8.5, the first line was hidden.
-
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
-
Antoine Pitrou authored
-
Ned Deily authored
link file name.
-
Éric Araujo authored
I moved the NEWS entry for the reindent fix to the right release section.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
I would have put io and ctypes fixes into Extension Modules, but I respected the choice of Antoine or Victor and left them in Library.
-
Éric Araujo authored
-
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.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 25 Jul, 2011 2 commits
-
-
Vinay Sajip authored
-
Ross Lagerwall authored
with mmap. Patch by Steffen Daode Nurpmeso.
-
- 24 Jul, 2011 3 commits
-
-
Charles-François Natali authored
-
Antoine Pitrou authored
(not a problem under 3.x)
-
Antoine Pitrou authored
-
- 23 Jul, 2011 2 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
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)
-