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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.7] [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the pars...
Serhiy Storchaka
2017-04-19
1
-0/+2
*
[2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ...
Serhiy Storchaka
2017-04-19
1
-0/+5
*
bpo-29943: Remove the PySlice_GetIndicesEx() macro. (#1050)
Serhiy Storchaka
2017-04-16
1
-5/+0
*
bpo-30011: Fixed race condition in HTMLParser.unescape(). (#1140)
Serhiy Storchaka
2017-04-15
1
-0/+2
*
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...
Xiang Zhang
2017-04-15
1
-1/+3
*
bpo-29506: Clarify deep copy note in copy module
Nick Coghlan
2017-04-09
1
-0/+1
*
[2.7] bpo-19225: Lack of c api exceptions doc (#964)
cocoatomo
2017-04-08
1
-0/+1
*
bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) (...
Victor Stinner
2017-04-03
1
-0/+4
*
bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963)
Serhiy Storchaka
2017-04-02
1
-0/+3
*
bpo-15083: Convert ElementTree doctests to unittests. (#906)
Serhiy Storchaka
2017-04-02
1
-0/+5
*
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#913)
T. Wouters
2017-03-30
1
-0/+3
*
bpo-29935: Fixed error messages in the index() method of tuple and list (#887...
Serhiy Storchaka
2017-03-30
1
-0/+3
*
bpo-29643: Fix check for --enable-optimizations (GH-873)
INADA Naoki
2017-03-28
1
-0/+2
*
bpo-29861: release references to multiprocessing Pool tasks (#743) (#803)
Antoine Pitrou
2017-03-24
1
-0/+3
*
bpo-27880: Fixed integer overflow in cPickle when pickle large strings or (#662)
Serhiy Storchaka
2017-03-14
1
-0/+3
*
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-444)
Zachary Ware
2017-03-03
1
-0/+2
*
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ...
Xiang Zhang
2017-03-01
1
-0/+3
*
bpo-29110: Fix file object leak in aifc.open (GH-356)
INADA Naoki
2017-02-28
1
-0/+4
*
[2.7] bpo-28929: Add to Misc/NEWS (GH-286)
Mariatta
2017-02-26
1
-0/+2
*
bpo-29602: fix signed zero handling in complex constructor (#204)
Mark Dickinson
2017-02-20
1
-0/+4
*
bpo-29347: Fix possibly dereferencing undefined pointers when creating weakre...
Xiang Zhang
2017-02-20
1
-0/+3
*
Issue #26355: Specify canonical URLs in docs pages
Nick Coghlan
2017-02-09
1
-0/+3
*
Issue #14376: sys.exit now accepts longs as well as ints. Thanks Gareth Rees.
Mark Dickinson
2017-02-02
1
-0/+3
*
Issue #29354: Fixed inspect.getargs() for parameters which are cell
Serhiy Storchaka
2017-02-01
1
-0/+3
*
Issue #29028: Fixed possible use-after-free bugs in the subscription of the
Serhiy Storchaka
2017-02-01
1
-0/+3
*
- Issue #29169: Update zlib to 1.2.11.
doko@ubuntu.com
2017-01-31
1
-1/+1
*
Issue #12067: Rewrite Comparisons section in the language reference
Martin Panter
2017-01-21
1
-0/+8
*
Issue #27867: Replaced function PySlice_GetIndicesEx() with a macro.
Serhiy Storchaka
2017-01-25
1
-0/+5
*
Issue #29335: Fix subprocess.Popen.wait() when the child process has
Gregory P. Smith
2017-01-23
1
-0/+3
*
revert dd13098a5dc2 (#29006, #10513)
Benjamin Peterson
2017-01-16
1
-3/+3
*
Issue #29219: Fixed infinite recursion in the repr of uninitialized
Serhiy Storchaka
2017-01-13
1
-0/+3
*
Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows.
Serhiy Storchaka
2017-01-12
1
-0/+3
*
merge heads
Benjamin Peterson
2017-01-12
2
-1/+25
|
\
|
*
Don't use getentropy() on Linux
Victor Stinner
2017-01-09
1
-0/+5
|
*
Issue #29142: Fix suffixes in no_proxy handling in urllib.
Xiang Zhang
2017-01-09
1
-0/+4
|
*
Issue #29145: Fix overflow checks in string, bytearray and unicode.
Xiang Zhang
2017-01-09
1
-0/+3
|
*
- Issue #29169: Update zlib to 1.2.10.
doko@ubuntu.com
2017-01-05
1
-0/+5
|
*
Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuk...
Steve Dower
2016-12-28
2
-1/+8
*
|
revert 030e100f048a (#29006, #10513)
Benjamin Peterson
2017-01-12
1
-3/+3
|
/
*
Issue #29094: Offsets in a ZIP file created with extern file object and modes
Serhiy Storchaka
2017-01-01
1
-0/+3
*
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
Serhiy Storchaka
2016-12-28
2
-0/+4
*
Issue #9770: curses.ascii predicates now work correctly with negative integers.
Serhiy Storchaka
2016-12-28
1
-0/+3
*
Backed out changeset 78bf34b6a713
Serhiy Storchaka
2016-12-28
1
-2/+0
*
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-0/+3
*
Issue #28998: More APIs now support longs as well as ints.
Serhiy Storchaka
2016-12-27
1
-0/+2
*
Issue #29078: Add the missing import in datetime.time doc example.
Xiang Zhang
2016-12-27
1
-0/+1
*
Issue 28923: Remove editor artifacts from Tix.py,
Terry Jan Reedy
2016-12-22
1
-0/+3
*
Issue #28871: Fixed a crash when deallocate deep ElementTree.
Serhiy Storchaka
2016-12-21
1
-0/+2
*
add a specific configure check for sys/random.h (closes #28932)
Benjamin Peterson
2016-12-20
1
-0/+2
*
Issue #29019: Fix dict.fromkeys(x) overallocates when x is sparce dict.
INADA Naoki
2016-12-20
1
-0/+3
[next]