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
*
remove jython support from unittest.mock (GH#13033)
Chris Withers
2019-05-01
3
-25/+2
*
bpo-30458: Disallow control chars in http URLs. (GH-12755)
Gregory P. Smith
2019-05-01
3
-2/+70
*
bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030)
Victor Stinner
2019-05-01
1
-2/+1
*
Don't report deleted attributes in __dir__ (GH#10148)
Mario Corchero
2019-04-30
2
-2/+13
*
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...
Steve Dower
2019-04-30
2
-4/+13
*
bpo-25430: improve performance of IPNetwork.__contains__ (GH-1785)
gescheit
2019-04-30
1
-2/+1
*
bpo-36018: Test idempotence. Test two methods against one-another. (GH-13021)
Raymond Hettinger
2019-04-30
1
-0/+23
*
bpo-36751: Deprecate getfullargspec and report positional-only args as regula...
Pablo Galindo
2019-04-30
3
-61/+62
*
bpo-36232: Improve error message on dbm.open() when the db doesn't exist (GH-...
Marco Rougeth
2019-04-29
1
-1/+2
*
bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986)
Berker Peksag
2019-04-29
2
-2/+13
*
bpo-36004: Add date.fromisocalendar (GH-11888)
Paul Ganssle
2019-04-29
2
-0/+111
*
bpo-35952: Fix test.pythoninfo when the compiler is missing (GH-13007)
xdegaye
2019-04-29
1
-4/+11
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
18
-113/+633
*
bpo-21536: On Android, C extensions are linked to libpython (GH-12989)
xdegaye
2019-04-29
1
-0/+15
*
bpo-36546: More tests: type preservation and equal inputs (#13000)
Raymond Hettinger
2019-04-29
1
-12/+18
*
bpo-36729: Delete unused text variable on tests. (GH-12959)
Emmanuel Arias
2019-04-29
1
-4/+0
*
bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891)
Gordon P. Hemsley
2019-04-28
1
-2/+85
*
bpo-36025: Fix PyDate_FromTimestamp API (GH-11922)
Paul Ganssle
2019-04-27
1
-0/+35
*
Syntax highlight IDLE html doc code example. (GH-12981)
Terry Jan Reedy
2019-04-27
1
-25/+23
*
bpo-36719: regrtest closes explicitly WindowsLoadTracker (GH-12965)
Victor Stinner
2019-04-26
2
-14/+29
*
bpo-36719: Fix regrtest re-run (GH-12964)
Victor Stinner
2019-04-26
3
-14/+35
*
bpo-36719: regrtest always detect uncollectable objects (GH-12951)
Victor Stinner
2019-04-26
4
-69/+62
*
bpo-36669: add matmul support to weakref.proxy (GH-12932)
Mark Dickinson
2019-04-26
1
-0/+15
*
bpo-36725: Refactor regrtest multiprocessing code (GH-12961)
Victor Stinner
2019-04-26
4
-152/+202
*
bpo-36725: regrtest: add TestResult type (GH-12960)
Victor Stinner
2019-04-26
8
-208/+286
*
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
Paul Monson
2019-04-25
12
-10/+94
*
bpo-21536: C extensions are no longer linked to libpython (GH-12946)
Victor Stinner
2019-04-25
1
-17/+2
*
bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875)
Victor Stinner
2019-04-25
2
-2/+7
*
bpo-36465: Fix test_regrtest on Windows (GH-12945)
Victor Stinner
2019-04-24
1
-1/+1
*
bpo-36465: Make release and debug ABI compatible (GH-12615)
Victor Stinner
2019-04-24
1
-1/+1
*
bpo-36668: FIX reuse semaphore tracker for child processes (#5172)
Thomas Moreau
2019-04-24
2
-10/+54
*
fix typo in gzip.py (GH-12928)
Maximilian Nöthe
2019-04-24
1
-1/+1
*
bpo-36454: Fix test_time.test_monotonic() (GH-12929)
Victor Stinner
2019-04-23
1
-2/+3
*
bpo-36018: Make "seed" into a keyword only argument (GH-12921)
Raymond Hettinger
2019-04-23
1
-1/+1
*
bpo-35904: Add missing fmean() entry to the summary table (GH-12919)
Raymond Hettinger
2019-04-23
1
-0/+1
*
Document that TestCase.assertCountEqual() can take iterables (GH-686)
jkleint
2019-04-23
1
-3/+2
*
bpo-36546: Add statistics.quantiles() (#12710)
Raymond Hettinger
2019-04-23
2
-4/+195
*
bpo-36679: Rename duplicate test_class_getitem function (GH-12892)
Windson yang
2019-04-22
1
-1/+1
*
bpo-36680: Rename duplicate test_source_from_cache_path_like_arg function (GH...
Windson yang
2019-04-22
1
-1/+1
*
bpo-36681: Remove duplicate test_regression_29220 function (GH-12894)
Windson yang
2019-04-22
1
-6/+0
*
bpo-36682: Rename duplicate tests in test_sys_setprofile (GH-12895)
Windson yang
2019-04-22
1
-2/+2
*
bpo-36683: Rename duplicate test_io_encoding to test_pyio_encoding (GH-12896)
Windson yang
2019-04-22
1
-1/+1
*
bpo-36678: Rename duplicate tests in test_dataclasses (GH-12899)
Windson yang
2019-04-22
1
-15/+3
*
Fixes platform.win32_ver on non-Windows platforms (GH-12912)
Steve Dower
2019-04-22
1
-12/+12
*
bpo-29734: Cleanup test_getfinalpathname_handles test (GH-12908)
Berker Peksag
2019-04-22
1
-21/+14
*
bpo-36523: Add docstring to io.IOBase.writelines (GH-12683)
Marcin Niemira
2019-04-22
1
-0/+5
*
bpo-23078: Add support for {class,static}method to mock.create_autospec() (G...
Xtreak
2019-04-22
4
-2/+79
*
bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-...
Raymond Hettinger
2019-04-20
1
-0/+14
*
bpo-30485: Change the prefix for defining the default namespace in ElementPat...
Stefan Behnel
2019-04-18
2
-7/+3
*
bpo-36635: Add _testinternalcapi module (GH-12841)
Victor Stinner
2019-04-18
1
-1/+1
[next]