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 #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
*
#7944: close files explicitly in test_tarfile (backport d560eece0857).
Ezio Melotti
2016-01-13
1
-278/+365
*
Convert test_tarfile to ASCII (backport c1ed490bd266).
Ezio Melotti
2016-01-13
1
-21/+19
*
#25574: backport glossary doc fix about hash and id of user-defined classes.
Ezio Melotti
2016-01-12
1
-2/+2
*
#19006: fix wording in unittest docs.
Ezio Melotti
2016-01-12
1
-2/+3
*
Issue #25348: Add --pgo and --pgo-job flags to PCbuild\build.bat
Zachary Ware
2016-01-12
4
-49/+67
*
Merge heads.
Ezio Melotti
2016-01-11
1
-3/+4
|
\
|
*
#25517: fix regex in the regex howto. Patch by Elena Oat.
Ezio Melotti
2016-01-11
1
-3/+4
*
|
Fixes issue #26083: Workaround a subprocess bug that raised an incorrect
Gregory P. Smith
2016-01-11
2
-1/+11
|
/
*
#25991: fix readline example to limit history size. Patch by Daniel Dye.
Ezio Melotti
2016-01-11
1
-0/+3
*
Comment out another test that won't pass after reverting the picklability
Barry Warsaw
2016-01-11
1
-10/+11
*
Comment out two tests that won't pass now after reverting the typeobject.c
Barry Warsaw
2016-01-11
4
-35/+13
*
Issue #22995: [UPDATE] Comment out the one of the pickleability tests in
Barry Warsaw
2016-01-11
2
-0/+12
*
delete old crypto prose (closes #26066)
Benjamin Peterson
2016-01-10
1
-10/+0
*
Issue23675 - A tiny clarification in the MRO glossary term.
Senthil Kumaran
2016-01-10
1
-1/+2
*
Issue20969 - Set the Epub Author and Epub Publisher in Python docs.
Senthil Kumaran
2016-01-08
1
-0/+8
*
fix typo in unittest docs (closes #26046)
Benjamin Peterson
2016-01-08
1
-1/+1
*
Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms ...
Berker Peksag
2016-01-07
1
-2/+4
*
Fix issue18918 : Attach the pydoc documentation for 'FILES' topic.
Senthil Kumaran
2016-01-06
2
-13317/+81
*
Issue #6500: Reverting fbea8ff8db5e since it broke tests
Berker Peksag
2016-01-06
3
-11/+2
*
Issue #6500: Fix "maximum recursion depth exceeded" error caused by Request._...
Berker Peksag
2016-01-06
3
-2/+11
*
Issue24733 - Remove unreachable code in traceback.c
Senthil Kumaran
2016-01-05
1
-4/+0
*
Backport documentation improvement.
Senthil Kumaran
2016-01-04
1
-4/+3
*
Backport doc improvements for Issue21221 - Explain the usage of tm_isdst
Senthil Kumaran
2016-01-03
1
-3/+6
*
Update copyrights for 2016.
Ned Deily
2016-01-01
5
-8/+8
*
Fix grammar.
Zachary Ware
2016-01-01
1
-1/+1
[prev]
[next]