- 11 Nis, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 26 Şub, 2016 1 kayıt (commit)
-
-
Georg Brandl yazdı
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
-
- 11 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 10 Nis, 2016 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
in places where Py_DECREF was used.
-
Serhiy Storchaka yazdı
ignore errors from a __int__() method. Patch based on the patch for issue #15516.
-
Martin Panter yazdı
This eliminates a few redundant test cases.
-
- 09 Nis, 2016 5 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Berker Peksag yazdı
This is a backport of caf89a6a17a7.
-
Berker Peksag yazdı
Patch by Geoff Wilson.
-
Berker Peksag yazdı
Patch by Giampaolo Rodola'.
-
- 06 Nis, 2016 2 kayıt (commit)
-
-
Martin Panter yazdı
ByteArrayAsStringTest.fixtype() was converting test data to bytes, not byte- array, therefore many of the test cases inherited in this class were not actually being run on the bytearray type. The tests in buffer_tests.py were redundant with methods in string_tests .MixinStrUnicodeUserStringTest and string_tests.CommonTest. Moved some tests into a new base class string_tests.NonStringModuleTest, and run them for bytearray.
-
Serhiy Storchaka yazdı
-
- 05 Nis, 2016 2 kayıt (commit)
-
-
Martin Panter yazdı
* Group functions into six new subsections * Document the underlying Readline function or variable accessed * get_history_length() returns the history file limit * clear_history() is conditionally compiled in * Clarify zero and one bases for history item indexes * parse_and_bind() uses its argument directly as an init line * Change "command line" to "line buffer" for consistency * read_init_file() also executes the file * read_history_file() replaces the previous history * write_history_file() overwrites any existing file * Differentiate history file lines from history list items, which could be multi-line * Add more information about completion, also addressing Issue #10796 * libedit (Editline) may be used on any platform; detection is OS X specific
-
Martin Panter yazdı
-
- 03 Nis, 2016 2 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 01 Nis, 2016 2 kayıt (commit)
-
-
Martin Panter yazdı
-
Vinay Sajip yazdı
-
- 31 Mar, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Martin Panter yazdı
Also change BufferedReader.writable() and BufferedWriter.readable() to always return False.
-
- 30 Mar, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Affected classes are generic sequence iterators, iterators of bytearray, list, tuple, set, frozenset, dict, OrderedDict and corresponding views.
-
- 28 Mar, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 27 Mar, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 23 Mar, 2016 2 kayıt (commit)
-
-
doko@ubuntu.com yazdı
Makefile.pre.in: - Modules/_math.o: Build using PY_CORE_CFLAGS as every extension
-
doko@ubuntu.com yazdı
- Modules/_math.o: Build using PY_CORE_CFLAGS as every extension - profile-opt: Fix bashism
-
- 22 Mar, 2016 2 kayıt (commit)
-
-
Martin Panter yazdı
-
Benjamin Peterson yazdı
-
- 21 Mar, 2016 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 01 Mar, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 21 Mar, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
These changes should not be visible to the user.
-
- 20 Mar, 2016 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 13 Haz, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 20 Mar, 2016 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Adds a Python-2-only ssl module API and environment variable to configure the default handling of SSL/TLS certificates for HTTPS connections.
-
- 18 Mar, 2016 1 kayıt (commit)
-
-
Ezio Melotti yazdı
#26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala.
-