Staging
v0.5.1

sort by:
Revision Author Date Message Commit Date
19b3a48 [2.7] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1305) 26 April 2017, 16:55:32 UTC
bfc7dff [2.7] bpo-15718: Document the upper bound constrain on the __len__ return value. (GH-1256). (#1261) (cherry picked from commit 85157cd89a6edac347a5b6871fcf20c500c6fbbf) 23 April 2017, 05:58:09 UTC
91e5ee5 [2.7] Add missing .gitignore entries for VS2015 IntelliSense DB (GH-1223). (#1227) (cherry picked from commit 8e675286a92f33837cfffac5914b5175dac5d573) 21 April 2017, 03:56:11 UTC
fb12365 Remove redundant comma in argparse HOWTO (GH-1141) Reported by Sean Canavan on docs@p.o. (cherry picked from commit 8526fb74edf5ac9ca175b7cdcb0d82bb8780d2cf) 20 April 2017, 04:41:01 UTC
450a69c bpo-19225: Remove duplicated description for standard warning categories (GH-1068) 20 April 2017, 03:57:21 UTC
2a1bf06 [2.7] [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (GH-1185) (#1189) (cherry picked from commit a79f4c219531c05fc8f670c1e4bbf12c081935d3). (cherry picked from commit 952a05e4e2cf082b74a1676a2804f1f43a9b7702) 19 April 2017, 21:48:57 UTC
64aa4df [2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) (#1183) raised an error. (cherry picked from commit bf623ae8843dc30b28c574bec8d29fc14be59d86) (cherry picked from commit 680fea4) 19 April 2017, 19:34:58 UTC
32c43fb Fix typo in HTTPConnection.set_tunnel description (#1179) 19 April 2017, 15:45:16 UTC
89f9eb5 bpo-29943: Remove the PySlice_GetIndicesEx() macro. (#1050) 16 April 2017, 07:08:47 UTC
5e79321 bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) PySlice_GetIndicesEx in _ctypes.c. 15 April 2017, 17:11:12 UTC
50f948e bpo-30011: Fixed race condition in HTMLParser.unescape(). (#1140) 15 April 2017, 15:35:46 UTC
5fbdfc3 bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1152) 15 April 2017, 05:18:22 UTC
0b46fcf [2.7] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1147) 15 April 2017, 02:04:22 UTC
b2b00e0 [2.7] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1144) * Remove conditional on free of `dps`, since `dps` is now allocated for all versions of OpenSSL * Remove call to `x509_check_ca` since it was only used to cache the `crldp` field of the certificate CRL_DIST_POINTS_free is available in all supported versions of OpenSSL (recent 0.9.8+) and LibreSSL. (cherry picked from commit 2849cc34a8db93d448a62d69c462402347b50dcb) 15 April 2017, 01:24:22 UTC
53ad684 bpo-30021: Add examples for re.escape(). (#1048) (#1118) And fix the parameter name. (cherry picked from commit 8fc7bc2b7631ee819ee614e47b6f44bacebe1574) 13 April 2017, 16:47:18 UTC
65c5b09 bpo-30027: Fix Py3k warnings in test_xml_etree. (#1065) 12 April 2017, 13:00:14 UTC
e0cba5b [2.7] bpo-29521: Fix two minor documentation build warnings (GH-41) (GH-670) (cherry picked from commit 3d707be950b387552585451071928e7b39cdfa53) 10 April 2017, 17:27:50 UTC
7026cd9 [2.7] Correct typo in configparser.rst (GH-1012) (GH-1026) (cherry picked from commit 01fa9ae5460b00bf1ced500c797176ebd3fb060d) 09 April 2017, 22:16:06 UTC
ab16dc1 bpo-29506: Clarify deep copy note in copy module The reference to administrative data was confusing to readers, so this simplifies the note to explain that deep copying may copy more then you intended, such as data that you expected to be shared between copies. Patch by Sanyam Khurana. 09 April 2017, 10:57:29 UTC
d6d943a Issue #29798: Handle git worktree in patchcheck (#1057) The original attempted fix missed an `isdir()` call in `get_base_branch()`. 09 April 2017, 08:32:48 UTC
e41390a bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046) (cherry picked from commit b879fe8) 08 April 2017, 08:48:57 UTC
7f85947 [2.7] bpo-19225: Lack of c api exceptions doc (#964) * Keep the c-api exception doc up-to-date cherry-pick'ed from ec1f5df..e3d6db3 and fix conflict 08 April 2017, 06:19:24 UTC
9b50786 Fix references within buffer protocol docs (#1016) 06 April 2017, 17:36:43 UTC
d7564e5 remove merge=union attribute for Misc/NEWS (GH-460) (GH-989) (cherry picked from commit 060d2d776a29341c079cce37220324f9775140ba) 04 April 2017, 12:49:31 UTC
23d6eb6 bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) (#973) * bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS Skip some tests of select.poll when running on macOS due to unresolved issues with the underlying system poll function on some macOS versions. (cherry picked from commit de04644627f82d9dc48b3423def7ff5b4aa1926a) 03 April 2017, 16:11:22 UTC
back to top