- 28 Tem, 2011 2 kayıt (commit)
-
-
Éric Araujo yazdı
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 yazdı
-
- 27 Tem, 2011 5 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Ross Lagerwall yazdı
given as a low fd, it gets overwritten.
-
Senthil Kumaran yazdı
-
Ned Deily yazdı
when opening a long file. With Tk 8.5, the first line was hidden.
-
Senthil Kumaran yazdı
Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header.
-
- 26 Tem, 2011 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Ned Deily yazdı
link file name.
-
Jason R. Coombs yazdı
reindent.py now will use the newline detected in the original file and will report an error if mixed newlines are encountered.
-
- 25 Tem, 2011 2 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Ross Lagerwall yazdı
with mmap. Patch by Steffen Daode Nurpmeso.
-
- 24 Tem, 2011 3 kayıt (commit)
-
-
Charles-François Natali yazdı
-
Antoine Pitrou yazdı
(not a problem under 3.x)
-
Antoine Pitrou yazdı
-
- 23 Tem, 2011 7 kayıt (commit)
-
-
Antoine Pitrou yazdı
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 yazdı
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 yazdı
a read1() method), and add an undocumented *write_through* parameter to mandate unbuffered writes.
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
* ftpwrapper now uses reference counting to ensure that the underlying socket is closed when the ftpwrapper object is no longer in use * ftplib.FTP.ntransfercmd() now closes the socket if an error occurs Initial patch by Victor Stinner.
-
Senthil Kumaran yazdı
-
Georg Brandl yazdı
-
- 22 Tem, 2011 4 kayıt (commit)
-
-
Charles-François Natali yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
This is related to a21829180423 as well as #12609 and #12610.
-
- 21 Tem, 2011 3 kayıt (commit)
-
-
Charles-François Natali yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 20 Tem, 2011 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 19 Tem, 2011 6 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Ned Deily yazdı
(Patch by Robert Xiao)
-
Barry Warsaw yazdı
signature. Without this, architectures where sizeof void* != sizeof int are broken. Patch given by Hallvard B Furuseth.
-
Antoine Pitrou yazdı
so that "import DLFCN" and other similar imports work on Linux 3.0.
-
R David Murray yazdı
The RFC doesn't say that they are allowed; apparently many mailers accept them, but not postfix. Contributions to this patch were made by Felipe Cruz and Catalin Iacob. The changeset also adds additional indirect tests for quoteaddr (null address and IDNA-encoded address).
-
Senthil Kumaran yazdı
-
- 18 Tem, 2011 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Eric V. Smith yazdı
Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError.
-
R David Murray yazdı
-