- 20 Nov, 2015 6 commits
-
-
Victor Stinner authored
Don't fallback to PyDict_GetItemWithError() if the hash is unknown: compute the hash instead. Add also comments to explain the optimization a little bit.
-
Victor Stinner authored
-
Victor Stinner authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
- 19 Nov, 2015 10 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dict__ descriptor work. (Merge 3.5->3.6)
-
Guido van Rossum authored
-
Martin Panter authored
-
- 18 Nov, 2015 10 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
See https://github.com/python/asyncio/pull/293 for details.
-
Yury Selivanov authored
This change won't do anything in CPython 3.4 See https://github.com/python/asyncio/pull/293 for details.
-
Raymond Hettinger authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
- 17 Nov, 2015 13 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
Extract of patch by Ronald Oussoren.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
See https://github.com/python/asyncio/pull/292 for details.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Raymond Hettinger authored
-
Victor Stinner authored
issue #24164.
-
Martin Panter authored
-
Martin Panter authored
-
- 16 Nov, 2015 1 commit
-
-
Martin Panter authored
-