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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903)
周家未
2019-04-22
1
-1/+1
*
bpo-36523: Add docstring to io.IOBase.writelines (GH-12683)
Marcin Niemira
2019-04-22
4
-3/+18
*
Doc: add the missing ".tp_flags" in type definition (GH-12902)
Wu Wei
2019-04-22
1
-0/+1
*
bpo-23078: Add support for {class,static}method to mock.create_autospec() (G...
Xtreak
2019-04-22
5
-2/+81
*
bpo-24011: Use PyModule_Add{Object,IntMacro} in PyInit__signal() (GH-12765)
Joannah Nanjekye
2019-04-22
1
-7/+5
*
bpo-36645: Fix ambiguous formatting in re.sub() documentation (GH-12879)
mollison
2019-04-21
1
-0/+1
*
Fix typo (GH-12878)
Fredrik Averpil
2019-04-20
1
-1/+1
*
bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-...
Raymond Hettinger
2019-04-20
3
-4/+21
*
ctypes: remove use of legacy unicode API (GH-12340)
Inada Naoki
2019-04-19
2
-15/+19
*
bpo-30485: Change the prefix for defining the default namespace in ElementPat...
Stefan Behnel
2019-04-18
4
-11/+7
*
bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866)
Enrico Alarico Carbognani
2019-04-18
1
-3/+3
*
bpo-36635: Add _testinternalcapi module (GH-12841)
Victor Stinner
2019-04-18
13
-49/+172
*
bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059)
Paul Monson
2019-04-18
7
-8/+31
*
bpo-36638: Fix WindowsLoadTracker exception on some Windows versions (GH-12849)
Paul Monson
2019-04-18
1
-2/+7
*
Fix wrong indentation of a paragraph in documentation (GH-12868)
cocoatomo
2019-04-18
1
-2/+2
*
bpo-32913: Added re.Match.groupdict example to regex HOWTO (GH-5821)
josh
2019-04-17
2
-0/+8
*
bpo-36649: Remove trailing spaces for registry keys when installed via the St...
Steve Dower
2019-04-17
2
-7/+7
*
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
Victor Stinner
2019-04-17
26
-56/+97
*
bpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852)
Victor Stinner
2019-04-17
2
-15/+25
*
bpo-35755: Don't say "to mimick Unix which command behavior" (GH-12861)
Victor Stinner
2019-04-17
3
-4/+3
*
bpo-31904: Port test_resource to VxWorks (GH-12719)
Lihua Zhao
2019-04-17
3
-0/+7
*
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
2
-1/+6
*
bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12858)
Victor Stinner
2019-04-17
5
-18/+155
*
Clarify file-closing example in tutorial (GH-11652)
Colin Watson
2019-04-17
1
-0/+2
*
bpo-31904: Fix test_tabnanny on VxWorks (GH-12646)
Lihua Zhao
2019-04-17
2
-2/+5
*
bpo-36642: make unicodedata const (GH-12855)
Inada Naoki
2019-04-16
5
-19/+19
*
bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854)
Inada Naoki
2019-04-16
3
-2/+4
*
bpo-33783: Use proper class markup for random.Random docs (GHè7817)
Matthias Bussonnier
2019-04-16
1
-0/+5
*
Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856)
Berker Peksag
2019-04-16
1
-0/+6
*
bpo-36345: Update wsgiref example (GH-12562)
Stéphane Wirtel
2019-04-16
3
-32/+10
*
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
5
-13/+28
*
bpo-36389: Cleanup gc.set_threshold() (GH-12844)
Victor Stinner
2019-04-15
1
-2/+2
*
bpo-35134: Add cpython/pymem.h to build system (GH-12842)
Victor Stinner
2019-04-15
3
-0/+5
*
bpo-35134: Add Include/cpython/pymem.h (GH-12840)
Victor Stinner
2019-04-15
2
-95/+106
*
Doc: update PendingDeprecationWarning explanation (GH-12837)
Inada Naoki
2019-04-15
1
-9/+6
*
bpo-36625: Remove obsolete comments from docstrings in fractions module (GH-1...
Jakub Molinski
2019-04-15
3
-3/+5
*
bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834)
Victor Stinner
2019-04-15
4
-16/+21
*
bpo-31904: Port the time module on VxWorks (GH-12305)
pxinwr
2019-04-15
4
-5/+15
*
bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833)
pxinwr
2019-04-15
3
-6/+10
*
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
4
-2/+21
*
bpo-30485: support a default prefix mapping in ElementPath by passing None as...
Stefan Behnel
2019-04-14
4
-12/+39
*
bpo-36227: ElementTree.tostring() default_namespace and xml_declaration argum...
Bernt Røskar Brenna
2019-04-14
4
-9/+152
*
bpo-36593: Fix isinstance check for Mock objects with spec executed under tra...
Xtreak
2019-04-13
3
-1/+41
*
bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can termi...
Pablo Galindo
2019-04-13
1
-0/+12
*
Skip test_preadv_flags if RWF_HIPRI is not supported by the system (GH-12762)
Pablo Galindo
2019-04-13
1
-0/+8
[prev]
[next]