- 63d2fca Issue #26889: Tweaked xmlrpclib documentation. by Serhiy Storchaka · 9 years ago
- 1ca93b6 Issue #26962: Backport 23d986228c6b to 2.7 by Berker Peksag · 9 years ago
- 073418a Issue #26873: xmlrpclib now raises ResponseError on unsupported type tags by Serhiy Storchaka · 9 years ago
- 7dc8e1e Backported test for posixpath.expanduser(). by Serhiy Storchaka · 9 years ago
- 7d03c84 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 9 years ago
- 84050c5 Upgrade ensurepip bundled setuptools to 20.10.1 by Donald Stufft · 9 years ago
- ae21a8a Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 9 years ago
- 065b40c Issue #21746: Remove BaseResult reference from urlparse documentation by Berker Peksag · 9 years ago
- 064ee4d Issue #26864: Fix case insensitivity and suffix comparison with no_proxy by Martin Panter · 9 years ago
- 4ef4eda Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of by Serhiy Storchaka · 9 years ago
- fd58349 Issue #26874: Simplify the divmod docstring. by Zachary Ware · 9 years ago
- 64f8c7e Issue #26874: Make divmod docstring and full doc match by Zachary Ware · 9 years ago
- 44f99d0 fileinput.hook_encoded() uses io.open(), not codecs.open(). by Serhiy Storchaka · 9 years ago
- b688650 Issue #26672: Fix regrtest example in test.rst by Berker Peksag · 9 years ago
- 11cc513 Issue #20598: Replace trivial split() calls with lists in argparse docs by Martin Panter · 9 years ago
- ff64b3a Issue #24715: Improve sort stability example by Raymond Hettinger · 9 years ago
- 167c81d Issue #23986: Note that the in-operator for lists and tuples check identity before equality. by Raymond Hettinger · 9 years ago
- b31c87b backport fix for Issue #26804. by Senthil Kumaran · 9 years ago
- d4442ae Issue #26837: assertSequenceEqual() now correctly outputs non-stringified by Serhiy Storchaka · 9 years ago
- 0207e76 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 9 years ago
- bca06cc fix python 3 mod init function declaration (closes #26827) by Benjamin Peterson · 9 years ago
- e9ee317 Issue #22359: Avoid recursive $(MAKE); disable running cross-compiled pgen by Martin Panter · 9 years ago
- f6f617c Fix python-gdb.py: get C types on demand by Victor Stinner · 9 years ago
- 5b48fa9 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 9 years ago
- 0cf2cf2 Issue #26657: Fix SimpleHTTPServer Windows directory traversal vulnerability by Martin Panter · 9 years ago
- 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
- 0bb165e Issue #4806: Avoid masking TypeError when *-unpacking a generator by Martin Panter · 9 years ago
- 414f8b9 add gc support to slice (closes #26659) by Benjamin Peterson · 9 years ago
- 16b83b1 Issue #24173: Fix curses.wrapper link in curses HOWTO by Berker Peksag · 9 years ago
- ccff2bb Issue #23029: Fix catch_warnings() in test_filename_none by Berker Peksag · 9 years ago
- aeff57d Improve the coverage of urlparse module. Backport to 2.7 branch. by Senthil Kumaran · 9 years ago
- bf02d18 Fix typos in code comment and documentation by Martin Panter · 9 years ago
- fb45216 Issue #26638: Fix links to some CLI options by Martin Panter · 9 years ago
- 87d9de6 Issue #25314: Remove confused statement about const argument by Martin Panter · 9 years ago
- 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
- 8feff8f Issue #26465: Update VS9.0 build files for OpenSSL 1.0.2g by Zachary Ware · 9 years ago
- a364c12 Issue #26747: Document that InstanceTypes only works for old-style classes by Berker Peksag · 9 years ago
- 9ec6464 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 9 years ago
- f1023ba [minor] - Correct the docstring of locale.str. Patch by poleto. by Senthil Kumaran · 9 years ago
- b9b98c8 Update susp-ignore file (#25910). by Georg Brandl · 9 years ago
- d47b996 Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan by Martin Panter · 9 years ago
- 5892ab1 Clarify greedy-qualifier example, avoid HTML. by Georg Brandl · 9 years ago
- 997a1c8 Issue #26733: Fixed formatting line numbers in test_dis. by Serhiy Storchaka · 9 years ago
- 92a5f47 Issue #25910: Fixed more links in the docs. by Serhiy Storchaka · 9 years ago
- fdcb535 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 9 years ago
- 6e0b44e Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
- bb65063 Issue #26200: Restored more safe usages of Py_SETREF. by Serhiy Storchaka · 9 years ago
- 763a61c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 9 years ago
- 149d080 Issue #13410: Fixed a bug in PyUnicode_Format where it failed to properly by Serhiy Storchaka · 9 years ago
- f1669a3 Issue #26712: Unify (r)split(), (l/r)strip() tests into string_tests by Martin Panter · 9 years ago
- ec3c245 Issue #26609: Fix up Python 2 port by Martin Panter · 9 years ago
- af58c85 Issue #26609: Fix HTTP server tests to request an absolute URL path by Martin Panter · 9 years ago
- 7784888 Issue #19377: Add .svg to mimetypes.types_map by Berker Peksag · 9 years ago
- 81f8d57 Issue #13952: Add .csv to mimetypes.types_map by Berker Peksag · 9 years ago
- 265bc81 Issue #16329: Add .webm to mimetypes.types_map by Berker Peksag · 9 years ago
- 86e0d57 Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest by Martin Panter · 9 years ago
- bc62af1 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
- aad86a6 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 9 years ago
- 3c38dcc Fix typos in documentation and comments by Martin Panter · 9 years ago
- ed06e8f Issue #23735: Avoid sighandler_t Gnu-ism by Martin Panter · 9 years ago
- a70c323 Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 9 years ago
- ce9f8e2 Issue #26678: Fix datetime.tzinfo indexing and “tzinfo” attribute links by Martin Panter · 9 years ago
- cb7fff5 Added a cookbook recipe for a logging context manager. by Vinay Sajip · 9 years ago
- 838b133 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 9 years ago
- 68822a0 Issue #22854: fileno() is always required in IOBase; remove test by Martin Panter · 9 years ago
- 0ed3891 Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 9 years ago
- 14a7d63 Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 9 years ago
- d524b70 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 9 years ago
- b8089b4 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() by Martin Panter · 9 years ago
- 6ce9f4b Revert the last change: by doko@ubuntu.com · 9 years ago
- ed282af Makefile.pre.in: by doko@ubuntu.com · 9 years ago
- b703611 Issue #24266: Cancel history search mode with Ctrl+C in Readline 7 by Martin Panter · 9 years ago
- 9b15490 remove useless $ keyword (closes #17167) by Benjamin Peterson · 9 years ago
- 127f0d8 Issue #15660: Further clarify 0 prefix for width specifier in formats. by Terry Jan Reedy · 9 years ago
- 9d9d99c whitespace by Terry Jan Reedy · 9 years ago
- d0c21de Document maintenance of idlelib/help.html in idlelib. by Terry Jan Reedy · 9 years ago
- a9c24a6 Rebase 2.7 idlelib/idle.html on current 2.7.11 docs with tag changes. by Terry Jan Reedy · 9 years ago
- 6d297cb Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 9 years ago
- cac1d23 Added new tests for detecting Python source code encoding. by Serhiy Storchaka · 9 years ago
- 67818a1 Issue #18048: Merge test_pep263.py and test_coding.py into test_source_encoding.py. by Serhiy Storchaka · 9 years ago
- 6765015 Issue #18048: Rename test_coding.py to test_source_encoding.py. by Serhiy Storchaka · 11 years ago
- dbcd457 Issue #23857: Implement PEP 493 by Nick Coghlan · 9 years ago
- 3a4bdb6 #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 9 years ago
- 9cb2074 Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji. by Steve Dower · 9 years ago
- 2bf60cb Issue #19450: Update Windows builds to use SQLite 3.8.11.0. by Steve Dower · 9 years ago
- 115d858 Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3 by Donald Stufft · 9 years ago
- a45120d Issue #17603: Check for st_blocks field without requiring fileblocks.o by Martin Panter · 9 years ago
- ec8d6c2 Skip test_site if USER_SITE cannot be created by Victor Stinner · 9 years ago
- d351827 Issue #20556: Used specific assert methods in threading tests. by Serhiy Storchaka · 9 years ago
- aac1dd0 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. by Ezio Melotti · 9 years ago
- 6066257 #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 9 years ago
- deb1a90 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 9 years ago
- 5c2cb82 Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 9 years ago
- ca76100 Issue 25959: Explain in docstring that PhotoImage.zoom arguments are by Terry Jan Reedy · 9 years ago
- 3d3a8f6 #26247: document Chrome/Chromium addition to webbrowser. Patch by Manvi B. by Ezio Melotti · 9 years ago
- 8285a70 Issue #16851: Add Anna Koroliuk to Misc/ACKS by Victor Stinner · 9 years ago
- 498834b Fix inspect.ismethod() doc by Victor Stinner · 9 years ago
- 0fd213c Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 9 years ago
- 2c311f9 Issue #15068: Avoid creating a reference loop in fileinput. by Serhiy Storchaka · 9 years ago
- b6d633c Backed out changeset: e7065fc4a6c2 by Steve Dower · 9 years ago