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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#...
Jesse-Bakker
2017-11-29
1
-0/+6
*
bpo-32159: Revert Misc/svnmap.txt (#4639)
Victor Stinner
2017-11-29
2
-0/+72548
*
bpo-32138: Skip on Android test_faulthandler tests that raise SIGSEGV (GH-4604)
xdegaye
2017-11-29
1
-0/+2
*
bpo-32164: Delete unused file idlelib/tabbedpages.py (#4628)
Terry Jan Reedy
2017-11-29
1
-0/+2
*
bpo-32110: codecs.StreamReader.read(n) now returns not more than n (#4499)
Serhiy Storchaka
2017-11-28
1
-0/+3
*
bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600)
Barry Warsaw
2017-11-28
1
-0/+5
*
bpo-32155: Revert distutils.config change (#4618)
Victor Stinner
2017-11-28
1
-1/+0
*
bpo-32159: Remove tools for CVS and Subversion (#4615)
Victor Stinner
2017-11-28
3
-72547/+3
*
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)
Victor Stinner
2017-11-28
1
-0/+5
*
bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417)
Dong-hee Na
2017-11-28
1
-0/+2
*
bpo-32155: Bugfixes found by flake8 F841 warnings (#4608)
Victor Stinner
2017-11-28
1
-0/+1
*
Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593)
Victor Stinner
2017-11-27
1
-4/+0
*
bpo-32136: Separate embedding tests from C API tests (GH-4567)
Nick Coghlan
2017-11-27
1
-0/+3
*
bpo-32107 - Better merge of #4494 (#4576)
Barry Warsaw
2017-11-27
1
-0/+4
*
bpo-27535: Fix memory leak with warnings ignore (#4489)
Victor Stinner
2017-11-27
1
-0/+4
*
bpo-32089: Use default action for ResourceWarning (#4584)
Victor Stinner
2017-11-27
1
-0/+3
*
bpo-23033: Improve SSL Certificate handling (GH-937)
Mandeep Singh
2017-11-26
2
-0/+4
*
bpo-29879: Update typing documentation. (GH-4573)
Ivan Levkivskyi
2017-11-26
1
-1/+1
*
bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559)
xdegaye
2017-11-26
1
-0/+2
*
bpo-32059: setup.py now also searches the sysroot paths (GH-4452)
xdegaye
2017-11-25
1
-0/+2
*
bpo-32071: Add unittest -k option (#4496)
Jonas Haag
2017-11-25
1
-0/+2
*
bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)
Berker Peksag
2017-11-25
2
-0/+4
*
bpo-32124: Document C functions safe before init (#4540)
Victor Stinner
2017-11-24
1
-1/+1
*
bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544)
Victor Stinner
2017-11-24
1
-0/+2
*
bpo-28684: asyncio tests handle PermissionError raised on binding unix socket...
xdegaye
2017-11-24
1
-0/+5
*
bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)
Berker Peksag
2017-11-24
1
-0/+2
*
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
Victor Stinner
2017-11-24
1
-0/+4
*
bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528)
Berker Peksag
2017-11-24
1
-0/+2
*
bpo-31325: Fix usage of namedtuple in RobotFileParser.parse() (#4529)
Berker Peksag
2017-11-23
1
-0/+5
*
bpo-19610: setup() now raises TypeError for invalid types (GH-4519)
Berker Peksag
2017-11-23
1
-0/+5
*
bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459)
Berker Peksag
2017-11-23
1
-0/+4
*
bpo-28762: Revert last commit (now using Android Unified Headers) (GH-4488)
xdegaye
2017-11-23
1
-0/+1
*
bpo-29040: Support building Android with Unified Headers (GH-4492)
xdegaye
2017-11-23
1
-0/+2
*
bpo-28538: Revert all the changes (now using Android Unified Headers) (GH-4479)
xdegaye
2017-11-23
1
-0/+2
*
bpo-10049: Add a "no-op" (null) context manager to contextlib (GH-4464)
Jesse-Bakker
2017-11-23
1
-0/+3
*
bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484)
Cheryl Sabella
2017-11-23
1
-0/+2
*
bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to ...
AraHaan
2017-11-21
1
-0/+1
*
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be...
Yury Selivanov
2017-11-20
1
-0/+2
*
bpo-32088: Display Deprecation in debug mode (#4474)
Victor Stinner
2017-11-20
1
-0/+3
*
bpo-32069: Drop legacy SSL transport (#4451)
Andrew Svetlov
2017-11-18
1
-0/+1
*
bpo-31702: Allow to specify rounds for SHA-2 hashing in crypt.mksalt(). (#4110)
Serhiy Storchaka
2017-11-16
1
-0/+2
*
bpo-32043: New "developer mode": "-X dev" option (#4413)
Victor Stinner
2017-11-16
1
-0/+2
*
bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)
Serhiy Storchaka
2017-11-16
1
-0/+3
*
bpo-32037: Use the INT opcode for 32-bit integers in protocol 0 pickles. (#4407)
Serhiy Storchaka
2017-11-16
1
-0/+4
*
bpo-30143: 2to3 now generates a code that uses abstract collection classes (#...
Serhiy Storchaka
2017-11-16
1
-0/+2
*
bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable #4409
Yury Selivanov
2017-11-15
1
-0/+1
*
bpo-32025: Add time.thread_time() (#4410)
Antoine Pitrou
2017-11-15
1
-0/+1
*
bpo-32018: Fix inspect.signature repr to follow PEP 8 (#4408)
Dong-hee Na
2017-11-15
1
-0/+2
*
bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650)
Serhiy Storchaka
2017-11-15
1
-0/+2
*
bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 ...
Serhiy Storchaka
2017-11-15
1
-0/+2
[next]