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
...
*
Issue #26198: Fixed error messages for some argument parsing errors.
Serhiy Storchaka
2016-02-07
2
-13/+23
*
fix hash member name (closes #22847)
Benjamin Peterson
2016-02-07
1
-1/+1
*
Issue #25179: Preparatory cleanup of existing docs on string formatting
Martin Panter
2016-02-08
5
-19/+21
*
Fix userinfo example presented in urllib2 howto.
Senthil Kumaran
2016-02-06
1
-1/+1
*
fix debug assertion
Benjamin Peterson
2016-02-05
1
-1/+1
*
Issue #22847: Improve method cache efficiency.
Antoine Pitrou
2014-11-14
2
-5/+40
*
Issue #12923: Reset FancyURLopener's redirect counter even on exception
Martin Panter
2016-02-04
4
-12/+34
*
Python for .NET has moved to Github.
Zachary Ware
2016-02-04
1
-1/+1
*
Issue #25945: Fixed bugs in functools.partial.
Serhiy Storchaka
2016-02-02
3
-30/+142
*
Issue #26244: Clarify default zlib compression level in documentation
Martin Panter
2016-02-03
3
-3/+6
*
Issue #26173: Separate bad cert file tests and client rejection test
Martin Panter
2016-02-01
1
-40/+54
*
Issue #25934: Default to /fp:strict for ICC builds
Zachary Ware
2016-01-30
2
-0/+5
*
Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem
Martin Panter
2016-01-30
1
-14/+11
*
Issue #19023: Document ctypes array and pointer classes
Martin Panter
2016-01-29
4
-10/+70
*
Fixed a crash in new tests in test_getargs2 added in 60a2d67dacb3 (issue #261...
Serhiy Storchaka
2016-01-28
1
-8/+8
*
Fixed an infinite loop in zipimport caused by cebcd2fd3e1f (issue #19883).
Serhiy Storchaka
2016-01-28
1
-4/+3
*
Issue #19883: Fixed possible integer overflows in zipimport.
Serhiy Storchaka
2016-01-28
2
-131/+216
*
Issue #26198: Added tests for string-related format units of PyArg_Parse*()
Serhiy Storchaka
2016-01-28
2
-4/+579
*
Issue #25507: revert incorrect movement of idleConf import in a37ea1d56e98.
Terry Jan Reedy
2016-01-27
2
-3/+15
*
Fix typo in test.rst
Berker Peksag
2016-01-25
1
-1/+1
*
doc: i18n HTML templates
Victor Stinner
2016-01-23
4
-92/+133
*
Per issue21949 and issue1629: Document the Py_SIZE, Py_TYPE, Py_REFCNT macros.
Gregory P. Smith
2016-01-22
1
-0/+31
*
code_richcompare() now uses the constants types
Victor Stinner
2016-01-22
5
-49/+224
*
reject negative data_size
Benjamin Peterson
2016-01-22
1
-0/+4
*
Upgrade pip to 8.0.2
Donald Stufft
2016-01-22
2
-1/+1
*
Issue #18620: Improve Pool examples in multiprocessing documentation
Berker Peksag
2016-01-21
1
-7/+32
*
Issue #26106: doc: Move text of licenses to parsed literal block
Victor Stinner
2016-01-21
2
-177/+184
*
prevent buffer overflow in get_data (closes #26171)
Benjamin Peterson
2016-01-21
2
-0/+8
*
fix refleak in error condition
Benjamin Peterson
2016-01-21
1
-0/+1
*
Replace fpgetmask() with fedisableexcept()
Victor Stinner
2016-01-20
1
-5/+2
*
issue25982 - Add a class definition for managers.Namespace in the multiproces...
Senthil Kumaran
2016-01-20
1
-15/+16
*
Issue #26147: xmlrpclib now works with unicode not encodable with used
Serhiy Storchaka
2016-01-20
3
-12/+36
*
Issue #25925: Backport C coverage reporting Makefile targets
Zachary Ware
2016-01-20
2
-1/+46
*
Upgrade pip to 8.0.0 and setuptools to 19.4
Donald Stufft
2016-01-20
3
-2/+2
*
Issue #16620: Fixed AttributeError in msilib.Directory.glob().
Serhiy Storchaka
2016-01-19
2
-1/+7
*
add space
Benjamin Peterson
2016-01-19
1
-0/+1
*
set tp_new from the class in the hierarchy that actually owns the descriptor ...
Benjamin Peterson
2016-01-19
1
-1/+1
*
Issue #9006: Added tests for XML RPC with non-UTF-8 encoding.
Serhiy Storchaka
2016-01-18
1
-3/+53
*
Issue #21847: Fixed xmlrpclib and tests on Unicode-disabled builds.
Serhiy Storchaka
2016-01-18
3
-12/+13
*
Issue #6500: Fixed infinite recursion in urllib2.Request.__getattr__().
Serhiy Storchaka
2016-01-18
3
-5/+10
*
Issue26017 - Suggest enclosing command args in double quotes when using chara...
Senthil Kumaran
2016-01-18
1
-2/+4
*
Issue26142 - Fix a formatting bug in c-api intro doc.
Senthil Kumaran
2016-01-18
1
-1/+1
*
Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt.
Terry Jan Reedy
2016-01-17
2
-4/+7
*
Issue #25824: Fixes sys.winver to not include any architecture suffix.
Steve Dower
2016-01-16
2
-1/+2
*
Issue26035 - Correct the argument names used in the docs of the traceback mod...
Senthil Kumaran
2016-01-16
1
-48/+51
*
Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings
Martin Panter
2016-01-16
1
-0/+2
*
Issue #26127: Fix links in tokenize documentation
Martin Panter
2016-01-16
1
-5/+5
*
Issue #26114: Remove mention of 'Numerical Recipes'.
Brett Cannon
2016-01-15
1
-3/+2
*
Issue26097 - Fix the TextTestRunner documentation, mention all the arguments ...
Senthil Kumaran
2016-01-15
1
-2/+3
*
Issue #25940: Use self-signed.pythontest.net in SSL tests
Martin Panter
2016-01-15
6
-98/+97
[prev]
[next]