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-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
*
bpo-36638: Fix WindowsLoadTracker exception on some Windows versions (GH-12849)
Paul Monson
2019-04-18
1
-2/+7
*
bpo-35755: Don't say "to mimick Unix which command behavior" (GH-12861)
Victor Stinner
2019-04-17
2
-2/+2
*
bpo-31904: Port test_resource to VxWorks (GH-12719)
Lihua Zhao
2019-04-17
1
-0/+4
*
bpo-31904: Port test_cmd_line to VxWorks (#12648)
Lihua Zhao
2019-04-17
1
-0/+2
*
bpo-35755: Remove current directory from posixpath.defpath (GH-11586)
Victor Stinner
2019-04-17
1
-1/+1
*
bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12858)
Victor Stinner
2019-04-17
4
-18/+149
*
bpo-31904: Fix test_tabnanny on VxWorks (GH-12646)
Lihua Zhao
2019-04-17
1
-2/+4
*
bpo-27860: ipaddress: fix Interface missed some attributes (GH-12836)
Inada Naoki
2019-04-15
2
-71/+56
*
bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411)
Victor Stinner
2019-04-15
2
-13/+20
*
bpo-36625: Remove obsolete comments from docstrings in fractions module (GH-1...
Jakub Molinski
2019-04-15
1
-3/+3
*
bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834)
Victor Stinner
2019-04-15
3
-16/+19
*
bpo-31904: Port the time module on VxWorks (GH-12305)
pxinwr
2019-04-15
1
-1/+5
*
bpo-27860: use cached_property (GH-12832)
Inada Naoki
2019-04-15
2
-53/+17
*
bpo-30485: Re-allow empty strings in ElementPath namespace mappings since the...
Stefan Behnel
2019-04-14
2
-5/+0
*
bpo-16079: fix duplicate test method name in test_gzip. (GH-12827)
Gregory P. Smith
2019-04-14
1
-1/+1
*
bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564)
Mickaël Schoentgen
2019-04-14
2
-1/+14
*
bpo-30485: support a default prefix mapping in ElementPath by passing None as...
Stefan Behnel
2019-04-14
2
-9/+30
*
bpo-36227: ElementTree.tostring() default_namespace and xml_declaration argum...
Bernt Røskar Brenna
2019-04-14
2
-3/+135
*
bpo-36593: Fix isinstance check for Mock objects with spec executed under tra...
Xtreak
2019-04-13
2
-1/+39
*
Skip test_preadv_flags if RWF_HIPRI is not supported by the system (GH-12762)
Pablo Galindo
2019-04-13
1
-0/+8
*
bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663)
Cheryl Sabella
2019-04-13
1
-1/+1
*
bpo-35734: ipaddress: remove unused methods (GH-11591)
Rémi Lapeyre
2019-04-13
2
-71/+1
*
bpo-18748: test_io: silence destructor errors (GH-12805)
Victor Stinner
2019-04-12
1
-0/+29
*
bpo-36611: Disable serialno field of debug memory allocators (#12796)
Victor Stinner
2019-04-12
1
-2/+2
*
bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()...
Eric Snow
2019-04-12
1
-1/+1
*
Correct grammar in concurrent/futures/process.py docstring (GH-12761)
Thomas Grainger
2019-04-12
1
-1/+1
*
bpo-36549: str.capitalize now titlecases the first character instead of upper...
Kingsley M
2019-04-12
2
-2/+2
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12...
Eric Snow
2019-04-12
1
-1/+1
*
bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)
Victor Stinner
2019-04-12
1
-6/+25
[next]