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
*
bpo-35477: multiprocessing.Pool.__enter__() fails if called twice (GH-11134)
Victor Stinner
2018-12-13
2
-8/+25
*
bpo-35412: Add testcase to test_future4 (GH-11131)
Victor Stinner
2018-12-12
1
-1/+6
*
bpo-35346: Drop Mac OS 9 support from platform (GH-10959)
Victor Stinner
2018-12-12
1
-15/+2
*
bpo-33106: change dbm key deletion error for readonly file from KeyError to d...
Xiang Zhang
2018-12-12
4
-4/+26
*
Add test for double patching instance methods (#11085)
Anthony Sottile
2018-12-12
1
-0/+14
*
bpo-17185: Add __signature__ to mock that can be used by inspect for signatur...
Xtreak
2018-12-12
2
-2/+34
*
bpo-35394: Add empty slots to abstract asyncio protocols (#10889)
Andrew Svetlov
2018-12-11
3
-24/+67
*
bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087)
Pablo Galindo
2018-12-11
1
-22/+18
*
bpo-35412: Skip test_multiprocessing_fork and test_multiprocessing_forkserver...
Pablo Galindo
2018-12-11
2
-0/+7
*
bpo-35458: Fix test_shutil.test_disk_usage() (GH-11111)
Victor Stinner
2018-12-11
1
-1/+5
*
bpo-34977: Add Windows App Store package (GH-11027)
Steve Dower
2018-12-11
1
-1/+1
*
bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-...
Steve Dower
2018-12-10
2
-30/+20
*
bpo-32788: Better error handling in sqlite3. (GH-3723)
Serhiy Storchaka
2018-12-10
1
-3/+25
*
bpo-35050: AF_ALG length check off-by-one error (GH-10058)
Christian Heimes
2018-12-10
1
-0/+18
*
bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061)
Victor Stinner
2018-12-10
2
-4/+55
*
bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043)
Ned Deily
2018-12-09
1
-0/+3
*
bpo-35330: Don't call the wrapped object if `side_effect` is set (GH10973)
Mario Corchero
2018-12-08
2
-11/+132
*
bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock tests ...
Anirudha Bose
2018-12-07
1
-11/+16
*
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
Victor Stinner
2018-12-07
3
-21/+31
*
bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2...
Serhiy Storchaka
2018-12-07
2
-4/+150
*
bpo-35346, platform: replace os.popen() with subprocess (GH-10786)
Victor Stinner
2018-12-07
2
-48/+28
*
bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (#10464)
Tal Einat
2018-12-07
4
-9/+67
*
bpo-34977: Add Windows App Store package (GH-10245)
Steve Dower
2018-12-07
3
-31/+21
*
bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934)
Serhiy Storchaka
2018-12-06
3
-4/+9
*
Remove unused function in `testmock/support.py` (GH-10975)
Mario Corchero
2018-12-06
1
-7/+0
*
bpo-35363: test_eintr uses print(flush=True) (GH-10990)
Victor Stinner
2018-12-06
1
-2/+3
*
bpo-35424: test_multiprocessing: join 3 pools (GH-10986)
Victor Stinner
2018-12-06
1
-0/+3
*
bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii charac...
Serhiy Storchaka
2018-12-06
1
-0/+1
*
Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (...
Victor Stinner
2018-12-06
2
-57/+24
*
bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH...
native-api
2018-12-06
1
-1/+5
*
bpo-34162: Update idlelib NEWS to 2018-12-05. (GH-10964)
Terry Jan Reedy
2018-12-06
1
-0/+32
*
bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965)
Victor Stinner
2018-12-05
1
-1/+15
*
bpo-35389: test.pythoninfo logs platform.libc_ver (GH-10951)
Victor Stinner
2018-12-05
1
-0/+4
*
bpo-35344: platform.platform() uses mac_ver() on macOS (GH-10780)
Victor Stinner
2018-12-05
2
-0/+41
*
bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419)
Serhiy Storchaka
2018-12-05
4
-10/+25
*
bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537)
Alex H
2018-12-05
1
-8/+8
*
bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH...
Sergey Fedoseev
2018-12-05
1
-19/+64
*
bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919)
Victor Stinner
2018-12-05
3
-30/+94
*
bpo-35389: platform.libc_ver() uses os.confstr() (GH-10891)
Victor Stinner
2018-12-05
2
-7/+49
*
bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907)
Victor Stinner
2018-12-05
2
-0/+13
*
Remove unnecessary and over-restrictive type check (GH-10905)
Raymond Hettinger
2018-12-04
1
-2/+0
*
bpo-35346, platform: import subprocess in _syscmd_file() (GH-10892)
Victor Stinner
2018-12-04
1
-5/+7
*
bpo-35363, test_eintr: skip test_open() on macOS (GH-10896)
Victor Stinner
2018-12-04
1
-2/+4
*
bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_Ma...
Andrew Dunai
2018-12-04
3
-16/+30
*
Add comments regarding speed/space/entropy trade-offs (GH-10885)
Raymond Hettinger
2018-12-04
1
-0/+13
*
bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555)
Chris Withers
2018-12-03
3
-23/+99
*
bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867)
Andrew Svetlov
2018-12-03
5
-42/+44
*
bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848)
Serhiy Storchaka
2018-12-03
1
-0/+18
*
bpo-32153: Add unit test for create_autospec with partial function returned i...
Xtreak
2018-12-03
1
-0/+14
*
bpo-35341: Add generic version of OrderedDict to typing (GH-10850)
Ismo Toijala
2018-12-02
2
-0/+17
[next]