April 22, 2017– April 29, 2017
Filter Activity
24 hours
3 days
1 week
1 month
Overview
Excluding merges,18 authors have pushed30 commits to master and66 commits to all branches. On master,74 files have changed and there have been586additions and590deletions.

61 Pull requests merged by17 people
- Merged#1285bpo-30158: Fix deprecation warnings in test_importlib introduced by …
Apr 29, 2017 - Merged#1347[2.7] bpo-30197: Enhance swap_attr() and backport swap_item() in test.test_support. (#1341)
Apr 28, 2017 - Merged#1346[3.5] bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1341)
Apr 28, 2017 - Merged#1345 [3.6] bpo-30197: Enhance functions swap_attr() and swap_item() in tes…
Apr 28, 2017 - Merged#1332bpo-30192: Check that Python is 64-bit before enabling BLAKE2_USE_SSE.
Apr 28, 2017 - Merged#1341bpo-30197: Enhance functions swap_attr() and swap_item() in test.support.
Apr 28, 2017 - Merged#1330Small improvements to shebang on windows docs
Apr 28, 2017 - Merged#1344[3.5] bpo-30107: don't dump core on expected test_io crash (#1235)
Apr 28, 2017 - Merged#1343[3.6] bpo-30125: disable faulthandler in ctypes test_SEH (#1237)
Apr 28, 2017 - Merged#1340bpo-30104: Compile dtoa.c without strict aliasing
Apr 28, 2017 - Merged#1318[3.5] bpo-30131: test_logging now joins queue threads (#1298)
Apr 28, 2017 - Merged#1317[3.6] bpo-30131: test_logging now joins queue threads (#1298)
Apr 28, 2017 - Merged#1336[3.6] bpo-30106: Fix test_asyncore.test_quick_connect()
Apr 28, 2017 - Merged#1337[2.7] bpo-27726: Fix "make tags" command
Apr 28, 2017 - Merged#1335[3.6] bpo-30107: Make SuppressCrashReport quiet on macOS (#1279)
Apr 28, 2017 - Merged#1329Update gitignore from master
Apr 28, 2017 - Merged#1324[3.5] bpo-30175: Skip client cert tests of test_imaplib (#1320)
Apr 27, 2017 - Merged#1323[3.6] bpo-30175: Skip client cert tests of test_imaplib (#1320)
Apr 27, 2017 - Merged#1301bpo-30174: remove duplicate definition from pickletools
Apr 27, 2017 - Merged#1320bpo-30175: Skip client cert tests of test_imaplib
Apr 27, 2017 - Merged#604bpo-27200: fix several doctests
Apr 27, 2017 - Merged#1315[2.7] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312).
Apr 27, 2017 - Merged#1314[3.5] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312)
Apr 27, 2017 - Merged#1313[3.6] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312)
Apr 27, 2017 - Merged#1312bpo-30182: Using the correct full name for the ISO in the Unicode HOWTO.
Apr 27, 2017 - Merged#885bpo-28415: Note 0 conversion different between Python and C
Apr 27, 2017 - Merged#1303[3.6] bpo-30142: Remove "callable" from the 2to3fixer documentation.
Apr 26, 2017 - Merged#1305[2.7] bpo-30142: Remove "callable" from the 2to3fixer documentation.
Apr 26, 2017 - Merged#1304[3.5] bpo-30142: Remove "callable" from the 2to3fixer documentation.
Apr 26, 2017 - Merged#1296bpo-30142: Remove "callable" from the 2to3fixer documentation.
Apr 26, 2017 - Merged#1015bpo-30101: Add support for curses.A_ITALIC.
Apr 26, 2017 - Merged#1297[3.6] bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)
Apr 26, 2017 - Merged#1299[3.5] bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)
Apr 26, 2017 - Merged#1298bpo-30131: test_logging now joins queue threads
Apr 26, 2017 - Merged#1294timemodule.c: Cast PyUnicode_AsUTF8() to char*
Apr 26, 2017 - Merged#982bpo-29974: Change typing.TYPE_CHECKING doc example
Apr 26, 2017 - Merged#1292[3.5] bpo-28698: Fix c_wchar_p doc example (GH-1160)
Apr 26, 2017 - Merged#1291[3.6] bpo-28698: Fix c_wchar_p doc example (GH-1160)
Apr 26, 2017 - Merged#1160bpo-28698: Fix c_wchar_p doc example
Apr 26, 2017 - Merged#1271bpo-30052: DOC: Link `bytes` to stdtypes not functions
Apr 26, 2017 - Merged#1286[3.6] bpo-28851: Improve namedtuple documentation (GH-1274)
Apr 26, 2017 - Merged#1279bpo-30107: Make SuppressCrashReport quiet on macOS
Apr 25, 2017 - Merged#926bpo-29950: Rename SlotWrapperType to WrapperDescriptorType
Apr 25, 2017 - Merged#1274bpo-28851: DOC: Retrofit changes to collections.rst from 2.7
Apr 25, 2017 - Merged#232bpo-29617: Remove Python 3.3 support from asyncio
Apr 25, 2017 - Merged#1278bpo-30132: distutils test_build_ext() uses temp_cwd()
Apr 25, 2017 - Merged#1276tmtotuple(): use time_t for gmtoff
Apr 24, 2017 - Merged#1275bpo-30131: Cleanup threads in test_logging
Apr 24, 2017 - Merged#678bpo-29822: make inspect.isabstract() work during __init_subclass__
Apr 24, 2017 - Merged#1263bpo-30144: Import collections ABC from collections.abc rather than collections.
Apr 24, 2017 - Merged#1268bpo-29751: add Cheryl Sabella to Misc/ACKS
Apr 24, 2017 - Merged#1266[3.6] bpo-29751: Improve PyLong_FromString documentation (GH-915)
Apr 24, 2017 - Merged#1267[3.5] bpo-29751: Improve PyLong_FromString documentation (GH-915)
Apr 24, 2017 - Merged#915bpo-29751: DOC: PyLong_FromString wrong on number with leading zero a…
Apr 24, 2017 - Merged#1261[2.7] bpo-15718: Document the upper bound constrain on the __len__ re…
Apr 23, 2017 - Merged#1260[3.5] bpo-15718: Document the upper bound constrain on the __len__ re…
Apr 23, 2017 - Merged#1259[3.6] bpo-15718: Document the upper bound constrain on the __len__ re…
Apr 23, 2017 - Merged#1256bpo-15718: Document the upper bound constrain on __len__ return value.
Apr 23, 2017 - Merged#1258Remove outdated note about the constraning of the bit shift right operand.
Apr 22, 2017 - Merged#1255[3.5] Fix trailing colon and newline in test.rst (GH-1250)
Apr 22, 2017 - Merged#1254[3.6] Fix trailing colon and newline in test.rst (GH-1250)
Apr 22, 2017
34 Pull requests proposed by21 people
- Proposed#1262bpo-30143: 2to3 now generates a code that uses abstract collection classes
Apr 23, 2017 - Proposed#1264bpo-30024: Circular imports involving absolute imports with binding
Apr 23, 2017 - Proposed#1269bpo-30152: Reduce the number of imports for argparse.
Apr 24, 2017 - Proposed#1270bisect: Removed duplicate code
Apr 24, 2017 - Proposed#1272bpo-30156: Fix a crash in debug build when PYTHONDUMPREFS is set.
Apr 24, 2017 - Proposed#1273bpo-30157: Fix csv.Sniffer.sniff() regex pattern
Apr 24, 2017 - Proposed#1280itemgetter add dict example
Apr 25, 2017 - Proposed#1282[3.6] bpo-29581: Make __init_subclass__ work on ABCMeta type classes
Apr 25, 2017 - Proposed#1283bpo-30162: Add _PyTuple_Empty and make PyTuple_New(0) never failing.
Apr 25, 2017 - Proposed#1287[3.6] bpo-29960 _random.Random corrupted on exception in setstate(). …
Apr 26, 2017 - Proposed#1288[3.5] bpo-29960 _random.Random corrupted on exception in setstate(). …
Apr 26, 2017 - Proposed#1289[2.7] bpo-29960 _random.Random corrupted on exception in setstate(). …
Apr 26, 2017 - Proposed#1293bpo-30166: Import command-line parsing modules only when needed.
Apr 26, 2017 - Proposed#1295bpo-30168: Indent methods in Logger Class documentation
Apr 26, 2017 - Proposed#1300bpo-30160: Clarify intended usage of request handler stream
Apr 26, 2017 - Proposed#1302bpo-30176: add missing curses cell attributes constants
Apr 26, 2017 - Proposed#1306bpo-30178: Indent methods and attributes of MimeType class
Apr 26, 2017 - Proposed#1307bpo-27618: DOC: Update threading.Lock to define it as factory function
Apr 26, 2017 - Proposed#1308bpo-30149: Fix partialmethod without explicit self parameter.
Apr 26, 2017 - Proposed#1316bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords.
Apr 27, 2017 - Proposed#1319bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver
Apr 27, 2017 - Proposed#1325[WIP] bpo-30140: fix binop dispatch for subclasses
Apr 27, 2017 - Proposed#1326bpo-30103: Allow Uuencode in Python using backtick as zero instead of space
Apr 27, 2017 - Proposed#1327bpo-27593: Get SCM build info from git instead of hg
Apr 27, 2017 - Proposed#1331bpo-30190: improved error msg for assertAlmostEqual(delta=...)
Apr 27, 2017 - Proposed#1334bpo-30193: Allow to load buffer objects with json.loads()
Apr 27, 2017 - Proposed#1338bpo-24263: Fix unittest can not load unicode pattern test
Apr 28, 2017 - Proposed#1339bpo-30052: Always regenerate cross-references
Apr 28, 2017 - Proposed#1342[WIP] bpo-30198: distutils: call os.stat() in serial
Apr 28, 2017 - Proposed#1348bpo-27377: Add socket.fdtype()
Apr 28, 2017 - Proposed#1349bpo-28134: Auto-detect socket values from file descriptor
Apr 28, 2017 - Proposed#1350bpo-19417: bdb: add docstrings
Apr 28, 2017 - Proposed#1351bpo-30183: Fixes HP-UX cc compilation error in pytime.c
Apr 28, 2017 - Proposed#1352bpo-30206: restore *data* parameter of binascii.b2a_base64 to positional-only
Apr 29, 2017
30 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
- 21 new commentsOpen#123bpo-28334: fix netrc not working when $HOME is not set
Apr 28, 2017 - 18 new commentsOpen#1252bpo-18576: Add test.support.script_helper documentation
Apr 23, 2017 - 11 new commentsOpen#1181bpo-30102: Improve libssl performance on POWER8 for, e.g sha256
Apr 28, 2017 - 8 new commentsOpen#1081bpo-30039: Don't run signal handlers while resuming a yield from stack
Apr 24, 2017 - 7 new commentsOpen#995bpo-29981: Update Index for set, dict, and generator 'comprehensions'
Apr 26, 2017 - 7 new commentsOpen#1228bpo-30122: Added missing archive programs.
Apr 28, 2017 - 5 new commentsOpen#1035#30014: refactor poll-related classes
Apr 29, 2017 - 4 new commentsOpen#821bpo-27200: fix unittest.mock doctests.
Apr 27, 2017 - 3 new commentsOpen#1214bpo-30119: Fix ftplib to handle the ftp user's commands.
Apr 29, 2017 - 2 new commentsOpen#89bpo-24665: double-width CJK chars support for textwrap
Apr 27, 2017 - 2 new commentsOpen#928bpo-28157: Improvements for the time module documentation
Apr 26, 2017 - 2 new commentsOpen#1216bpo-29606: urllib throwing an exception on any URLs that contain one of '\r\n' for the FTP protocol.
Apr 26, 2017 - 2 new commentsOpen#1253bpo-30113: Add function Allow helper function to wrap sys.setprofile
Apr 28, 2017 - 1 new commentOpen#660bpo-29803: remove some redandunt ops in unicodeobject.c
Apr 27, 2017 - 1 new commentOpen#782[security][3.4] bpo-26657: Fix Windows directory traversal vulnerability with http.server
Apr 28, 2017 - 1 new commentOpen#784bpo-29879: Add versionadded where missing in typing.rst
Apr 26, 2017 - 1 new commentOpen#972bpo-29851: Have importlib.reload() raise ImportError if the module's spec is not found
Apr 28, 2017 - 1 new commentOpen#1034bpo-23984: Improve descriptor documentation
Apr 23, 2017 - 1 new commentOpen#1113Fix typo in re docs
Apr 22, 2017 - 1 new commentOpen#1159bpo-19184: Fix dis module RAISE_VARARGS doc
Apr 27, 2017 - 1 new commentOpen#1171bpo-30085: Improve documentation for operator
Apr 28, 2017 - 1 new commentOpen#1191bpo-30030: Use random.SystemRandom in tempfile
Apr 28, 2017 - 1 new commentOpen#1249[2.7] bpo-30134: Add an explanation of BytesWarning
Apr 25, 2017 - 0 new commentsOpen#139bpo-29442: Replace optparse with argparse in setup.py
Apr 22, 2017 - 0 new commentsOpen#291bpo-23578: Show which offset raise error when using struct.pack
Apr 22, 2017 - 0 new commentsOpen#488bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict
Apr 22, 2017 - 0 new commentsOpen#1024bpo-30013: Fix compiler warning in Modules/posixmodule.c
Apr 26, 2017 - 0 new commentsOpen#1066bpo-30028: make test.support.temp_cwd() fork-safe
Apr 22, 2017 - 0 new commentsOpen#1210bpo-21150: Add summary of argparse
Apr 26, 2017 - 0 new commentsOpen#1220bpo-30096: Use ABC in abc reference examples
Apr 22, 2017