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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name
Martin Panter
2016-02-22
1
-2/+2
*
Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage
Martin Panter
2016-02-19
1
-7/+8
*
Issue #26309: Rewrite test in main thread and avoid race condition
Martin Panter
2016-02-19
1
-11/+12
*
Issue #26309: Shut down SocketServer request if verify_request() is false
Martin Panter
2016-02-18
2
-0/+25
*
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
3
-5/+5
*
Issues #26310, #26311: Fix typos in the documentation
Martin Panter
2016-02-10
3
-3/+3
*
Issue #25983: Added tests for multi-argument type().
Serhiy Storchaka
2016-02-08
1
-1/+129
*
Issue #12923: Reset FancyURLopener's redirect counter even on exception
Martin Panter
2016-02-04
2
-12/+30
*
Issue #25945: Fixed bugs in functools.partial.
Serhiy Storchaka
2016-02-02
1
-5/+96
*
Issue #26173: Separate bad cert file tests and client rejection test
Martin Panter
2016-02-01
1
-40/+54
*
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
2
-6/+15
*
Issue #26198: Added tests for string-related format units of PyArg_Parse*()
Serhiy Storchaka
2016-01-28
1
-1/+285
*
Issue #25507: revert incorrect movement of idleConf import in a37ea1d56e98.
Terry Jan Reedy
2016-01-27
2
-3/+15
*
code_richcompare() now uses the constants types
Victor Stinner
2016-01-22
1
-0/+59
*
Upgrade pip to 8.0.2
Donald Stufft
2016-01-22
2
-1/+1
*
Issue #26147: xmlrpclib now works with unicode not encodable with used
Serhiy Storchaka
2016-01-20
2
-12/+33
*
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
1
-1/+5
*
add space
Benjamin Peterson
2016-01-19
1
-0/+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
2
-12/+11
*
Issue #6500: Fixed infinite recursion in urllib2.Request.__getattr__().
Serhiy Storchaka
2016-01-18
2
-5/+8
*
Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt.
Terry Jan Reedy
2016-01-17
2
-4/+7
*
Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings
Martin Panter
2016-01-16
1
-0/+2
*
Issue #25940: Use self-signed.pythontest.net in SSL tests
Martin Panter
2016-01-15
5
-98/+94
*
#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
*
Fixes issue #26083: Workaround a subprocess bug that raised an incorrect
Gregory P. Smith
2016-01-11
1
-1/+5
*
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
2
-10/+12
*
Fix issue18918 : Attach the pydoc documentation for 'FILES' topic.
Senthil Kumaran
2016-01-06
1
-13316/+80
*
Issue #6500: Reverting fbea8ff8db5e since it broke tests
Berker Peksag
2016-01-06
2
-8/+2
*
Issue #6500: Fix "maximum recursion depth exceeded" error caused by Request._...
Berker Peksag
2016-01-06
2
-2/+8
*
Make catched exceptions more specific and correct a comment.
Serhiy Storchaka
2015-12-30
1
-3/+4
*
Issue #22995: Instances of extension types with a state that aren't
Serhiy Storchaka
2015-12-30
3
-0/+41
*
Closes #25664: handled logger names in Unicode.
Vinay Sajip
2015-12-26
1
-1/+9
*
Fixed sizeof tests for dict and type (they were passed by accident).
Serhiy Storchaka
2015-12-20
1
-9/+21
*
Create a file in SizeofTest only if needed.
Serhiy Storchaka
2015-12-20
1
-7/+12
*
Use correct PyGC_Head size in tests for issue #25421.
Serhiy Storchaka
2015-12-19
1
-1/+1
*
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
1
-2/+31
*
Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION M...
Terry Jan Reedy
2015-12-18
1
-1/+1
*
Issue #22088: Port base64 character ignoring doc and test from 857d9fe60169
Martin Panter
2015-12-14
2
-4/+18
*
Fixes issue #20954: _args_from_interpreter_flags used by multiprocessing
Gregory P. Smith
2015-12-13
1
-1/+2
*
Issue #25809: Skip testing platform-dependent French thousands separator
Martin Panter
2015-12-12
1
-1/+3
*
remove pointless keys() call
Benjamin Peterson
2015-12-06
1
-1/+1
*
make consulting save_modules O(1) rather than O(n)
Benjamin Peterson
2015-12-05
1
-1/+1
*
Issue #14285: Do not catch ImportError from __init__.py in runpy
Martin Panter
2015-12-03
4
-23/+111
*
Issue #6478: _strptime's regexp cache now is reset after changing timezone
Serhiy Storchaka
2015-12-03
3
-17/+83
*
Issue #19543: Added Py3k warning for decoding unicode.
Serhiy Storchaka
2015-12-03
1
-4/+6
[prev]
[next]