projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2016-01-22
Donald Stufft
Merge update to pip
commit
|
commitdiff
|
tree
|
snapshot
2016-01-22
Donald Stufft
Merge update to pip
commit
|
commitdiff
|
tree
|
snapshot
2016-01-22
Donald Stufft
Upgrade pip to 8.0.2
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Berker Peksag
Issue #18620: Improve Pool examples in multiprocessing...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Berker Peksag
Issue #18620: Improve Pool examples in multiprocessing...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Senthil Kumaran
merge from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Senthil Kumaran
issue25909 - Correct the documentation of PyMapping_Ite...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Victor Stinner
Issue #26107: Fix typo in Objects/lnotab_notes.txt
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Victor Stinner
Merge 3.5 (doc)
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Victor Stinner
Issue #26106: doc: Move text of licenses to parsed...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Benjamin Peterson
merge 3.5 (#26171)
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Benjamin Peterson
merge 3.4 (#26171)
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Benjamin Peterson
prevent buffer overflow in get_data (closes #26171)
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Benjamin Peterson
merge 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Benjamin Peterson
merge 3.4
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Benjamin Peterson
fix refleak in error condition
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Benjamin Peterson
merge 3.5 (#26172)
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Benjamin Peterson
merge 3.4 (#26172)
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Benjamin Peterson
remove script from epub (closes #26172)
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Victor Stinner
Merge 3.5 (issue #24520)
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Victor Stinner
Replace fpgetmask() with fedisableexcept()
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Victor Stinner
co_lnotab supports negative line number delta
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Senthil Kumaran
merge from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Senthil Kumaran
issue25982 - Add a class definition for managers.Namesp...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Victor Stinner
Merge 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Victor Stinner
Add _PyThreadState_UncheckedGet()
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Serhiy Storchaka
Issue #26147: xmlrpc now works with strings not encodab...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Serhiy Storchaka
Issue #26147: xmlrpc now works with strings not encodab...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Berker Peksag
Issue #5626: Remove misleading comment from socket...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Berker Peksag
Issue #5626: Remove misleading comment from socket...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Berker Peksag
Issue #26157: Fix typos in asyncio-eventloop.rst
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Berker Peksag
Issue #26157: Fix typos in asyncio-eventloop.rst
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Donald Stufft
Merge update to pip/setuptools
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Donald Stufft
Merge update to pip/setuptools
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Donald Stufft
Update pip to 8.0.0 and setuptools to 19.4
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Serhiy Storchaka
Issue #25935: Garbage collector now breaks reference...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Serhiy Storchaka
Issue #25935: Garbage collector now breaks reference...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Serhiy Storchaka
Issue #16620: Got rid of using undocumented function...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Serhiy Storchaka
Issue #16620: Fixed AttributeError in msilib.Directory...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Serhiy Storchaka
Issue #16620: Fixed AttributeError in msilib.Directory...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Victor Stinner
Merge 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Victor Stinner
Fix BytecodeTestCase.assertNotInBytecode()
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Benjamin Peterson
merge 3.5 (#25731)
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Benjamin Peterson
set tp_new from the class in the hierarchy that actuall...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Senthil Kumaran
merge from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Senthil Kumaran
issue23962 - Reference the correct TimeoutError in...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Martin Panter
Issue #25859: Merge NNTP test server from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Martin Panter
Issue #25859: Reimplement NNTP test_starttls() using...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Berker Peksag
Issue #25366: Skip test_with_pip when threading module...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Berker Peksag
Issue #25366: Skip test_with_pip when threading module...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Serhiy Storchaka
Added exceptins for testing non-reversible import mappi...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Serhiy Storchaka
Added exceptins for testing non-reversible import mappi...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Serhiy Storchaka
Issue #26013: Added compatibility with broken protocol...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Serhiy Storchaka
Issue #26013: Added compatibility with broken protocol...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Serhiy Storchaka
Issue #9006: Added tests for XML RPC with non-UTF-8...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Serhiy Storchaka
Issue #9006: Added tests for XML RPC with non-UTF-8...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Serhiy Storchaka
Issue #26129: Deprecated accepting non-integers in...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Victor Stinner
subprocess._optim_args_from_interpreter_flags()
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Victor Stinner
Fix test_compilepath() of test_compileall
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Georg Brandl
Fix indentation of continuation lines.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Georg Brandl
Fix two instances of wrong indentation.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Senthil Kumaran
Issue26069 - Update whatsnew/3.6.rst on traceback modul...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Senthil Kumaran
Merge from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Senthil Kumaran
Issue26017 - Suggest enclosing command args in double...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-17
Stefan Krah
Issue #26139: libmpdec: disable /W4 warning (non-standa...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-17
Terry Jan Reedy
Merge with 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-01-17
Terry Jan Reedy
Issue #25905: Specify 'ascii' encoding for README.txt...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-17
Senthil Kumaran
merge from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-01-17
Senthil Kumaran
Issue26135 - In the tutorial section on modules, refere...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Steve Dower
Issue #26071: bdist_wininst created binaries fail to...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Steve Dower
Issue #26071: bdist_wininst created binaries fail to...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Steve Dower
Issue #26073: Update the list of magic numbers in launcher
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Steve Dower
Issue #26073: Update the list of magic numbers in launcher
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Steve Dower
Issue #26065: Excludes venv from library when generatin...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Steve Dower
Issue #26065: Excludes venv from library when generatin...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Steve Dower
Merge
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Steve Dower
Issue #25850: Use cross-compilation by default for...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Ethan Furman
use public 'value'
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Steve Dower
Issue #25850: Use cross-compilation by default for...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Steve Dower
Issue #25089: Adds short documentation section for...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Steve Dower
Issue #25089: Adds short documentation section for...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Martin Panter
Issue #23883: grp and pwd are None on Windows
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Serhiy Storchaka
Issue #23883: Removed redundant names from blacklists.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Martin Panter
Issue #23883: Update news
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Martin Panter
Issue #23883: Add missing APIs to tarfile.__all__
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Martin Panter
Issue #23883: Add missing APIs to calendar.__all__
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Martin Panter
Issue #23883: Missing fileinput.__all__ APIs; patch...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Senthil Kumaran
Merge from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Senthil Kumaran
Issue26035 - Correct the argument names used in the...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Martin Panter
Issue #26127: Merge test_gdb fix from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Martin Panter
Issue #14771: Redirect GDB's stdin to avoid messing...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Martin Panter
Issue #26127: Merge tokenize documentation
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Martin Panter
Issue #26127: Fix links in tokenize documentation;...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Gregory P....
Make the error message regex more lenient so that it...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Gregory P....
Make the error message regex more lenient so that it...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Gregory P....
Make the error message regex more lenient so that it...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-15
Ethan Furman
branch merge
commit
|
commitdiff
|
tree
|
snapshot
2016-01-15
Ethan Furman
revert change 87a9dff5106c: pure Enum members again...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-15
Brett Cannon
Issue #25791: Raise an ImportWarning when __spec__...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-15
Brett Cannon
Merge for issue #17633
commit
|
commitdiff
|
tree
|
snapshot
next