2016-05-01 |
Berker Peksag | Issue #26898: Fix typo in math.isclose() docstring |
commit | commitdiff | tree | snapshot |
2016-05-01 |
Berker Peksag | Issue #23960: Cleanup args and kwargs on error in PyErr... |
commit | commitdiff | tree | snapshot |
2016-05-01 |
Meador Inge | Issue #24114: Fix an uninitialized variable in `ctypes... |
commit | commitdiff | tree | snapshot |
2016-04-30 |
Martin Panter | Issue #26864: Fix case insensitivity and suffix compari... |
commit | commitdiff | tree | snapshot |
2016-04-29 |
Berker Peksag | Issue #25551: Test condition behavior instead of its... |
commit | commitdiff | tree | snapshot |
2016-04-29 |
Berker Peksag | Issue #26322: Document typing.Set, patch by Joseph... |
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 #26875: Fix mmap example |
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: Fix divmod docstring |
commit | commitdiff | tree | snapshot |
2016-04-27 |
Serhiy Storchaka | fileinput.hook_encoded() uses builtin open(), not codec... |
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 |
Serhiy Storchaka | Issue #26634: recursive_repr() now sets __qualname__... |
commit | commitdiff | tree | snapshot |
2016-04-25 |
Senthil Kumaran | Issue #26804: urllib.request will prefer lower_case... |
commit | commitdiff | tree | snapshot |
2016-04-25 |
Zachary Ware | FileExistsError is raised by mkdir when dir exists |
commit | commitdiff | tree | snapshot |
2016-04-25 |
Berker Peksag | Issue #23662: Document default value of RFC 2109 attributes |
commit | commitdiff | tree | snapshot |
2016-04-25 |
Serhiy Storchaka | Issue #26837: assertSequenceEqual() now correctly outpu... |
commit | commitdiff | tree | snapshot |
2016-04-24 |
Serhiy Storchaka | Remove duplicated tests. |
commit | commitdiff | tree | snapshot |
2016-04-24 |
Serhiy Storchaka | Issue #26801: shutil.get_terminal_size() now handles... |
commit | commitdiff | tree | snapshot |
2016-04-24 |
Martin Panter | Issue #24911: All socket objects are context managers... |
commit | commitdiff | tree | snapshot |
2016-04-24 |
Martin Panter | Issue #23806: Update susp-ignored.csv |
commit | commitdiff | tree | snapshot |
2016-04-24 |
Berker Peksag | Issue #26041: Remove "will be removed in Python 3.7... |
commit | commitdiff | tree | snapshot |
2016-04-24 |
Berker Peksag | Issue #19731: Update copyright year in docs.p.o footer |
commit | commitdiff | tree | snapshot |
2016-04-24 |
Berker Peksag | Issue #18572: Remove redundant note about surrogates... |
commit | commitdiff | tree | snapshot |
2016-04-24 |
Berker Peksag | Issue #18353: Remove PyUnicode_WRITE_CHAR macro link... |
commit | commitdiff | tree | snapshot |
2016-04-23 |
Berker Peksag | Issue #21382: Clarify signal.signal() documentation... |
commit | commitdiff | tree | snapshot |
2016-04-23 |
Berker Peksag | Issue #20112: Improve BaseHTTPRequestHandler.error_mess... |
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 |
Serhiy Storchaka | Issue #26733: Disassembling a class now disassembles... |
commit | commitdiff | tree | snapshot |
2016-04-23 |
Senthil Kumaran | Issue23806 - Document the no_proxy environment variable... |
commit | commitdiff | tree | snapshot |
2016-04-23 |
Martin Panter | Issue #22359: Disable running cross-compiled _freeze_im... |
commit | commitdiff | tree | snapshot |
2016-04-20 |
Victor Stinner | gdb/libpython.py: inline _type_void_ptr() |
commit | commitdiff | tree | snapshot |
2016-04-20 |
Victor Stinner | Issue #26799: Fix typo in Misc/NEWS |
commit | commitdiff | tree | snapshot |
2016-04-20 |
Victor Stinner | python-gdb.py: get C types at runtime |
commit | commitdiff | tree | snapshot |
2016-04-19 |
Martin Panter | Fix spelling (inital), grammar (may translates) in... |
commit | commitdiff | tree | snapshot |
2016-04-19 |
Victor Stinner | Backport test_gdb fix for s390x buildbots |
commit | commitdiff | tree | snapshot |
2016-04-19 |
Paul Moore | Mention types.SimpleNamespace in collections.namedtuple doc |
commit | commitdiff | tree | snapshot |
2016-04-19 |
Victor Stinner | Fix shutil.get_terminal_size() error handling |
commit | commitdiff | tree | snapshot |
2016-04-19 |
Jesus Cea | Trivial typo |
commit | commitdiff | tree | snapshot |
2016-04-19 |
Zachary Ware | Replace assert statements with self.assertXxx() calls |
commit | commitdiff | tree | snapshot |
2016-04-19 |
Victor Stinner | setup.py: add missing libm dependency |
commit | commitdiff | tree | snapshot |
2016-04-19 |
Lars Gustäbel | Issue #24838: Fix test_tarfile.py for non-utf8 filesyst... |
commit | commitdiff | tree | snapshot |
2016-04-19 |
Lars Gustäbel | Issue #24838: tarfile's ustar and gnu formats now corre... |
commit | commitdiff | tree | snapshot |
2016-04-18 |
Berker Peksag | Issue #26615: Add missing __qualname__ entry to functoo... |
commit | commitdiff | tree | snapshot |
2016-04-18 |
Guido van Rossum | typing.py: Consider ellipsis in TupleMeta.__eq__. By... |
commit | commitdiff | tree | snapshot |
2016-04-18 |
Victor Stinner | Fix test_asyncio.test_timeout_disable() |
commit | commitdiff | tree | snapshot |
2016-04-18 |
Martin Panter | Issue #26657: Fix Windows directory traversal vulnerabi... |
commit | commitdiff | tree | snapshot |
2016-04-18 |
Guido van Rossum | Sync test_typing.py with upstream git repo (typing... |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Serhiy Storchaka | Issue #26778: Fixed "a/an/and" typos in code comment... |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Martin Panter | Issue #26717: Stop encoding Latin-1-ized WSGI paths... |
commit | commitdiff | tree | snapshot |
2016-04-16 |
Martin Panter | Issue #26782: Acknowledge the incomplete status of... |
commit | commitdiff | tree | snapshot |
2016-04-16 |
Benjamin Peterson | fix slice cache finalization to use gc del |
commit | commitdiff | tree | snapshot |
2016-04-16 |
Benjamin Peterson | test_support -> support |
commit | commitdiff | tree | snapshot |
2016-04-16 |
Benjamin Peterson | add gc support to slice (closes #26659) |
commit | commitdiff | tree | snapshot |
2016-04-16 |
Serhiy Storchaka | Issue #26783: test_os.WalkTests.test_walk_topdown did... |
commit | commitdiff | tree | snapshot |
2016-04-16 |
Senthil Kumaran | issue26775 - Improve test coverage for urllib.parse |
commit | commitdiff | tree | snapshot |
2016-04-16 |
Martin Panter | Issue #10838: Run test__all__() everywhere, even if... |
commit | commitdiff | tree | snapshot |
2016-04-16 |
Martin Panter | Fix typos in code comments and documentation |
commit | commitdiff | tree | snapshot |
2016-04-16 |
Martin Panter | Issue #26638: Fix links to some CLI options and section... |
commit | commitdiff | tree | snapshot |
2016-04-09 |
Martin Panter | Issue #25314: Remove confused statement about const... |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Gregory P.... | Issue #25702: A --with-lto configure option has been... |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Gregory P.... | merge heads |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Gregory P.... | Exclude super long running tests from the PROFILE_TASK... |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Martin Panter | Issue #26535: Correct docs regarding the struct buffer... |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Brett Cannon | Issue #26760: Minimally document PyFrameObject |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Brett Cannon | Issue #25609: Backport typing.ContextManager. |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Serhiy Storchaka | Issue #26764: Bacported tests for bytes formatting. |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Martin Panter | Issue #15984: Correct PyUnicode_FromObject() and _FromE... |
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 #26706: Update OpenSSL version in PCbuild/readme.txt |
commit | commitdiff | tree | snapshot |
2016-04-14 |
Berker Peksag | Fix unused variable 'libver' warning in Modules/_ssl.c |
commit | commitdiff | tree | snapshot |
2016-04-14 |
Serhiy Storchaka | Issue #26716: Regenerate Argument Clinic code. |
commit | commitdiff | tree | snapshot |
2016-04-14 |
Ethan Furman | Issue26748: Enum classes should evaluate as True |
commit | commitdiff | tree | snapshot |
2016-04-14 |
Ethan Furman | Issue26748: Enum classes should evaluate as True |
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-04-13 |
Martin Panter | Issue #25496: Document compresslevel defaults to 9... |
commit | commitdiff | tree | snapshot |
2016-04-13 |
Steve Dower | Closes #26624: Adds validation of ucrtbase[d].dll versi... |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Victor Stinner | configure: fix HAVE_GETRANDOM_SYSCALL check |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Victor Stinner | Fix os.urandom() on Solaris 11.3 |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Victor Stinner | Issue #26647: Fix typo in test_grammar |
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 |
Victor Stinner | typing doc: add versionadded 3.5 |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Berker Peksag | Add a versionchanged directive to document addition... |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Berker Peksag | Fix typos in mock and exceptions docs |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Serhiy Storchaka | Issue #25910: Fixed dead links in the docs. |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Serhiy Storchaka | Issue #26200: Restored more safe usages of Py_SETREF. |
commit | commitdiff | tree | snapshot |
2016-04-11 |
Martin Panter | Issue #14456: Remove contradiction about blocking signa... |
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 #26719: More efficient formatting of ints and... |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Serhiy Storchaka | Issue #25339: PYTHONIOENCODING now has priority over... |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Martin Panter | Remove relics of str8 (became bytes) and buffer (bytear... |
commit | commitdiff | tree | snapshot |
2016-04-10 |
Martin Panter | Issue #26712: Unify (r)split, (l/r)strip tests into... |
commit | commitdiff | tree | snapshot |
2016-04-09 |
Martin Panter | Issue #21069: Move test_fileno() from test_urllibnet... |
commit | commitdiff | tree | snapshot |
2016-04-09 |
Martin Panter | Issue #26609: Fix HTTP server tests to request an absol... |
commit | commitdiff | tree | snapshot |
next |