2015-05-07 |
Benjamin Peterson | remove word we don't need |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Zachary Ware | Fix copy/paste errors. |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Serhiy Storchaka | Fixed English in error message. |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Serhiy Storchaka | Issue #24134: assertRaises(), assertRaisesRegex(),... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Serhiy Storchaka | Issue #24125: Saved error's line and column numbers... |
commit | commitdiff | tree | snapshot |
2015-05-05 |
doko@ubuntu.com | - Issue #24122, fix quoting for LIBPL |
commit | commitdiff | tree | snapshot |
2015-05-05 |
Guido van Rossum | Issue 24088: Clarify semantics of yield expression. |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Benjamin Peterson | update example, since python.org is HTTPS-only now... |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Benjamin Peterson | merge 3.3 (#24096) |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Benjamin Peterson | be more robust against the filters list changing under... |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Serhiy Storchaka | Issue #23330: h2py now supports arbitrary filenames... |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Benjamin Peterson | merge 3.3 (#24094) |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Benjamin Peterson | just sort the items tuple directly (closes #24094) |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Guido van Rossum | Asyncio issue 222 / PR 231 (Victor Stinner) -- fix... |
commit | commitdiff | tree | snapshot |
2015-05-02 |
R David Murray | #24108: Update fnmatch.translate example to show correc... |
commit | commitdiff | tree | snapshot |
2015-05-02 |
R David Murray | #24081: Remove obsolete caveat from import docs. |
commit | commitdiff | tree | snapshot |
2015-05-02 |
Raymond Hettinger | Defer deleted item decref until after the deque is... |
commit | commitdiff | tree | snapshot |
2015-05-02 |
Raymond Hettinger | Issues #24099, #24100, and #24101: Fix free-after-use... |
commit | commitdiff | tree | snapshot |
2015-05-02 |
Serhiy Storchaka | Fixed a typo. |
commit | commitdiff | tree | snapshot |
2015-05-02 |
Vinay Sajip | Issue #24060: Made logging.Formatter documentation... |
commit | commitdiff | tree | snapshot |
2015-04-30 |
Benjamin Peterson | update links |
commit | commitdiff | tree | snapshot |
2015-04-30 |
doko@ubuntu.com | - remove unused EXTRAPLATDIR macro in Makefile.pre.in |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Benjamin Peterson | improve phrasing |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Ned Deily | Issue #24077: Fix typo in man page for -I command optio... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
Andrew Svetlov | Issue #21354: PyCFunction_New function is exposed by... |
commit | commitdiff | tree | snapshot |
2015-04-27 |
Berker Peksag | Issue #24062: Fix os.stat links. Patch by July Tikhonov. |
commit | commitdiff | tree | snapshot |
2015-04-26 |
Benjamin Peterson | remove extern definition, since it's in a header file... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
Antoine Pitrou | Issue #23996: Avoid a crash when a delegated generator... |
commit | commitdiff | tree | snapshot |
2015-04-26 |
Berker Peksag | Issue #23356: Simplify convert_arg_line_to_args example. |
commit | commitdiff | tree | snapshot |
2015-04-26 |
Gregory P.... | Fix computation of max_fd on OpenBSD. Issue #23852. |
commit | commitdiff | tree | snapshot |
2015-04-25 |
Benjamin Peterson | fix relative link (closes #24057) |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Victor Stinner | Issue #9246: On POSIX, os.getcwd() now supports paths... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Benjamin Peterson | remove dead *-import checking code (closes #24049) |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Benjamin Peterson | merge 3.3 (#24044) |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Benjamin Peterson | merge 3.2 (#24044) |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Benjamin Peterson | properly handle malloc failure (closes #24044) |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Christian Heimes | Issue #24031: make patchcheck now supports git checkout... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Serhiy Storchaka | Issue #23713: Fixed fragility of test_imap_unordered_ha... |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Serhiy Storchaka | Use more precise Tcl version checks in tests. |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Barry Warsaw | Issue #24029: Document the name binding behavior for... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Barry Warsaw | Issue #24029: Document the name binding behavior for... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Christian Heimes | Next attempt: fix .gitignore for Unix and OSX. Sorry... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Christian Heimes | Fix .gitignore for 'python' binary. |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Benjamin Peterson | improved range docstring (closes #22785) |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Serhiy Storchaka | Issue #16840. Turn off bignum support in tkinter with... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
Serhiy Storchaka | Fixed full Tcl version parsing in tests for pre-final... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Andrew Kuchling | #15183: clarify timeit documentation to say that setup... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Serhiy Storchaka | Issue #23008: Fixed resolving attributes with boolean... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Benjamin Peterson | do not call into python api if an exception is set... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Benjamin Peterson | recommend requests library (closes #23989) |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Guido van Rossum | Fix asyncio issue 235: Queue subclass bug caused by... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Serhiy Storchaka | Issue #16840: Turn on support of bignums only in final... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Serhiy Storchaka | Issue #23908: os functions now reject paths with embedd... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Serhiy Storchaka | Issue #23728: binascii.crc_hqx() could return an intege... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Serhiy Storchaka | Issue #23842: Added tests for os.major(), os.minor... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Benjamin Peterson | fix grammar |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Christian Heimes | Issue #23998: PyImport_ReInitLock() now checks for... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Christian Heimes | Issue #23998: PyImport_ReInitLock() now checks for... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Serhiy Storchaka | Fixed error message for the "u#" format code. |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Berker Peksag | Mark TarInfo.frombuf() and TarInfo.fromtarfile() as... |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Berker Peksag | Issue #15566: Document encoding and errors parameters... |
commit | commitdiff | tree | snapshot |
2015-04-18 |
Vinay Sajip | Issue #23536: Clarified scope of fileConfig()'s API. |
commit | commitdiff | tree | snapshot |
2015-04-16 |
Serhiy Storchaka | Backported tests from issue #20175. |
commit | commitdiff | tree | snapshot |
2015-04-14 |
R David Murray | #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_l... |
commit | commitdiff | tree | snapshot |
2015-04-14 |
Zachary Ware | Issue #23956: Fix typo in imp.py docstring. |
commit | commitdiff | tree | snapshot |
2015-04-14 |
R David Murray | #23957: fix typo. |
commit | commitdiff | tree | snapshot |
2015-04-14 |
Gregory P.... | issue9014: Include more formatting on :c:type:`PyObject... |
commit | commitdiff | tree | snapshot |
2015-04-14 |
Gregory P.... | issue9014: Properly document PyObject_HEAD and friends... |
commit | commitdiff | tree | snapshot |
2015-04-14 |
Gregory P.... | remove trailing space :) |
commit | commitdiff | tree | snapshot |
2015-04-14 |
Gregory P.... | issue22046: mention that zipfile can raise NotImplement... |
commit | commitdiff | tree | snapshot |
2015-04-14 |
Berker Peksag | Issue #23811: Add missing newline to the PyCompileError... |
commit | commitdiff | tree | snapshot |
2015-04-14 |
Andrew Kuchling | Reword NEWS item a bit |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Andrew Kuchling | #17898: reset k and v so that the loop doesn't use... |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Andrew Kuchling | #23883: add names missing from __all__ (l*gettext,... |
commit | commitdiff | tree | snapshot |
2015-04-14 |
Łukasz Langa | Issue #23310: Fix MagicMock's initializer to work with... |
commit | commitdiff | tree | snapshot |
2015-04-14 |
Berker Peksag | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. |
commit | commitdiff | tree | snapshot |
2015-04-14 |
Benjamin Peterson | remove useless word (closes #23929) |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Zachary Ware | Make Argument Clinic's '--make' option work on Windows. |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Zachary Ware | Issue #23730: Document the return value of ZipFile... |
commit | commitdiff | tree | snapshot |
2015-04-13 |
doko@ubuntu.com | - Makefile.pre.in (LIBPL): Use the definition from... |
commit | commitdiff | tree | snapshot |
2015-04-13 |
doko@ubuntu.com | - Use PLATDIR for the platform directory everywhere... |
commit | commitdiff | tree | snapshot |
2015-04-13 |
doko@ubuntu.com | - merge heads |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Antoine Pitrou | Fix duplicate doc entry for SSLContext.get_ca_certs() |
commit | commitdiff | tree | snapshot |
2015-04-13 |
doko@ubuntu.com | - the PKG_PROG_PKG_CONFIG macro is not part of autocon... |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Antoine Pitrou | Issue #22982: Improve BOM handling when seeking to... |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Antoine Pitrou | Merge |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Antoine Pitrou | Issue #23309: Avoid a deadlock at shutdown if a daemon... |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Zachary Ware | Force the Windows readme to CRLF |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Zachary Ware | Issue #17202: Add .bat to .hgeol to force them to CRLF. |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Zachary Ware | Issue #23932: Update the tutorial section on function... |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Zachary Ware | Attribute Michael Dorman for his initial patch on issue... |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Zachary Ware | Merge heads |
commit | commitdiff | tree | snapshot |
2015-04-13 |
Zachary Ware | Issue #18402: Also look for 64 bit Perl in build_ssl.py. |
commit | commitdiff | tree | snapshot |
2015-04-13 |
R David Murray | Don't gitignore the Python directory on case insensitiv... |
commit | commitdiff | tree | snapshot |
2015-04-13 |
R David Murray | #17380: Document tp_init return value in extending... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Berker Peksag | Issue #12955: Change the urlopen() examples to use... |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Antoine Pitrou | Close #23904: fix pathlib documentation misleadingly... |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Guido van Rossum | Unittest for Issue 21511 by Christie Wilson bobcatfish... |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Berker Peksag | Issue #23912: Fix code formatting in datamodel.rst. |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Benjamin Peterson | use imperative |
commit | commitdiff | tree | snapshot |
next |