- 23 Mar, 2015 6 kayıt (commit)
-
-
Paul Moore yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Issue #23654: Turn off ICC's tail call optimization for the stack_overflow generator. ICC turns the recursive tail call into a loop. Patch written by Matt Frank.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
GzipFile corruption. Original patch by Wolfgang Maier.
-
Serhiy Storchaka yazdı
unnecessary copying of memoryview in gzip.GzipFile.write(). Original patch by Wolfgang Maier.
-
- 22 Mar, 2015 17 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table.
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Some http servers will reject PUT, POST, and PATCH requests if they do not have a Content-Length header. Patch by James Rutherford, with additional cleaning up of the 'request' documentation by me.
-
R David Murray yazdı
-
R David Murray yazdı
-
Paul Moore yazdı
As a result, explicitly support pathlib.Path objects as arguments. Also added tests for the CLI interface.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Mike Short.
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
raising TypeError when statically allocated type subclasses dynamically allocated type
-
- 21 Mar, 2015 10 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
which returned an invalid result (result+error or no result without error) in the exception message. Add also unit test to check that the exception contains the name of the function. Special case: the final _PyEval_EvalFrameEx() check doesn't mention the function since it didn't execute a single function but a whole frame.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Serhiy Storchaka yazdı
and socket open until the garbage collector cleans them up. Patch by Martin Panter.
-
Serhiy Storchaka yazdı
and socket open until the garbage collector cleans them up. Patch by Martin Panter.
-
Serhiy Storchaka yazdı
-
Steve Dower yazdı
-
- 20 Mar, 2015 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Serhiy Storchaka yazdı
official POSIX documentation. Updated the documenttion for Python 3. Patch by Alex Shkop.
-
R David Murray yazdı
-
R David Murray yazdı
Being able to read non-python text files is not a purpose of linecache, but it does work and people use it. This changeset adjusts the language to make it clear that Python files are not treated uniquely, but does not go so far as to say reading non-python files is explicitly supported.
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Indexing bytes retiurns an integer, not bytes.
-