2016-05-29 |
Martin Panter | Issue #27125: Fix various errors like “will [be] inherited” |
commit | commitdiff | tree | snapshot |
2016-05-28 |
Benjamin Peterson | Backed out changeset e7062dd9085e (#25731) |
commit | commitdiff | tree | snapshot |
2016-05-28 |
Gregory P.... | issue26083: Avoid duplicate error message string from... |
commit | commitdiff | tree | snapshot |
2016-05-28 |
Raymond Hettinger | Issue 25926: Clarify that the pure python equivalents... |
commit | commitdiff | tree | snapshot |
2016-05-28 |
Martin Panter | Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL |
commit | commitdiff | tree | snapshot |
2016-05-27 |
Martin Panter | Issue #5784: Cannot test wbits=0 unless we know we... |
commit | commitdiff | tree | snapshot |
2016-05-27 |
Martin Panter | Issue #5784: Expand documentation and tests for zlib... |
commit | commitdiff | tree | snapshot |
2016-05-27 |
Benjamin Peterson | stop talking about svn |
commit | commitdiff | tree | snapshot |
2016-05-27 |
Benjamin Peterson | remove cruft from Schwarzian transform section |
commit | commitdiff | tree | snapshot |
2016-05-27 |
Benjamin Peterson | "Numeric Python" -> "NumPy" |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Steve Dower | Issue #27114: Fix SSLContext._load_windows_store_certs... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Martin Panter | Issue #27076: Doc, comment and test function name spell... |
commit | commitdiff | tree | snapshot |
2014-05-20 |
Donald Stufft | Fix Issue #21528 - Fix documentation typos |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Raymond Hettinger | Nits |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Georg Brandl | #5486: typos. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Georg Brandl | #9911: doc copyedits. |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Eli Bendersky | Fix typo in library/ipc.rst |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Benjamin Peterson | fix indentation and add curlies (closes #27093) |
commit | commitdiff | tree | snapshot |
2016-05-22 |
Terry Jan Reedy | Issue #26673: Protect IDLE from Linux fonts with report... |
commit | commitdiff | tree | snapshot |
2016-05-22 |
Serhiy Storchaka | Backported curses tests. |
commit | commitdiff | tree | snapshot |
2016-05-22 |
Martin Panter | Fix minor inconsistencies with Issue #N references... |
commit | commitdiff | tree | snapshot |
2016-05-20 |
Serhiy Storchaka | Issue #26168: Fixed possible refleaks in failing Py_Bui... |
commit | commitdiff | tree | snapshot |
2016-05-18 |
Serhiy Storchaka | Fixed test_sizeof for deque. |
commit | commitdiff | tree | snapshot |
2016-05-17 |
Terry Jan Reedy | Backports: #25747: remove bad test. #27044: stop test_... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Serhiy Storchaka | Issue #27039: Fixed bytearray.remove() for values great... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Martin Panter | Issue #14132: Fix redirect handling when target is... |
commit | commitdiff | tree | snapshot |
2014-09-06 |
Serhiy Storchaka | Issue #19524: Port fakehttp() from Py3 c1fb19907cc4... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Serhiy Storchaka | Issue #26995: Added tests for "f", "d", "D", "S", ... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Serhiy Storchaka | Backported tests for issue #18531. |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Terry Jan Reedy | Issue 18910: Edit idle_test/README.txt to add 'requires... |
commit | commitdiff | tree | snapshot |
2016-05-14 |
Martin Panter | Remove PEP 291 compatibility requirements for ctypes... |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Serhiy Storchaka | Restored test_interleaved. After issue #8886 it was... |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Martin Panter | Issue #22274: Redirect stderr=STDOUT when stdout not... |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Benjamin Peterson | fix indentation of comments in cellobject.c (closes... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Antoine Pitrou | Issue #12045: Avoid duplicate execution of command... |
commit | commitdiff | tree | snapshot |
2016-05-10 |
Serhiy Storchaka | Issue #23921: Standardized documentation whitespace... |
commit | commitdiff | tree | snapshot |
2016-05-10 |
Senthil Kumaran | Add NEWS entry for issue26960. |
commit | commitdiff | tree | snapshot |
2016-05-10 |
Senthil Kumaran | Closes issue26960. |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Serhiy Storchaka | Issue #25745: Fixed leaking a userptr in curses panel... |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Serhiy Storchaka | Issue #26881: modulefinder now works with bytecode... |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Martin Panter | Corrections for a/an in code comments and documentation |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Martin Panter | Fix typos in comments, documentation and test method... |
commit | commitdiff | tree | snapshot |
2016-05-08 |
Martin Panter | Issue #26512: Clarify Integral; tidy up table of roundi... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Berker Peksag | Replace example.com with pythontest.net in test_getcode... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Serhiy Storchaka | Issue #17765: weakref.ref() no longer silently ignores... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Serhiy Storchaka | Issue #26736: Used HTTPS for external links in the... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Serhiy Storchaka | Issue #26889: Fixed hyperlinks formatting. |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Serhiy Storchaka | Issue #26889: Tweaked xmlrpclib documentation. |
commit | commitdiff | tree | snapshot |
2016-05-05 |
Berker Peksag | Issue #26962: Backport 23d986228c6b to 2.7 |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Serhiy Storchaka | Issue #26873: xmlrpclib now raises ResponseError on... |
commit | commitdiff | tree | snapshot |
2016-05-03 |
Serhiy Storchaka | Backported test for posixpath.expanduser(). |
commit | commitdiff | tree | snapshot |
2016-05-02 |
Terry Jan Reedy | Clarify IDLE-console differences with respect to the... |
commit | commitdiff | tree | snapshot |
2016-05-02 |
Donald Stufft | Upgrade ensurepip bundled setuptools to 20.10.1 |
commit | commitdiff | tree | snapshot |
2016-05-01 |
Meador Inge | Issue #24114: Fix an uninitialized variable in `ctypes... |
commit | commitdiff | tree | snapshot |
2016-04-30 |
Berker Peksag | Issue #21746: Remove BaseResult reference from urlparse... |
commit | commitdiff | tree | snapshot |
2016-04-30 |
Martin Panter | Issue #26864: Fix case insensitivity and suffix compari... |
commit | commitdiff | tree | snapshot |
2016-04-29 |
Serhiy Storchaka | Issue #26822: Decreased an overhead of using _PyArg_NoK... |
commit | commitdiff | tree | snapshot |
2016-04-28 |
Zachary Ware | Issue #26874: Simplify the divmod docstring. |
commit | commitdiff | tree | snapshot |
2016-04-28 |
Zachary Ware | Issue #26874: Make divmod docstring and full doc match |
commit | commitdiff | tree | snapshot |
2016-04-27 |
Serhiy Storchaka | fileinput.hook_encoded() uses io.open(), not codecs... |
commit | commitdiff | tree | snapshot |
2016-04-27 |
Berker Peksag | Issue #26672: Fix regrtest example in test.rst |
commit | commitdiff | tree | snapshot |
2016-04-26 |
Martin Panter | Issue #20598: Replace trivial split() calls with lists... |
commit | commitdiff | tree | snapshot |
2016-04-26 |
Raymond Hettinger | Issue #24715: Improve sort stability example |
commit | commitdiff | tree | snapshot |
2016-04-26 |
Raymond Hettinger | Issue #23986: Note that the in-operator for lists... |
commit | commitdiff | tree | snapshot |
2016-04-25 |
Senthil Kumaran | backport fix for Issue #26804. |
commit | commitdiff | tree | snapshot |
2016-04-25 |
Serhiy Storchaka | Issue #26837: assertSequenceEqual() now correctly outpu... |
commit | commitdiff | tree | snapshot |
2016-04-23 |
Serhiy Storchaka | Issue #26822: itemgetter, attrgetter and methodcaller... |
commit | commitdiff | tree | snapshot |
2016-04-23 |
Benjamin Peterson | fix python 3 mod init function declaration (closes... |
commit | commitdiff | tree | snapshot |
2016-04-23 |
Martin Panter | Issue #22359: Avoid recursive $(MAKE); disable running... |
commit | commitdiff | tree | snapshot |
2016-04-20 |
Victor Stinner | Fix python-gdb.py: get C types on demand |
commit | commitdiff | tree | snapshot |
2016-04-19 |
Martin Panter | Fix spelling (inital), grammar (may translates) in... |
commit | commitdiff | tree | snapshot |
2016-04-18 |
Martin Panter | Issue #26657: Fix SimpleHTTPServer Windows directory... |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Serhiy Storchaka | Issue #26778: Fixed "a/an/and" typos in code comment... |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Martin Panter | Issue #4806: Avoid masking TypeError when *-unpacking... |
commit | commitdiff | tree | snapshot |
2016-04-16 |
Benjamin Peterson | add gc support to slice (closes #26659) |
commit | commitdiff | tree | snapshot |
2016-04-16 |
Berker Peksag | Issue #24173: Fix curses.wrapper link in curses HOWTO |
commit | commitdiff | tree | snapshot |
2016-04-16 |
Berker Peksag | Issue #23029: Fix catch_warnings() in test_filename_none |
commit | commitdiff | tree | snapshot |
2016-04-16 |
Senthil Kumaran | Improve the coverage of urlparse module. Backport to... |
commit | commitdiff | tree | snapshot |
2016-04-16 |
Martin Panter | Fix typos in code comment and documentation |
commit | commitdiff | tree | snapshot |
2016-04-16 |
Martin Panter | Issue #26638: Fix links to some CLI options |
commit | commitdiff | tree | snapshot |
2016-04-09 |
Martin Panter | Issue #25314: Remove confused statement about const... |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Martin Panter | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc |
commit | commitdiff | tree | snapshot |
2016-04-14 |
Zachary Ware | Issue #26465: Update VS9.0 build files for OpenSSL... |
commit | commitdiff | tree | snapshot |
2016-04-14 |
Berker Peksag | Issue #26747: Document that InstanceTypes only works... |
commit | commitdiff | tree | snapshot |
2016-04-13 |
Serhiy Storchaka | Issue #26718: super.__init__ no longer leaks memory... |
commit | commitdiff | tree | snapshot |
2016-04-13 |
Senthil Kumaran | [minor] - Correct the docstring of locale.str. Patch... |
commit | commitdiff | tree | snapshot |
2016-02-28 |
Georg Brandl | Update susp-ignore file (#25910). |
commit | commitdiff | tree | snapshot |
2016-04-13 |
Martin Panter | Issue #25496: Document compresslevel defaults to 9... |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Georg Brandl | Clarify greedy-qualifier example, avoid HTML. |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Serhiy Storchaka | Issue #26733: Fixed formatting line numbers in test_dis. |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Serhiy Storchaka | Issue #25910: Fixed more links in the docs. |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Serhiy Storchaka | Issue #25910: Fixed dead links in the docs. |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Georg Brandl | Closes #25910: fix dead and permanently redirected... |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Serhiy Storchaka | Issue #26200: Restored more safe usages of Py_SETREF. |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Serhiy Storchaka | Issue #26200: Added Py_SETREF and replaced Py_XSETREF... |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Serhiy Storchaka | Issue #13410: Fixed a bug in PyUnicode_Format where... |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Martin Panter | Issue #26712: Unify (r)split(), (l/r)strip() tests... |
commit | commitdiff | tree | snapshot |
2016-04-09 |
Martin Panter | Issue #26609: Fix up Python 2 port |
commit | commitdiff | tree | snapshot |
2016-04-09 |
Martin Panter | Issue #26609: Fix HTTP server tests to request an absol... |
commit | commitdiff | tree | snapshot |
2016-04-09 |
Berker Peksag | Issue #19377: Add .svg to mimetypes.types_map |
commit | commitdiff | tree | snapshot |
next |