Showing content from http://mail.python.org/pipermail/python-checkins/2015-July/thread.html below:
The Python-checkins July 2015 Archive by thread
July 2015 Archives by thread
Starting: Wed Jul 1 00:19:31 CEST 2015
Ending: Fri Jul 31 23:37:39 CEST 2015
Messages: 506
- [Python-checkins] cpython (3.5): Issue #24400: Remove inspect.isawaitable(). yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (Issue #24400) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (NEWS) yury.selivanov
- [Python-checkins] cpython (3.5): Note removal of inspect.isawaitable() in the NEWS file yury.selivanov
- [Python-checkins] peps: pep-0492: inspect.isawaitable is dead, long live abc.Awaitable. yury.selivanov
- [Python-checkins] cpython (3.5): Issue #24400: Fix failing unittest yury.selivanov
- [Python-checkins] cpython (3.5): Issue #24541: Update comment in test_inspect.test_eightteen yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 yury.selivanov
- [Python-checkins] cpython (3.5): Issue #24541: Drop test_inspect.test_eightteen unittest; update docs yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (Issue #24487) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #24487: Rename async() -> ensure_future() in asyncio docs. yury.selivanov
- [Python-checkins] Daily reference leaks (3dc2a113e8a7): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Update setuptools to 18.0.1 and pip to 7.1.0 donald.stufft
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge in setuptools/pip update donald.stufft
- [Python-checkins] cpython (3.5): Issue #24400: Add one more unittest for CoroutineType.__await__ yury.selivanov
- [Python-checkins] cpython (3.5): Issue #24400: Mention that __instancecheck__ is used in abc.Awaitable and yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): merge in setuptools/pip update donald.stufft
- [Python-checkins] cpython (2.7): Update setuptools to 18.0.1 and pip to 7.1.0 donald.stufft
- [Python-checkins] cpython (3.5): docs/conf: Undo changes in b2a3baa1c2b0; issue #24400 yury.selivanov
- [Python-checkins] cpython (3.4): remove stray '(' (closes #24547) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 benjamin.peterson
- [Python-checkins] Daily reference leaks (dbb4fb46fc1d): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #24514: tarfile now tolerates number fields consisting of only whitespace. lars.gustaebel
- [Python-checkins] cpython (3.4): Issue #24514: tarfile now tolerates number fields consisting of only whitespace. lars.gustaebel
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5: Issue #24514: tarfile now tolerates number fields consisting of lars.gustaebel
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting of lars.gustaebel
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5 (#24543). stefan.krah
- [Python-checkins] cpython (3.5): Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false stefan.krah
- [Python-checkins] cpython (3.4): fix use after free (closes #24552) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#24552) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#24552) benjamin.peterson
- [Python-checkins] cpython (3.4): use correct __new__ method (closes #24552) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (Issue #24450) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. yury.selivanov
- [Python-checkins] cpython (3.5): Issue #24450: Proxy cr_await and gi_yieldfrom in @types.coroutine yury.selivanov
- [Python-checkins] cpython (3.4): Issue #24450: Proxy gi_yieldfrom & cr_await in asyncio.CoroWrapper yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (Issue #24450) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (Issue #19235) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. yury.selivanov
- [Python-checkins] cpython (3.5): Add a rudimentary test for StopAsyncIteration in test_exceptions. yury.selivanov
- [Python-checkins] Daily reference leaks (09b223827f63): sum=-1 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Merge fix for #24458 from 3.5 nick.coghlan
- [Python-checkins] cpython (3.5): Close #24458: PEP 489 documentation nick.coghlan
- [Python-checkins] cpython (2.7): Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false stefan.krah
- [Python-checkins] cpython (3.5): Issue #24400: Resurrect inspect.isawaitable() yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Fixes warnings when building python3.dll due to the .def file accumulating steve.dower
- [Python-checkins] cpython (3.5): Fixes warnings when building python3.dll due to the .def file accumulating steve.dower
- [Python-checkins] cpython (3.4): Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. steve.dower
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. steve.dower
- [Python-checkins] cpython (2.7): Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. steve.dower
- [Python-checkins] cpython (2.7): Issue #24525: Add missing word. Patch by Vincent Legoll. terry.reedy
- [Python-checkins] cpython: Move insertion resize logic into set_insert_key(). raymond.hettinger
- [Python-checkins] cpython: Call set_lookkey() directly to avoid unnecessary memory spills and reloads. raymond.hettinger
- [Python-checkins] cpython: Minor factoring: move redundant resize scaling logic into the resize function. raymond.hettinger
- [Python-checkins] cpython: Minor nit: Make the style of checking error return values more consistent. raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. ned.deily
- [Python-checkins] cpython (2.7): Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. ned.deily
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24432: merge from 3.5 ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Updates to the OS X installer (merge from 3.5) ned.deily
- [Python-checkins] cpython (3.5): Updates to the OS X installer for 3.5.0b3: ned.deily
- [Python-checkins] Daily reference leaks (596ca185e3dc): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython: Minor cleanup. raymond.hettinger
- [Python-checkins] cpython: Make sure the dummy percentage calculation won't overflow. raymond.hettinger
- [Python-checkins] cpython (3.5): Ignore user environment/site-packages for ensurepip and compile_all steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Ignore user environment/site-packages for ensurepip and compile_all steve.dower
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge: #24584: replace dead link with pointer to archive.org. r.david.murray
- [Python-checkins] cpython (3.4): #24584: replace dead link with pointer to archive.org. r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #24584: replace dead link with pointer to archive.org. r.david.murray
- [Python-checkins] cpython (2.7): #24548: replace dead link with pointer to archive.org. r.david.murray
- [Python-checkins] cpython (2.7): Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference ned.deily
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24330: merge from 3.4 ned.deily
- [Python-checkins] cpython (3.4): Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24330: merge from 3.5 ned.deily
- [Python-checkins] cpython: Make the unicode equality test an external function rather than in-lining it. raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#24407) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#24407) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#24407) benjamin.peterson
- [Python-checkins] cpython (3.3): protect against mutation of the dict during insertion (closes #24407) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.4): merge heads benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.5): merge heads benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] Daily reference leaks (fdad98dde75a): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Fixes rebuild of strings for Windows installer. steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Fixes rebuild of strings for Windows installer. steve.dower
- [Python-checkins] cpython (3.5): add news section for next beta benjamin.peterson
- [Python-checkins] cpython (3.5): set items in dict displays from left to right (closes #24569) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#24569) benjamin.peterson
- [Python-checkins] cpython (2.7): 'free-after-use' is not a bug :) (closes #24568) benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads benjamin.peterson
- [Python-checkins] cpython: Clean-up call patterns for add/contains/discard to better match the caller's raymond.hettinger
- [Python-checkins] cpython (3.5): Version bump for Python 3.5.0b3 release. larry.hastings
- [Python-checkins] cpython (3.5): Documentation fixes for 3.5.0b3. larry.hastings
- [Python-checkins] cpython (3.5): Added tag v3.5.0b3 for changeset 0035fcd9b924 larry.hastings
- [Python-checkins] cpython (3.5): Post-release fixes for Python 3.5.0b3. larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge with ongoing work in 3.5 branch. larry.hastings
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5.0b3 changes from 3.5 ned.deily
- [Python-checkins] cpython (2.7): Issue #24540: fix typo in json.dumps docstring ned.deily
- [Python-checkins] cpython (3.4): Issue #24540: fix typo in json.dumps docstring ned.deily
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24540: merger from 3.4 ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24540: merger from 3.5 ned.deily
- [Python-checkins] cpython: Change add/contains/discard calls to pass the key and hash instead of an entry raymond.hettinger
- [Python-checkins] cpython: Bring related functions add/contains/discard together in the code. raymond.hettinger
- [Python-checkins] peps: PEP 493: simplify detection of the capability nick.coghlan
- [Python-checkins] peps: PEP 493: Add post date nick.coghlan
- [Python-checkins] peps: PEP 493: Credit MAL as a co-author, fix headers nick.coghlan
- [Python-checkins] cpython (2.7): Update Docs/tools/susp-ignored.csv zach.ware
- [Python-checkins] cpython (2.7): Issue #24259: tarfile now raises a ReadError if an archive is truncated inside lars.gustaebel
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge with 3.4: Issue #24259: tarfile now raises a ReadError if an archive is lars.gustaebel
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5: Issue #24259: tarfile now raises a ReadError if an archive is lars.gustaebel
- [Python-checkins] cpython (3.4): Issue #24259: tarfile now raises a ReadError if an archive is truncated inside lars.gustaebel
- [Python-checkins] Daily reference leaks (afba0ea40e5a): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #18684: Fixed reading out of the buffer in the re module. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #18684: Fixed reading out of the buffer in the re module. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #18684: Fixed reading out of the buffer in the re module. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18684: Fixed reading out of the buffer in the re module. serhiy.storchaka
- [Python-checkins] cpython (2.7): tighten warning benjamin.peterson
- [Python-checkins] cpython (3.4): tighten warning benjamin.peterson
- [Python-checkins] cpython: Tighten-up code in set_next() to use an entry pointer rather than indexing. raymond.hettinger
- [Python-checkins] cpython (2.7): 'not' is very important here benjamin.peterson
- [Python-checkins] cpython (3.4): 'not' is very important here benjamin.peterson
- [Python-checkins] cpython (2.7): Corrected empty lines and removed BOM in Misc/NEWS. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Corrected empty lines in Misc/NEWS. serhiy.storchaka
- [Python-checkins] cpython (3.4): Corrected empty lines in Misc/NEWS. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Corrected empty lines in Misc/NEWS. serhiy.storchaka
- [Python-checkins] cpython: Tighten-up code in the set iterator to use an entry pointer rather than raymond.hettinger
- [Python-checkins] cpython: Minor bit of factoring-out common code. raymond.hettinger
- [Python-checkins] cpython (3.4): Fix suspicious markup zach.ware
- [Python-checkins] cpython (3.5): Fix usage of the default role. zach.ware
- [Python-checkins] cpython (3.4): Fix usage of the default role. zach.ware
- [Python-checkins] cpython (3.5): Fix versionchanged directives zach.ware
- [Python-checkins] cpython (3.5): Update ignored suspicious markup zach.ware
- [Python-checkins] Daily reference leaks (2f86a69c3220): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython: Issue 24581: Revert c9782a9ac031 pending a stronger test for mutation during raymond.hettinger
- [Python-checkins] cpython (3.5): Closes 24584: Windows installer incorrectly detects CRT version on Windows 10 steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Closes 24584: Windows installer incorrectly detects CRT version on Windows 10 steve.dower
- [Python-checkins] Daily reference leaks (877f47ca3b79): sum=5 solipsis at pitrou.net
- [Python-checkins] cpython: Neaten-up a little bit. raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> 3.5): Added regression test for issue24581. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Added regression test for issue24581. serhiy.storchaka
- [Python-checkins] cpython (2.7): Added regression test for issue24581. serhiy.storchaka
- [Python-checkins] cpython (3.4): Added regression test for issue24581. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #24585: Enables build-to-build upgrades that preserve settings. steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24585: Enables build-to-build upgrades that preserve settings. steve.dower
- [Python-checkins] cpython (3.5): Fixes installer rebuild, snapshot versioning, and the README.txt file. steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Fixes installer rebuild, snapshot versioning, and the README.txt file. steve.dower
- [Python-checkins] Daily reference leaks (2a8a39640aa2): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional barry.warsaw
- [Python-checkins] cpython (merge 3.5 -> default): - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional barry.warsaw
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (asyncio) victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (asyncio) victor.stinner
- [Python-checkins] cpython (3.4): asyncio: sync with github asyncio victor.stinner
- [Python-checkins] Daily reference leaks (ddb839c239d9): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Corrected docstrings of audio modules. writeframes() accepts bytes, not str. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Corrected docstrings of audio modules. writeframes() accepts bytes, not str. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Corrected docstrings of audio modules. writeframes() accepts bytes, not str. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24608: chunk.Chunk.read() now always returns bytes, not str. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24608: chunk.Chunk.read() now always returns bytes, not str. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24608: chunk.Chunk.read() now always returns bytes, not str. serhiy.storchaka
- [Python-checkins] Daily reference leaks (8befb15024b5): sum=22 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#24610) benjamin.peterson
- [Python-checkins] cpython (3.4): fix normalization example (closes #24610) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#24610) benjamin.peterson
- [Python-checkins] Daily reference leaks (02b81a82a57d): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #24611: Fixed compiling the posix module on non-Windows platforms serhiy.storchaka
- [Python-checkins] Daily reference leaks (02b81a82a57d): sum=-4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Backport b80d141a044e zach.ware
- [Python-checkins] cpython: Issue #23530: Improve os.cpu_count() description. charles-francois.natali
- [Python-checkins] cpython: Issue #23661: unittest.mock side_effects can now be exceptions again. robert.collins
- [Python-checkins] cpython (merge 3.5 -> default): Issue 23661: null-merge with 3.5. robert.collins
- [Python-checkins] cpython (3.5): Issue #23661: unittest.mock side_effects can now be exceptions again. robert.collins
- [Python-checkins] Daily reference leaks (231bf0840f8f): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. robert.collins
- [Python-checkins] cpython (merge 3.4 -> 3.5): - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. robert.collins
- [Python-checkins] cpython (merge 3.5 -> default): - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. robert.collins
- [Python-checkins] devguide: Add typing module to experts to encourage people to claim it. r.david.murray
- [Python-checkins] Daily reference leaks (a4fe32477df6): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #24631: Fixed regression in the timeit modulu with multyline setup. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24631: Fixed regression in the timeit modulu with multyline setup. serhiy.storchaka
- [Python-checkins] cpython (2.7): Close #23963: Fix building with original OpenSSL sources. zach.ware
- [Python-checkins] cpython (2.7): Close #24508: Backport the 3.5 MSBuild project files. zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): merge raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #24583: Fix crash when set is mutated while being updated. raymond.hettinger
- [Python-checkins] cpython: Issue #24583: Fix crash when set is mutated while being updated. raymond.hettinger
- [Python-checkins] peps: Add Python-Version header; some formatting fixes. guido.van.rossum
- [Python-checkins] Daily reference leaks (0b04e5689c33): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5 steve.dower
- [Python-checkins] cpython (3.4): Issue #21750: mock_open.read_data can now be read from each instance, as it robert.collins
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #21750: mock_open.read_data can now be read from each instance, as it robert.collins
- [Python-checkins] cpython (merge 3.5 -> default): Issue #21750: mock_open.read_data can now be read from each instance, as it robert.collins
- [Python-checkins] Daily reference leaks (2854dba70ee7): sum=4670028 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Typo fix in mock.patch. robert.collins
- [Python-checkins] cpython (merge 3.5 -> default): Typo fix in mock.patch. robert.collins
- [Python-checkins] cpython (merge 3.4 -> 3.5): Typo fix in mock.patch. robert.collins
- [Python-checkins] cpython (3.5): Removes my username from the documentation. steve.dower
- [Python-checkins] cpython (3.5): Fixes sys.path for applocal environments. steve.dower
- [Python-checkins] benchmarks: Add a few missing LICENSE files for third-party projects. thomas.wouters
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24642: Adds installer notes and links to What's New for 3.5 steve.dower
- [Python-checkins] cpython (3.5): Issue #24642: Adds installer notes and links to What's New for 3.5 steve.dower
- [Python-checkins] peps: pep-492: Update benchmark code yury.selivanov
- [Python-checkins] Daily reference leaks (d6c91b8242d2): sum=4671285 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Adds option to only install the launcher. steve.dower
- [Python-checkins] cpython (3.5): Issue #24642: Improves help text displayed in the Windows installer. steve.dower
- [Python-checkins] cpython (3.5): Adds support for an unattend.xml file to control the Windows installer options. steve.dower
- [Python-checkins] cpython (2.7): improve style of the convert macro (#24655) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#24655) benjamin.peterson
- [Python-checkins] cpython (3.4): improve style of the convert macro (#24655) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#24655) benjamin.peterson
- [Python-checkins] cpython (3.5): Fixed typos in Misc/NEWS. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Fixed typos in Misc/NEWS. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #24580: Symbolic group references to open group in re patterns now are serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24580: Symbolic group references to open group in re patterns now are serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24568: fix typo. raymond.hettinger
- [Python-checkins] cpython (2.7): Fixes OpenSSL directory reference steve.dower
- [Python-checkins] Daily reference leaks (4d3557500019): sum=4673118 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector. terry.reedy
- [Python-checkins] cpython: Divisions-by-two for a positive Py_ssize_t compile more cleanly with >>1 than raymond.hettinger
- [Python-checkins] cpython: Issue #24583: Fix refcount leak. raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #19663: Improve error message for defaultdict. raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #19663: Improve error message for defaultdict. raymond.hettinger
- [Python-checkins] Daily reference leaks (acb5b177dd4e): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #24583: Consolidate previous set object updates into a single function raymond.hettinger
- [Python-checkins] cpython (3.4): Issue #24675: Avoid DeprecationWarning in test_os victor.stinner
- [Python-checkins] cpython (3.5): Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind() serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind() serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20792: Expand idle_test.test_pathbowser. Tweak file. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge with 3.4 terry.reedy
- [Python-checkins] cpython (3.4): Issue #20792: Expand idle_test.test_pathbowser. Tweak file to not copy twice. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Updates get_wix.py for newer version of WiX. steve.dower
- [Python-checkins] cpython (3.5): Updates get_wix.py for newer version of WiX. steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Fixes argument handling in build.bat and HHC search steve.dower
- [Python-checkins] cpython (3.5): Fixes argument handling in build.bat and HHC search steve.dower
- [Python-checkins] cpython (3.5): Use setUpClass and tearDownClass correctly in test_os. berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Use setUpClass and tearDownClass correctly in test_os. berker.peksag
- [Python-checkins] cpython: Close issue6549: minor ttk.Style fixes ethan.furman
- [Python-checkins] Daily reference leaks (366ee0f84118): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #24669: Fix inspect.getsource() for 'async def' functions. yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (Issue #24669) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24678: Fixed raiseExceptions typo in logging tests. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24678: Fixed raiseExceptions typo in logging tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24678: Fixed raiseExceptions typo in logging tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24680: Merge with 3.4 zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #24680: Merge with 3.5 zach.ware
- [Python-checkins] cpython (3.4): Issue #24680: Remove random backslash. Patch by cdz. zach.ware
- [Python-checkins] cpython (2.7): Issue #24680: Remove random backslash. Patch by cdz. zach.ware
- [Python-checkins] cpython (3.4): rstlint: explicitly open files as UTF8 zach.ware
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24603: Update the Windows build to use OpenSSL 1.0.2d zach.ware
- [Python-checkins] cpython (3.4): Issue #24603: Update the Windows build to use OpenSSL 1.0.2d zach.ware
- [Python-checkins] cpython (2.7): Issue #24603: Update Windows build to use OpenSSL 1.0.2d zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24603: Merge with 3.5 zach.ware
- [Python-checkins] cpython (2.7): we don't care about python 1.5.2 benjamin.peterson
- [Python-checkins] peps: Source layout tweaks and minor clarifications ronald.oussoren
- [Python-checkins] Daily reference leaks (310613b993d4): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #24619: New approach for tokenizing async/await. yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (Issue #24619) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #24619: More tests; fix nits in compiler.c yury.selivanov
- [Python-checkins] cpython: Issue #8585: improved tests for zipimporter2. Patch from Mark Lawrence. robert.collins
- [Python-checkins] cpython (3.5): Issue #23440: Improve http.server.SimpleHTTPRequestHandler tests berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23440: Improve http.server.SimpleHTTPRequestHandler tests berker.peksag
- [Python-checkins] cpython: Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond. robert.collins
- [Python-checkins] cpython (3.4): Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. robert.collins
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. robert.collins
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. robert.collins
- [Python-checkins] cpython (3.4): Fix suspicious after the unittest docs change. robert.collins
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge unittest docs suspicious fix. robert.collins
- [Python-checkins] cpython (merge 3.5 -> default): Merge unittest docs suspicious fix. robert.collins
- [Python-checkins] cpython (2.7): Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond. robert.collins
- [Python-checkins] cpython (merge 3.4 -> 3.5): Remove line numbers from unittest in susp-ignored. robert.collins
- [Python-checkins] cpython (3.4): Remove line numbers from unittest in susp-ignored. robert.collins
- [Python-checkins] cpython (merge 3.5 -> default): Remove line numbers from unittest in susp-ignored. robert.collins
- [Python-checkins] peps: pep-0492: Sync the PEP with the latest state of things in CPython yury.selivanov
- [Python-checkins] cpython (3.5): Issue #24688: ast.get_docstring() for 'async def' functions. yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (Issue #24688) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #24687: Plug refleak on SyntaxError in function parameters annotations. yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (Issue #24687) yury.selivanov
- [Python-checkins] Daily reference leaks (6c6f1e107cfe): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #24681: Move the store of so->table to the code block where it is used. raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #24619: Simplify async/await tokenization. yury.selivanov
- [Python-checkins] cpython (3.5): Issue #24692: Add more tests for types.coroutine yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (Issue #24692) yury.selivanov
- [Python-checkins] cpython (3.5): Issue #24485: Revert backwards compatibility breaking changes of #21217. yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issues #21217, #24485). yury.selivanov
- [Python-checkins] cpython: Issue #13248: Remove inspect.getargspec from 3.6 (deprecated from 3.0) yury.selivanov
- [Python-checkins] cpython: Issue #13248: Remove inspect.getmoduleinfo() from 3.6 (deprecated in 3.3) yury.selivanov
- [Python-checkins] cpython: Sync NEWS (re removed inspect.getargspec and inspect.getmoduleinfo) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Issue #21750: Further fixup to be styled like other mock APIs. robert.collins
- [Python-checkins] cpython (3.4): Issue #21750: Further fixup to be styled like other mock APIs. robert.collins
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #21750: Further fixup to be styled like other mock APIs. robert.collins
- [Python-checkins] cpython (merge 3.4 -> 3.5): Add versionchanged information for mock_open. robert.collins
- [Python-checkins] cpython (merge 3.5 -> default): Add versionchanged information for mock_open. robert.collins
- [Python-checkins] cpython (3.4): Add versionchanged information for mock_open. robert.collins
- [Python-checkins] cpython (3.5): Issue #24485: Function source inspection fails on closures. meador.inge
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24485: Function source inspection fails on closures. meador.inge
- [Python-checkins] cpython (2.7): Initialize buf.outobj in multibyte encoder (closes issue #24702). serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24703: Fixed resource leak on error in bsddb.verify(). serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24620: Random.setstate() now validates the value of state last element. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24620: Random.setstate() now validates the value of state last element. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24620: Random.setstate() now validates the value of state last element. serhiy.storchaka
- [Python-checkins] Daily reference leaks (3bbd0cbfe836): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #24704: Fixed possible NULL pointer dereferencing in the _json module serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24620: Random.setstate() now validates the value of state last element. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #24695: Fix a regression in traceback.print_exception() berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24695: Fix a regression in traceback.print_exception() berker.peksag
- [Python-checkins] devguide: Issue #10708: Add a FAQ entry about porting Python to a new platform. berker.peksag
- [Python-checkins] peps: PEP 431: Update from Lennart Regebro. berker.peksag
- [Python-checkins] peps: "Postponed" is not a valid identifier. berker.peksag
- [Python-checkins] cpython (3.4): Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d. ned.deily
- [Python-checkins] cpython (2.7): Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d. ned.deily
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24603: merge from 3.4 ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24603: merge from 3.5 ned.deily
- [Python-checkins] cpython (3.4): asyncio: sync with github victor.stinner
- [Python-checkins] cpython (3.4): asyncio: Add asyncio.compat module victor.stinner
- [Python-checkins] cpython (2.7): proper overflow checks for mymemreplace (closes #24708) benjamin.peterson
- [Python-checkins] Daily reference leaks (c53d24ee3963): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #14373: Fixed segmentation fault when gc.collect() is called during serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #14373: Fixed segmentation fault when gc.collect() is called during serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24713: Use importlib.reload() in import reference document. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24713: Use importlib.reload() in import reference document. berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24713: Use importlib.reload() in import reference document. berker.peksag
- [Python-checkins] cpython (3.5): Issue #24279: Update test_base64 to use test.support.script_helper. berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24279: Update test_base64 to use test.support.script_helper. berker.peksag
- [Python-checkins] peps: Furhter updates ronald.oussoren
- [Python-checkins] cpython (3.5): Issue #24420: Fix documentation regression introduced by f0a00ee094ff. berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24420: Fix documentation regression introduced by f0a00ee094ff. berker.peksag
- [Python-checkins] cpython (3.4): Issue #21697: shutil.copytree() now correctly handles symbolic links that point berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #21697: shutil.copytree() now correctly handles symbolic links that point berker.peksag
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #21697: shutil.copytree() now correctly handles symbolic links that point berker.peksag
- [Python-checkins] cpython (2.7): possible memory leak in error case (closes #24719) benjamin.peterson
- [Python-checkins] cpython: - Issue #2091: error correctly on open() with mode 'U' and '+' robert.collins
- [Python-checkins] cpython: Issue #24710: Use cls in TracebackException.from_exception. robert.collins
- [Python-checkins] cpython (2.7): Issue #24613: Calling array.fromstring() with self is no longer allowed serhiy.storchaka
- [Python-checkins] cpython (3.4): Issue #24683: Fixed crashes in _json functions called with arguments of serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24683: Fixed crashes in _json functions called with arguments of serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24683: Fixed crashes in _json functions called with arguments of serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st serhiy.storchaka
- [Python-checkins] Daily reference leaks (1be4d7388279): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython: Closes #20544: use specific asserts in operator tests. antoine.pitrou
- [Python-checkins] cpython (3.5): Version bump for Python 3.5.0b4. larry.hastings
- [Python-checkins] cpython (3.5): Post-release updates for Python 3.5.0b4. larry.hastings
- [Python-checkins] cpython (3.5): Updated pydoc topics for 3.5.0b4. larry.hastings
- [Python-checkins] cpython (3.5): Added tag v3.5.0b4 for changeset c0d641054635 larry.hastings
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge Python 3.5.0b4 changes back with 3.5 branch head. larry.hastings
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. robert.collins
- [Python-checkins] cpython (3.4): Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. robert.collins
- [Python-checkins] cpython (2.7): Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. robert.collins
- [Python-checkins] cpython (merge 3.5 -> default): Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. robert.collins
- [Python-checkins] Daily reference leaks (d8d148624004): sum=7 solipsis at pitrou.net
- [Python-checkins] Benchmark Results for Python Default 2015-07-27 lp_benchmark_robot
- [Python-checkins] cpython (3.5): Fix refleak. stefan.krah
- [Python-checkins] cpython (merge 3.5 -> default): Fix refleak. stefan.krah
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #24728: Null merge berker.peksag
- [Python-checkins] cpython (3.4): Issue #24728: Fix building without threads. berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24728: Null merge berker.peksag
- [Python-checkins] cpython (2.7): check return value of PyString_FromStringAndSize for NULL (closes #24734) benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #23441: rcompleter now prints a tab character instead of displaying berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23441: rcompleter now prints a tab character instead of displaying berker.peksag
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #23441: rcompleter now prints a tab character instead of displaying berker.peksag
- [Python-checkins] cpython (3.5): Issue #24732, #23834: Fix sock_accept_impl() on Windows victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (socket) victor.stinner
- [Python-checkins] cpython (3.5): Allow intermediate build directory to be overridden. steve.dower
- [Python-checkins] devguide: Updates notes about VS support and download locations. steve.dower
- [Python-checkins] cpython: Issue #23426: run_setup was broken in distutils. robert.collins
- [Python-checkins] cpython (2.7): Set a default BasePlatformToolset to allow the ICC buildbot to build. zach.ware
- [Python-checkins] Benchmark Results for Python Default 2015-07-28 lp_benchmark_robot
- [Python-checkins] Daily reference leaks (d8950778e3c2): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #24735: Fix invalid memory access in combinations_with_replacement() raymond.hettinger
- [Python-checkins] devguide: Issue #23931: Add a link to the "Version Control Setup" section in index.rst. berker.peksag
- [Python-checkins] cpython (3.4): Issue #19450: Update Windows builds to use SQLite 3.8.11.0 steve.dower
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #19450: Update Windows builds to use SQLite 3.8.11.0 steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #19450: Update Windows builds to use SQLite 3.8.11.0 steve.dower
- [Python-checkins] peps: PEP 471: add the DirEntry.inode() method victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (doc) victor.stinner
- [Python-checkins] cpython (3.5): What's New in Python 3.5: move PEP 475 doc victor.stinner
- [Python-checkins] cpython (3.5): What's New in Python 3.5: Document ssl methods change on timeout victor.stinner
- [Python-checkins] cpython (3.5): What's New in Python 3.5: document socket.sendall() change on timeout victor.stinner
- [Python-checkins] cpython (3.5): What's New in Python 3.5: document os.urandom() changes victor.stinner
- [Python-checkins] cpython (2.7): Issue #23254: Document how to close the TCPServer listening socket. robert.collins
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #23254: Document how to close the TCPServer listening socket. robert.collins
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23254: Document how to close the TCPServer listening socket. robert.collins
- [Python-checkins] cpython (3.4): Issue #23254: Document how to close the TCPServer listening socket. robert.collins
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #19450: merge from 3.4 ned.deily
- [Python-checkins] cpython (3.4): Issue #19450: Update OS X installer builds to use SQLite 3.8.11. ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #19450: merge from 3.5 ned.deily
- [Python-checkins] Benchmark Results for Python Default 2015-07-29 lp_benchmark_robot
- [Python-checkins] Daily reference leaks (256d5c7146cb): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (ctypes) victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (ctypes) victor.stinner
- [Python-checkins] cpython (2.7): Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch victor.stinner
- [Python-checkins] cpython (2.7): Issue #23319: Add Matthieu Gautier to Misc/ACKS victor.stinner
- [Python-checkins] cpython (3.4): Issue #23319: Add Matthieu Gautier to Misc/ACKS victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (Misc/ACKS) victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (Misc/ACKS) victor.stinner
- [Python-checkins] devguide: Issue #23404: Add a note to clarify that "make touch" only works with a hg berker.peksag
- [Python-checkins] peps: Update typeshed link. guido.van.rossum
- [Python-checkins] peps: PEP 0431 withdrawal. guido.van.rossum
- [Python-checkins] cpython (3.4): Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. robert.collins
- [Python-checkins] cpython (2.7): Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. robert.collins
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. robert.collins
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. robert.collins
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge jason.coombs
- [Python-checkins] cpython (3.4): Issue #24729: Update tutorial to match implementation. jason.coombs
- [Python-checkins] cpython (3.4): Issue #24729: Correct reference to open function. jason.coombs
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge with 3.4 for Issue #24729 jason.coombs
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5 for Issue #24729 jason.coombs
- [Python-checkins] cpython: Issue #24360: Improve __repr__ of argparse.Namespace() for invalid identifiers. berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in berker.peksag
- [Python-checkins] cpython (3.5): Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in berker.peksag
- [Python-checkins] cpython (2.7): make comment not lie about the size of SMALL_REQUEST_THRESHOLD benjamin.peterson
- [Python-checkins] devguide: describe how to add/remove hg users benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (os.urandom) victor.stinner
- [Python-checkins] cpython (3.5): py_getrandom(): getrandom() *can* return EINTR victor.stinner
- [Python-checkins] Benchmark Results for Python Default 2015-07-30 lp_benchmark_robot
- [Python-checkins] Daily reference leaks (aa2517e9f9ce): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #15138: Speed up base64.urlsafe_b64* considerably (2.7 backport). guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5. berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5. berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and berker.peksag
- [Python-checkins] cpython (3.4): Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and berker.peksag
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and berker.peksag
- [Python-checkins] devguide: Write my name correctly jesus.cea
- [Python-checkins] cpython (merge 3.5 -> default): Update default msvccompiler link options to match the options used for core steve.dower
- [Python-checkins] cpython (3.5): Update default msvccompiler link options to match the options used for core steve.dower
- [Python-checkins] cpython (2.7): Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and berker.peksag
- [Python-checkins] cpython (3.4): Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. terry.reedy
- [Python-checkins] cpython (2.7): Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23779: imaplib raises TypeError if authenticator tries to abort. robert.collins
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #23779: imaplib raises TypeError if authenticator tries to abort. robert.collins
- [Python-checkins] cpython (3.4): Issue #23779: imaplib raises TypeError if authenticator tries to abort. robert.collins
- [Python-checkins] cpython: Issue #13248: Delete remaining references of inspect.getargspec(). berker.peksag
- [Python-checkins] cpython (3.4): Issue 24759: Gracefull exit Idle if ttk import fails. terry.reedy
- [Python-checkins] cpython (2.7): Issue 24759: Gracefull exit Idle if ttk import fails. terry.reedy
- [Python-checkins] Benchmark Results for Python Default 2015-07-31 lp_benchmark_robot
- [Python-checkins] Daily reference leaks (3358b5d32910): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #24681: Move the most likely test first in set_add_entry(). raymond.hettinger
- [Python-checkins] cpython (3.4): Fix ResourceWarning in asyncio.BaseSubprocessTransport victor.stinner
- [Python-checkins] cpython: Fix minor typo in a comment raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #22932: Fix timezones in email.utils.formatdate. robert.collins
- [Python-checkins] cpython (3.4): Issue #22932: Fix timezones in email.utils.formatdate. robert.collins
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22932: Fix timezones in email.utils.formatdate. robert.collins
- [Python-checkins] cpython (3.4): Issue #24763: Fix asyncio test on Windows victor.stinner
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 (asyncio test) victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (asyncio tests) victor.stinner
Last message date: Fri Jul 31 23:37:39 CEST 2015
Archived on: Fri Jul 31 23:37:44 CEST 2015
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4