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-31680: Add curses.ncurses_version. (GH-4217)
Serhiy Storchaka
2018-10-30
5
-3/+119
*
bpo-33237: Improve AttributeError message for partially initialized module. (...
Serhiy Storchaka
2018-10-30
7
-23/+67
*
bpo-34876: Change the lineno of the AST for decorated function and class. (GH...
Serhiy Storchaka
2018-10-30
7
-2491/+2560
*
Doc: fix asyncio loop.close() description (GH-10229)
Andriy Maletsky
2018-10-29
1
-1/+1
*
bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011)
Pablo Galindo
2018-10-29
1
-0/+7
*
bpo-34765: install-sh is executable (GH-10225)
Victor Stinner
2018-10-29
1
-0/+0
*
bpo-34945: Buffer output in test suite only when creating junit file (GH-10204)
Pablo Galindo
2018-10-29
2
-14/+16
*
bpo-35059: Convert Py_XINCREF() to static inline function (GH-10224)
Victor Stinner
2018-10-29
1
-13/+17
*
Include memo in the documented signature of copy.deepcopy()
Stephan Hoyer
2018-10-29
1
-3/+3
*
bpo-34160: Preserve user specified order of Element attributes in html. (GH-1...
Serhiy Storchaka
2018-10-29
2
-9/+5
*
bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565)
Serhiy Storchaka
2018-10-29
4
-1845/+1813
*
bpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216)
Victor Stinner
2018-10-29
3
-42/+25
*
bpo-35059: Convert Py_INCREF() to static inline function (GH-10079)
Victor Stinner
2018-10-29
1
-29/+42
*
bpo-27741: Better wording for datetime.strptime() (GH-9994)
Gus Goulart
2018-10-29
1
-1/+3
*
Fix a possible "double decref" in termios.tcgetattr(). (GH-10194)
Zackery Spytz
2018-10-29
1
-2/+2
*
bpo-35097: Add IDLE doc subsection explaining editor windows. (#10206)
Terry Jan Reedy
2018-10-29
3
-1/+37
*
bpo-33234: Add exact allocation optimization to lists in What's New (GH-10200)
Pablo Galindo
2018-10-28
1
-0/+5
*
bpo-35047, unittest.mock: Better error messages on assert_called_xxx failures...
Petter Strandmark
2018-10-28
4
-8/+62
*
Issue 35093: Document the IDLE document viewer in the IDLE doc. (#10195)
Terry Jan Reedy
2018-10-28
3
-20/+42
*
bpo-33234 Improve list() pre-sizing for inputs with known lengths (GH-9846)
Pablo Galindo
2018-10-28
3
-0/+51
*
Fix yet one error in checking Tcl version. (GH-10189)
Serhiy Storchaka
2018-10-28
1
-1/+1
*
bpo-34160: Preserve user specified order of Element attributes (GH-10163)
Raymond Hettinger
2018-10-28
4
-1/+30
*
Fix checking for bugfix Tcl version. (GH-10185)
Serhiy Storchaka
2018-10-28
1
-1/+1
*
bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174)
Alexey Izbyshev
2018-10-28
3
-5/+5
*
bpo-1529353: Explain Shell text squeezing in the IDLE doc. (#10169)
Terry Jan Reedy
2018-10-28
2
-3/+39
*
bpo-35089: Don't mention typing.io and typing.re (GH-10173)
Sebastian Rittau
2018-10-28
2
-16/+11
*
bpo-34672: fix a compiler warning in timemodule.c (GH-10176)
Xiang Zhang
2018-10-28
1
-1/+1
*
bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-1...
Pablo Galindo
2018-10-28
7
-31/+31
*
bpo-32892: Support subclasses of base types in isinstance checks for AST cons...
Serhiy Storchaka
2018-10-28
2
-1/+5
*
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka
2018-10-28
30
-190/+223
*
Fix mistakes on function coroutines related definitions (GH-9871)
Andrés Delfino
2018-10-28
1
-8/+8
*
bpo-35088: Update idlelib.help.copy_string docstring (#10164)
Terry Jan Reedy
2018-10-28
2
-17/+19
*
bpo-35087: Update idlelib help files for the current doc build. (GH-10162)
Terry Jan Reedy
2018-10-28
3
-78/+100
*
bpo-34751: improved hash function for tuples (GH-9471)
jdemeyer
2018-10-28
3
-43/+143
*
bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)
Steve Dower
2018-10-27
14
-1240/+35
*
unittest documentation: Spell pytest without the dot (GH-9820)
Andreas Pelme
2018-10-27
1
-1/+1
*
Fix typo in zipfile documentation. (GH-10151)
nsrip
2018-10-27
1
-1/+1
*
bpo-33710: Deprecate l*gettext() and related functions in the gettext module....
Serhiy Storchaka
2018-10-27
5
-67/+233
*
bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)
Terry Jan Reedy
2018-10-27
2
-3/+6
*
bpo-35042: Use the :pep: role where a PEP is specified (#10036)
Stéphane Wirtel
2018-10-26
40
-94/+95
*
bpo-35024: Remove redundant and possibly incorrect verbose message after writ...
Quentin Agren
2018-10-26
3
-1346/+1346
*
Fix a typo in asyncio-dev.rst. (GH-10133)
Benjamin Peterson
2018-10-26
1
-1/+1
*
bpo-9263: _PyXXX_CheckConsistency() use _PyObject_ASSERT() (GH-10108)
Victor Stinner
2018-10-26
3
-52/+64
*
bpo-9263: Use _PyObject_ASSERT() in typeobject.c (GH-10111)
Victor Stinner
2018-10-26
1
-10/+13
*
bpo-9263: Use _PyObject_ASSERT() in gcmodule.c (GH-10112)
Victor Stinner
2018-10-26
1
-46/+56
*
bpo-9263: Use _PyObject_ASSERT() in object.c (GH-10110)
Victor Stinner
2018-10-26
1
-18/+22
*
bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128)
Victor Stinner
2018-10-26
1
-5/+5
*
bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576)
Andrés Delfino
2018-10-26
4
-5/+38
*
bpo-35017, socketserver: don't accept request after shutdown (GH-9952)
Denis Ledoux
2018-10-26
2
-0/+6
*
Simplify the warning for http.server. (#10116)
Senthil Kumaran
2018-10-26
1
-4/+2
[next]