projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2016-11-24
Victor Stinner
Fix _PyGen_yf()
commit
|
commitdiff
|
tree
|
snapshot
2016-11-24
Guido van Rossum
Issue #28773: Add typing.FrozenSet docs. (Manuel Krebbe...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-24
Guido van Rossum
Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-24
Raymond Hettinger
Issue #27100: Silence deprecation warning in Lib/test...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-24
INADA Naoki
Issue #28532: Add what's new entry for python -VV option
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Steve Dower
Issue #28783: Embedded and nuget packages incorrect...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Steve Dower
Issue #28783: Embedded and nuget packages incorrect...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Raymond Hettinger
Issue #27100: Fix ref leak
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Steve Dower
Issue #28573: Missing sys._mercurial info and other...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Victor Stinner
Issue #28727: Optimize pattern_richcompare() for a==a
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Victor Stinner
Issue #28727: Fix typo in pattern_richcompare()
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Victor Stinner
Issue #28023: Fix python-gdb.py on old GDB versions
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
INADA Naoki
Issue #28023: Fix python-gdb.py didn't support new...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Ned Deily
Start 3.6.0rc1. (Note, patch level was incorrectly...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Ned Deily
Added tag v3.6.0b4 for changeset 18496abdb3d5
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Ned Deily
Version bump for 3.6.0b4
v3.6.0b4
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Ned Deily
Update pydoc topics for 3.6.0b4
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Raymond Hettinger
Issue #27100: With statement reports missing __enter__...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Raymond Hettinger
Issue #26163: Disable periodically failing test which...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Raymond Hettinger
Issue #5830: Add test for ee476248a74a. (Contributed...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Raymond Hettinger
Issue #27825: Improve for statistics data arguments...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Raymond Hettinger
Issue #28587: Improve list examples in the tutorial
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Raymond Hettinger
Issue #28743: Reduce memory consumption for random...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Raymond Hettinger
Fix grammar
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Raymond Hettinger
Issue 28587: list.index documentation missing start...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Yury Selivanov
Merge 3.5 (issue #28652)
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Yury Selivanov
Issue #28652: Partially rollback previous changes
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Raymond Hettinger
Issue 28475: Improve error message for random.sample...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Serhiy Storchaka
Issue #28752: Restored the __reduce__() methods of...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Raymond Hettinger
Issue 28751: Fix comments in code.h. (Contributed...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Raymond Hettinger
Add analysis section to motivate the single server...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Raymond Hettinger
Misc readability and organization improvements for...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Raymond Hettinger
Add a seealso section for further reference and skill...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Raymond Hettinger
Simplify code in an example
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Ethan Furman
close issue28172: Change all example enum member names...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Ethan Furman
issue28082: actually include NEWS entry
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Ethan Furman
closes issue28082: doc update and NEWS entry
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Ethan Furman
closes issue23591: add NEWS entry
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Victor Stinner
Issue #28688: Null merge 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Victor Stinner
Issue #28688: Remove warnings.filters check from regrtest
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Victor Stinner
Implement rich comparison for _sre.SRE_Pattern
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Martin Panter
Fix up grammar, markup, etc in 3.6 What’s New
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Martin Panter
Merge doc fixup from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Martin Panter
Fix indentation
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
INADA Naoki
Issue #28532: Show sys.version when -V option is suppli...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Raymond Hettinger
Extend and improve the examples for the random module
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Serhiy Storchaka
Issue #28760: Clean up and fix comments in PyUnicode_As...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Serhiy Storchaka
Fixed the documentation of the structure PyMethodDef.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Serhiy Storchaka
Fixed the documentation of the structure PyMethodDef.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Gregory P....
replace --with-optimizations references with --enable...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Gregory P....
replace --with-optimizations references with --enable...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Martin Panter
Another en → em dash fix for 3.6
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Martin Panter
Merge doc fixups from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Guido van Rossum
Issue #28556: upstream improvements to docstrings and...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Guido van Rossum
Issue #28556: upstream improvements to docstrings and...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Gregory P....
Issue #20572: The subprocess.Popen.wait method's undocu...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Martin Panter
Change double hyphens (en dashes) to em (longer) dashes
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Martin Panter
Fix typos in documentation
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Martin Panter
Issue #25659: Merge ctypes fix from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Martin Panter
Issue #10656: Merge AIX build fix from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Gregory P....
move the enable-optimizations mention to the correct...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Gregory P....
Rename the new --with-optimiations flag to --enable...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Gregory P....
Rename the new --with-optimiations flag to --enable...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Serhiy Storchaka
Issue #28666: Fix removing readonly directories on...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Serhiy Storchaka
Issue #28666: Fix removing readonly directories on...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Serhiy Storchaka
Issue #28666: Now test.support.rmtree is able to remove...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Serhiy Storchaka
Issue #28666: Now test.support.rmtree is able to remove...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Serhiy Storchaka
Issue #28750: Fixed docs of of unicode-escape an raw...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Serhiy Storchaka
Issue #28750: Fixed docs of of unicode-escape an raw...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Serhiy Storchaka
Issue #28666: Now test.support.rmtree is able to remove...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Serhiy Storchaka
Issue #28666: Now test.support.rmtree is able to remove...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Serhiy Storchaka
Issue #19569: Suggested more appropriate replacements...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Serhiy Storchaka
Issue #19569: Suggested more appropriate replacements...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Martin Panter
Issue #25659: Change assert to TypeError in from_buffer...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Martin Panter
Issue #10656: Fix out-of-tree building on AIX
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Serhiy Storchaka
Replaced outdated macros _PyUnicode_AsString and _PyUni...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Serhiy Storchaka
Issue #28715: Added error checks for PyUnicode_AsUTF8().
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Serhiy Storchaka
Issue #28715: Added error checks for PyUnicode_AsUTF8().
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Serhiy Storchaka
Issue #27998: Documented bytes paths support on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Steve Dower
Fixes empty tuple case.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Steve Dower
Issue #28732: Adds new errors to spawnv emulation for...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Steve Dower
Issue #28732: Raise ValueError when argv[0] is empty
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Steve Dower
Issue #28732: Raise ValueError when argv[0] is empty.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Steve Dower
Issue #28732: Raise ValueError when os.spawn*() is...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Steve Dower
Merge from 3.5 and fix a few other functions missing...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Steve Dower
Issue #28732: Fix crash in os.spawnv() with no elements...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-19
Guido van Rossum
Issue #28556: two more small upstream changes by Ivan...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-19
Guido van Rossum
Issue #28556: two more small upstream changes by Ivan...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-19
Xavier de Gaye
Issue #28746: Fix the set_inheritable() file descriptor...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-18
Brett Cannon
Issue #28705: greatly simplify the FAQ entry on transpi...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-18
Zachary Ware
Ignore newly added suspicious line
commit
|
commitdiff
|
tree
|
snapshot
2016-11-17
Raymond Hettinger
Small edits to the docs for sample() and shuffle().
commit
|
commitdiff
|
tree
|
snapshot
2016-11-17
Raymond Hettinger
Further refinements to the examples and recipes for...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-17
Xavier de Gaye
Issue #26926: Skip some test_io tests on platforms...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-17
Xavier de Gaye
Issue 26931: Skip the test_distutils tests using a...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-17
Raymond Hettinger
Add another example to the recipes section of the rando...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-17
Raymond Hettinger
Minor touch-ups to the random module examples
commit
|
commitdiff
|
tree
|
snapshot
2016-11-17
Steve Dower
Merge from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-11-17
Steve Dower
Fixes incorrect path in nuget package build.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-16
Yury Selivanov
Issue #28720: Add collections.abc.AsyncGenerator.
commit
|
commitdiff
|
tree
|
snapshot
next