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-37266: Daemon threads are now denied in subinterpreters (GH-14049)
Victor Stinner
2019-06-14
1
-0/+4
*
bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows...
Zackery Spytz
2019-06-14
1
-0/+2
*
bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-...
Andrew Svetlov
2019-06-14
1
-0/+1
*
bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074)
Victor Stinner
2019-06-14
1
-0/+2
*
bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071)
Pablo Galindo
2019-06-14
1
-0/+2
*
bpo-37077: Add native thread ID (TID) for AIX (GH-13624)
Michael Felt
2019-06-13
1
-0/+2
*
bpo-37213: Handle negative line deltas correctly in the peephole optimizer (G...
Pablo Galindo
2019-06-13
1
-0/+2
*
bpo-37261: Fix support.catch_unraisable_exception() (GH-14052)
Victor Stinner
2019-06-13
1
-0/+3
*
bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016)
Victor Stinner
2019-06-13
1
-0/+1
*
bpo-37231: optimize calls of special methods (GH-13973)
Jeroen Demeyer
2019-06-13
1
-0/+2
*
bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)
Jeffrey Kintscher
2019-06-13
1
-0/+2
*
bpo-37257: obmalloc: stop simple arena thrashing (#14039)
Tim Peters
2019-06-13
1
-0/+1
*
bpo-36402: Fix threading._shutdown() race condition (GH-13948)
Victor Stinner
2019-06-12
1
-0/+4
*
bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-...
Paul Monson
2019-06-12
1
-0/+2
*
bpo-37069: regrtest uses sys.unraisablehook (GH-13759)
Victor Stinner
2019-06-12
1
-0/+7
*
bpo-37160: Thread native ID NetBSD support (GH-13835)
David Carlier
2019-06-12
1
-0/+1
*
bpo-35766: Change format for feature_version to (major, minor) (GH-13992)
Guido van Rossum
2019-06-12
1
-0/+1
*
bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)
Andrew Svetlov
2019-06-11
1
-0/+2
*
bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13...
Raymond Hettinger
2019-06-11
1
-0/+1
*
bpo-18748: Fix _pyio.IOBase destructor (closed case) (GH-13952)
Victor Stinner
2019-06-11
1
-0/+2
*
bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940)
Christian Heimes
2019-06-10
1
-0/+1
*
bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594)
Marcin Niemira
2019-06-08
1
-0/+1
*
bpo-37178: Allow a one argument form of math.perm() (GH-13905)
Raymond Hettinger
2019-06-08
2
-0/+4
*
bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727)
Rémi Lapeyre
2019-06-08
1
-0/+5
*
bpo-37173: Show passed class in inspect.getfile error (GH-13861)
Philipp A
2019-06-08
1
-0/+1
*
bpo-37150: Throw ValueError if FileType class object was passed in add_argume...
zygocephalus
2019-06-07
1
-0/+1
*
bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888)
Victor Stinner
2019-06-07
1
-0/+1
*
bpo-37177: make IDLE's search dialogs transient (GH-13869)
Tal Einat
2019-06-07
1
-0/+2
*
bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860)
Zackery Spytz
2019-06-06
1
-0/+1
*
bpo-36520: Email header folded incorrectly (#13608)
websurfer5
2019-06-06
1
-0/+1
*
bpo-37165: Convert _count_elements to the argument clinic (GH-13848)
Raymond Hettinger
2019-06-05
1
-0/+1
*
bpo-35551: encodings update (GH-11446)
Ashwin Ramaswami
2019-06-05
1
-0/+3
*
bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425)
Abhilash Raj
2019-06-05
1
-0/+4
*
bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832)
Raymond Hettinger
2019-06-05
1
-0/+1
*
bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-1...
Zackery Spytz
2019-06-05
1
-0/+1
*
bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)
Terry Jan Reedy
2019-06-05
1
-0/+2
*
bpo-34282: Remove deprecated enum _convert method (GH-13823)
Zachary Ware
2019-06-04
1
-0/+1
*
Merge tag 'v3.8.0b1'
Łukasz Langa
2019-06-04
199
-424/+2052
|
\
|
*
Python 3.8.0b1
v3.8.0b1
Łukasz Langa
2019-06-04
199
-424/+2052
*
|
bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598)
Abhilash Raj
2019-06-04
1
-0/+3
*
|
bpo-35805: Add parser for Message-ID email header. (GH-13397)
Abhilash Raj
2019-06-04
1
-0/+2
*
|
bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816)
Victor Stinner
2019-06-04
1
-0/+2
|
/
*
Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-1378...
Łukasz Langa
2019-06-04
1
-4/+0
*
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner
2019-06-04
1
-1/+0
*
Revert "bpo-35621: Support running subprocesses in asyncio when loop is execu...
Andrew Svetlov
2019-06-04
1
-2/+0
*
bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)
Victor Stinner
2019-06-03
1
-0/+4
*
bpo-37120: Add SSLContext.num_tickets (GH-13719)
Christian Heimes
2019-06-03
1
-0/+1
*
bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)
Christian Heimes
2019-06-03
1
-0/+2
*
bpo-37081: Test with OpenSSL 1.1.1c (GH-13631)
Christian Heimes
2019-06-03
1
-0/+1
*
Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-06-03
1
-5/+0
[next]