index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
#24216: fix typo
R David Murray
2015-05-17
1
-1/+1
*
Issue #24199: Make idlever module self updating. Syop using it in aboutDialog.
Terry Jan Reedy
2015-05-16
2
-9/+12
*
Issue #24212: Put reference in idle.__main__ to issue with explanation.
Terry Jan Reedy
2015-05-16
1
-2/+1
*
Added tests for more builtin types.
Serhiy Storchaka
2015-05-16
1
-9/+8
*
Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart.
Terry Jan Reedy
2015-05-16
1
-50/+78
*
Reverted issue #24134 changes (except new tests).
Serhiy Storchaka
2015-05-16
3
-27/+11
*
Issue #23184: idle tests, remove unused names and imports.
Terry Jan Reedy
2015-05-16
5
-8/+7
*
Issue #23184: idlelib, remove more unused names and imports.
Terry Jan Reedy
2015-05-16
6
-20/+10
*
idlelib: remove unused names and imports (one is a duplicate import).
Terry Jan Reedy
2015-05-14
8
-12/+5
*
Issue 24191: Document BoundArguments.signature
Yury Selivanov
2015-05-14
1
-0/+4
*
Make sentence correct English.
R David Murray
2015-05-14
1
-1/+1
*
#23088: Clarify null termination of bytes and strings in C API.
R David Murray
2015-05-14
3
-31/+44
*
Fix mangled wording
Raymond Hettinger
2015-05-13
1
-2/+2
*
asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine (in 3.5)
Yury Selivanov
2015-05-13
1
-0/+8
*
Sync asyncio code from default branch.
Yury Selivanov
2015-05-13
2
-55/+67
*
Issue #22064: Improve the misleading message from 2to3 when skipping optional...
Berker Peksag
2015-05-13
1
-1/+1
*
Issue #19934: Document *None* as an acceptable input to Counter.most_common(...
Raymond Hettinger
2015-05-13
1
-3/+3
*
use imperative
Benjamin Peterson
2015-05-12
1
-2/+2
*
asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is ru...
Yury Selivanov
2015-05-12
1
-35/+45
*
Issue #23983: Update the pty module example.
Berker Peksag
2015-05-12
1
-37/+29
*
Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
Berker Peksag
2015-05-12
3
-0/+16
*
Defend against a mutation during comparison
Raymond Hettinger
2015-05-12
1
-0/+5
*
asyncio: Support PEP 492. Issue #24017.
Yury Selivanov
2015-05-12
6
-27/+116
*
docs/asyncio: Document new ensure_future() and deprecated async()
Yury Selivanov
2015-05-11
3
-20/+28
*
docs/asyncio: Document set_task_factory/get_task_factory
Yury Selivanov
2015-05-11
1
-0/+20
*
Fix NEWS file.
Yury Selivanov
2015-05-11
1
-4/+4
*
asyncio: async() function is deprecated in favour of ensure_future().
Yury Selivanov
2015-05-11
7
-34/+57
*
Sync asyncio changes from the main repo.
Yury Selivanov
2015-05-11
5
-16/+94
*
add trailing slash
Benjamin Peterson
2015-05-11
1
-1/+1
*
ensure .keywords is always a dict
Benjamin Peterson
2015-05-09
3
-9/+9
*
merge heads
Benjamin Peterson
2015-05-09
2
-1/+1
|
\
|
*
Upgrade setuptools to 15.2
Donald Stufft
2015-05-09
2
-1/+1
*
|
fix libffi compilation on FreeBSD (#23042)
Benjamin Peterson
2015-05-09
1
-18/+30
|
/
*
Minor updates to the OS X installer ReadMe.rtf.
Ned Deily
2015-05-08
1
-4/+4
*
Issue #20274: Remove ignored and erroneous "kwargs" parameters from three
Larry Hastings
2015-05-08
2
-3/+6
*
Issue #21520: test_zipfile no longer fails if the word 'bad' appears
Larry Hastings
2015-05-08
2
-2/+6
*
Fix doc: asyncio.Semaphore.release() actually is a regular function, not coro...
Andrew Svetlov
2015-05-08
1
-2/+1
*
shorten capsule name macro; it doesn't need to be so long
Benjamin Peterson
2015-05-07
1
-4/+4
*
remove word we don't need
Benjamin Peterson
2015-05-07
1
-1/+1
*
Fix copy/paste errors.
Zachary Ware
2015-05-07
1
-4/+4
*
Fixed English in error message.
Serhiy Storchaka
2015-05-06
1
-1/+1
*
Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and
Serhiy Storchaka
2015-05-06
3
-11/+68
*
Issue #24125: Saved error's line and column numbers when an error is occured
Serhiy Storchaka
2015-05-06
2
-2/+15
*
- Issue #24122, fix quoting for LIBPL
doko@ubuntu.com
2015-05-05
2
-2/+2
*
Issue 24088: Clarify semantics of yield expression.
Guido van Rossum
2015-05-05
1
-1/+1
*
update example, since python.org is HTTPS-only now (closes #24118)
Benjamin Peterson
2015-05-03
1
-6/+6
*
merge 3.3 (#24096)
Benjamin Peterson
2015-05-03
3
-10/+42
|
\
|
*
be more robust against the filters list changing under us (closes #24096)
Benjamin Peterson
2015-05-03
3
-6/+31
*
|
Issue #23330: h2py now supports arbitrary filenames in #include.
Serhiy Storchaka
2015-05-03
2
-1/+4
*
|
merge 3.3 (#24094)
Benjamin Peterson
2015-05-03
3
-28/+25
|
\
\
|
|
/
[next]