| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [2.7] Fix typos in multiple `.rst` files (GH-1668) (#1707) | delirious-lettuce | 2017-05-22 | 1 | -5/+5 |
|
|
* | bpo-30003: Fix handling escape characters in HZ codec (#1720) (#1556) | Xiang Zhang | 2017-05-22 | 1 | -0/+3 |
|
|
* | bpo-30409: locale.getpreferredencoding doesn't return result (#1672) | Sean McCully | 2017-05-21 | 1 | -0/+1 |
|
|
* | [2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681) | Serhiy Storchaka | 2017-05-20 | 2 | -0/+5 |
|
|
* | [2.7] bpo-25794: Fix `type.__setattr__()` for non-interned or unicode attribu... | Serhiy Storchaka | 2017-05-20 | 1 | -0/+3 |
|
|
* | [2.7] bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595) ... | Serhiy Storchaka | 2017-05-18 | 1 | -0/+4 |
|
|
* | [2.7] bpo-30363: Backport warnings in the re module. (#1577) | Serhiy Storchaka | 2017-05-18 | 1 | -0/+4 |
|
|
* | bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581) | Serhiy Storchaka | 2017-05-17 | 1 | -0/+9 |
|
|
* | bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1624) | Victor Stinner | 2017-05-17 | 1 | -0/+4 |
|
|
* | bpo-30357 each test in test_thread waits until all spawned threads finish (#1... | grzgrzgrz3 | 2017-05-15 | 2 | -0/+5 |
|
|
* | bpo-11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCon... | Victor Stinner | 2017-05-15 | 1 | -0/+3 |
|
|
* | bpo-30342: Fix sysconfig.is_python_build() on VS9.0 (#1544) | Victor Stinner | 2017-05-12 | 1 | -0/+3 |
|
|
* | [2.7] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478... | torsava | 2017-05-09 | 2 | -0/+5 |
|
|
* | bpo-29990: Fix range checking in GB18030 decoder (#1509) | Xiang Zhang | 2017-05-09 | 1 | -0/+2 |
|
|
* | [2.7] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1471) | Serhiy Storchaka | 2017-05-05 | 1 | -0/+4 |
|
|
* | Revert "Issue #29094: Offsets in a ZIP file created with extern file object a... | Benjamin Peterson | 2017-05-05 | 1 | -3/+2 |
|
|
* | bpo-23404: make touch becomes make regen-all (#1466) | Victor Stinner | 2017-05-05 | 1 | -0/+4 |
|
|
* | [2.7] bpo-30236: Backported regrtest options -m and -G. (#1394) | Serhiy Storchaka | 2017-05-03 | 1 | -0/+3 |
|
|
* | bpo-30255: Clip step in _PySlice_Unpack() (#1429) | Victor Stinner | 2017-05-03 | 1 | -0/+5 |
|
|
* | [2.7] bpo-30223: Add Lib/test/__main__.py. (#1373) | Serhiy Storchaka | 2017-05-02 | 1 | -0/+4 |
|
|
* | bpo-27593: Get SCM build info from git instead of hg (#1327) | Victor Stinner | 2017-05-02 | 1 | -0/+4 |
|
|
* | bpo-30207: Rename test.test_support to test.support. (#1353) | Serhiy Storchaka | 2017-04-30 | 1 | -0/+6 |
|
|
* | [2.7] bpo-30197: Enhance swap_attr() and backport swap_item() in test.test_su... | Serhiy Storchaka | 2017-04-28 | 1 | -0/+6 |
|
|
* | [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 |
|
|