2015-05-18 |
Berker Peksag | Issue #24232: Fix typos. Patch by Ville Skyttä. |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Berker Peksag | Issue #24233: Add a proper link to socket.getfqdn(... |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Berker Peksag | Fix typo in Nisc/NEWS. |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Serhiy Storchaka | Fixed typos in comments. |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Serhiy Storchaka | Issue #24091: Fixed various crashes in corner cases... |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Serhiy Storchaka | Issue #24102: Fixed exception type checking in standard... |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Zachary Ware | Issue #21931: Fix error handling in msilib.FCICreate(). |
commit | commitdiff | tree | snapshot |
2015-05-17 |
Raymond Hettinger | Issue #23757: Only call the concrete list API for... |
commit | commitdiff | tree | snapshot |
2015-05-17 |
Terry Jan Reedy | Issue #22155: News entry. |
commit | commitdiff | tree | snapshot |
2015-05-17 |
Terry Jan Reedy | Issue #22155: Add File Handlers subsection with createf... |
commit | commitdiff | tree | snapshot |
2015-05-17 |
R David Murray | #24216: fix typo |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Terry Jan Reedy | Issue #24199: Make idlever module self updating. Syop... |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Terry Jan Reedy | Issue #24212: Put reference in idle.__main__ to issue... |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Serhiy Storchaka | Added tests for more builtin types. |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Terry Jan Reedy | Issue #23964: Update idlelib/idle_test/README.txt.... |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Serhiy Storchaka | Reverted issue #24134 changes (except new tests). |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Terry Jan Reedy | Issue #23184: idle tests, remove unused names and imports. |
commit | commitdiff | tree | snapshot |
2015-05-16 |
Terry Jan Reedy | Issue #23184: idlelib, remove more unused names and... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Terry Jan Reedy | idlelib: remove unused names and imports (one is a... |
commit | commitdiff | tree | snapshot |
2015-05-14 |
Yury Selivanov | Issue 24191: Document BoundArguments.signature |
commit | commitdiff | tree | snapshot |
2015-05-14 |
R David Murray | Make sentence correct English. |
commit | commitdiff | tree | snapshot |
2015-05-14 |
R David Murray | #23088: Clarify null termination of bytes and strings... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Raymond Hettinger | Fix mangled wording |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Yury Selivanov | asyncio: Use 'collections.abc.Coroutine' in asyncio... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Yury Selivanov | Sync asyncio code from default branch. |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Berker Peksag | Issue #22064: Improve the misleading message from 2to3... |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Raymond Hettinger | Issue #19934: Document *None* as an acceptable input... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
Benjamin Peterson | use imperative |
commit | commitdiff | tree | snapshot |
2015-05-12 |
Yury Selivanov | asyncio: Make sure sys.set_coroutine_wrapper is called... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
Berker Peksag | Issue #23983: Update the pty module example. |
commit | commitdiff | tree | snapshot |
2015-05-12 |
Berker Peksag | Issue #23796: peak and read1 methods of BufferedReader... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
Raymond Hettinger | Defend against a mutation during comparison |
commit | commitdiff | tree | snapshot |
2015-05-12 |
Yury Selivanov | asyncio: Support PEP 492. Issue #24017. |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Yury Selivanov | docs/asyncio: Document new ensure_future() and deprecat... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Yury Selivanov | docs/asyncio: Document set_task_factory/get_task_factory |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Yury Selivanov | Fix NEWS file. |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Yury Selivanov | asyncio: async() function is deprecated in favour of... |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Yury Selivanov | Sync asyncio changes from the main repo. |
commit | commitdiff | tree | snapshot |
2015-05-11 |
Benjamin Peterson | add trailing slash |
commit | commitdiff | tree | snapshot |
2015-05-09 |
Benjamin Peterson | ensure .keywords is always a dict |
commit | commitdiff | tree | snapshot |
2015-05-09 |
Benjamin Peterson | merge heads |
commit | commitdiff | tree | snapshot |
2015-05-09 |
Benjamin Peterson | fix libffi compilation on FreeBSD (#23042) |
commit | commitdiff | tree | snapshot |
2015-05-09 |
Donald Stufft | Upgrade setuptools to 15.2 |
commit | commitdiff | tree | snapshot |
2015-05-08 |
Ned Deily | Minor updates to the OS X installer ReadMe.rtf. |
commit | commitdiff | tree | snapshot |
2015-05-08 |
Larry Hastings | Issue #20274: Remove ignored and erroneous "kwargs... |
commit | commitdiff | tree | snapshot |
2015-05-08 |
Larry Hastings | Issue #21520: test_zipfile no longer fails if the word... |
commit | commitdiff | tree | snapshot |
2015-05-08 |
Andrew Svetlov | Fix doc: asyncio.Semaphore.release() actually is a... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Benjamin Peterson | shorten capsule name macro; it doesn't need to be so... |
commit | commitdiff | tree | snapshot |
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 |
next |