projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2015-06-02
Donald Stufft
Merge the fix for #24267
commit
|
commitdiff
|
tree
|
snapshot
2015-06-02
Donald Stufft
Closes #24267 - Does not check version on ensurepip...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-02
Eric Snow
Issue #24359: Check for changed OrderedDict size during...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-02
Eric Snow
Issue #24348: Drop superfluous increfs/decrefs.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-02
Eric Snow
Issue #24347: Set KeyError if PyDict_GetItemWithError...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-02
Ned Deily
Issue #24357: merge from 3.4
commit
|
commitdiff
|
tree
|
snapshot
2015-06-02
Ned Deily
Issue #24357: use example.org instead
commit
|
commitdiff
|
tree
|
snapshot
2015-06-02
Ned Deily
Issue #24357: merge from 3.4
commit
|
commitdiff
|
tree
|
snapshot
2015-06-02
Ned Deily
Issue #24357: fix real typo
commit
|
commitdiff
|
tree
|
snapshot
2015-06-02
Ned Deily
Issue #24357: merge from 3.4
commit
|
commitdiff
|
tree
|
snapshot
2015-06-02
Ned Deily
Issue #24357: fix typo
commit
|
commitdiff
|
tree
|
snapshot
2015-06-02
Ned Deily
Issue #24357: merge from 3.4
commit
|
commitdiff
|
tree
|
snapshot
2015-06-02
Ned Deily
Issue #24357: Change host in socket.getaddrinfo example...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-01
Yury Selivanov
Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-01
Benjamin Peterson
add Py_tp_finalize slot (closes #24345)
commit
|
commitdiff
|
tree
|
snapshot
2015-06-01
Serhiy Storchaka
Moved Misc/NEWS entry (issue #24270) to correct section.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-01
Larry Hastings
Merge release engineering changes with 3.5 branch head.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-01
Larry Hastings
Post-release updates for Python 3.5.0b2.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-01
Yury Selivanov
Issue 24017: Add a test for CoroWrapper and 'async...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-01
Yury Selivanov
Issue 24017: Fix asyncio.CoroWrapper to support 'async...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-01
Yury Selivanov
Issue 24017: Fix asyncio.CoroWrapper to support 'async...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-31
Steve Dower
Issue #24317: Makes Customize page default to installin...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-31
Steve Dower
Issue #24293: Adds mapping from explicit colours to...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-31
Yury Selivanov
Issue 24180: Mention sys.(get|set)_coroutine_wrapper...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-31
Yury Selivanov
Issue 24180: Document sys.(set|get)_coroutine_wrapper
commit
|
commitdiff
|
tree
|
snapshot
2015-05-31
Tal Einat
minor fix of module order in whatsnew/3.5
commit
|
commitdiff
|
tree
|
snapshot
2015-05-31
Tal Einat
Issue #19543: Implementation of isclose as per PEP 485
commit
|
commitdiff
|
tree
|
snapshot
2015-05-31
Yury Selivanov
Issue 24004: Fix DeprecationWarning in a unittest
commit
|
commitdiff
|
tree
|
snapshot
2015-05-31
Serhiy Storchaka
Issue #24284: The startswith and endswith methods of...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-31
Benjamin Peterson
improve section title
commit
|
commitdiff
|
tree
|
snapshot
2015-05-31
Yury Selivanov
Issue 24004: Add a unittest for @asyncio.coroutine...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-31
Yury Selivanov
Issue 24004: Support Awaitables (pep 492) in @asyncio...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-31
Yury Selivanov
Issue 24004: Support Awaitables (pep 492) in @asyncio...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-31
Larry Hastings
Added tag v3.5.0b2 for changeset 7a088af5615b
commit
|
commitdiff
|
tree
|
snapshot
2015-05-31
Larry Hastings
Version bump for Python 3.5.0b2.
v3.5.0b2
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Larry Hastings
Regenerated pydoc topic index in preparation for Python...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Yury Selivanov
Issue #23934: Fix inspect.signature to fail correctly...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Eric Snow
Issue #16991: Add odictobject.h on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Eric Snow
Issue #16991: Add PyODict* to Windows builds.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Eric Snow
Issue #16991: Fix a few leaks and other memory-related...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Eric Snow
Issue #16991: Drop Py_ODict_GetItemId.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Eric Snow
merge
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Yury Selivanov
Issue 22357: Merge from 3.4
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Yury Selivanov
Issue 22357: Document __qualname__ in inspect.rst
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Eric Snow
Issue #16991: Do not return None from OrderedDict.__rev...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Eric Snow
Issue #16991: Properly handle return values in several...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Serhiy Storchaka
Issue #5633: Fixed timeit when the statement is a strin...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Serhiy Storchaka
Issue #5633: Fixed timeit when the statement is a strin...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Eric Snow
Issue #16991: Use PyObject_TypeCheck instead of PyObjec...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Yury Selivanov
Reverting my previous commit.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Yury Selivanov
Merge 3.5
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Yury Selivanov
docs/whatsnew: Mention OrderedDict C implementation
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Serhiy Storchaka
Issue #24115: Update uses of PyObject_IsTrue(), PyObjec...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Serhiy Storchaka
Issue #24115: Update uses of PyObject_IsTrue(), PyObjec...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Serhiy Storchaka
Issue #24115: Update uses of PyObject_IsTrue(), PyObjec...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Serhiy Storchaka
Use test.support.start_threads() in threaded lru_cache...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Serhiy Storchaka
Use test.support.start_threads() in threaded lru_cache...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Serhiy Storchaka
Specify default values of semantic booleans in Argument...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Serhiy Storchaka
Specify default values of semantic booleans in Argument...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Serhiy Storchaka
Use converter names instead of format units in Argument...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Serhiy Storchaka
Use converter names instead of format units in Argument...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Raymond Hettinger
merge
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Raymond Hettinger
Issue #23509: Speed up Counter operators
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Benjamin Peterson
Merge 3.5
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Benjamin Peterson
use assert method in another place
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Eric Snow
Merge from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Eric Snow
Issue #16991: Add a C implementation of collections...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-30
Eric Snow
Issue #16991: Add a C implementation of collections...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Benjamin Peterson
merge 3.5
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Benjamin Peterson
use assert method (#24328)
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Benjamin Peterson
merge 3.5 (#24328)
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Benjamin Peterson
fix importing one char extension modules (closes #24328)
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Serhiy Storchaka
Issue #24326: Fixed audioop.ratecv() with non-default...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Serhiy Storchaka
Issue #24326: Fixed audioop.ratecv() with non-default...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Serhiy Storchaka
Issue #24326: Fixed audioop.ratecv() with non-default...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Yury Selivanov
Issue 24316: Wrap gen objects returned from callables...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Yury Selivanov
Issue 24316: Wrap gen objects returned from callables...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Yury Selivanov
Issue 24316: Fix types.coroutine() to accept objects...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Yury Selivanov
Issue 24316: Fix types.coroutine() to accept objects...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Yury Selivanov
Issue 24315: Make collections.abc.Coroutine derived...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-29
Yury Selivanov
Issue 24315: Make collections.abc.Coroutine derived...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Zachary Ware
Update Windows build for 3.6
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Yury Selivanov
docs/whatsnew/3.6: Mention that 'async' and 'await...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Yury Selivanov
Merge 3.5
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Yury Selivanov
docs/whatsnew: Mention that 'async' and 'await' will...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Benjamin Peterson
merge 3.5
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Benjamin Peterson
remove STORE_MAP, since it's unused
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Benjamin Peterson
merge 3.5 (#11205)
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Benjamin Peterson
in dict displays, evaluate the key before the value...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Yury Selivanov
Issue 24297: Add a unittest that Lib/symbol.py is in...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Serhiy Storchaka
Issue #24309: Removed Python 2 idioms.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Steve Dower
Fixes test in installer.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Steve Dower
Fixes text in installer.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Yury Selivanov
Issue 24017: Drop getawaitablefunc and friends in favor...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Yury Selivanov
Issue 24017: Drop getawaitablefunc and friends in favor...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Yury Selivanov
asyncio: Drop some useless code from tasks.py.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Yury Selivanov
asyncio: Drop some useless code from tasks.py.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Yury Selivanov
asyncio: Drop some useless code from tasks.py.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Ned Deily
More version bumping to 3.6.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Benjamin Peterson
update configure version to 3.6
commit
|
commitdiff
|
tree
|
snapshot
next