July 2016 Archives by author
Starting: Fri Jul 1 04:55:20 EDT 2016
Ending: Sun Jul 31 02:51:50 EDT 2016
Messages: 333
- [Python-checkins] cpython: Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).
alexander.belopolsky
- [Python-checkins] cpython: Issue 24773: Make zoneinfo tests more robust.
alexander.belopolsky
- [Python-checkins] cpython: Issue #24773: Made ZoneInfoCompleteTest a TestSuit.
alexander.belopolsky
- [Python-checkins] cpython: Reindented Lib/test/datetimetester.py.
alexander.belopolsky
- [Python-checkins] cpython: Issue 24773: Make zoneinfo tests more robust. (reapply)
alexander.belopolsky
- [Python-checkins] cpython: Issue 24773: Added a time_t overflow check.
alexander.belopolsky
- [Python-checkins] cpython: Issue #24773: Fixed tests failures on systems with 32-bit time_t.
alexander.belopolsky
- [Python-checkins] cpython: Issue 24773: Use the standard Asia/Tehran name in the Iran test.
alexander.belopolsky
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (3.5): fix refleaks in PyDict_SetItem error cases (closes #27248)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#27248)
benjamin.peterson
- [Python-checkins] cpython (2.7): fix refleaks in PyDict_SetItem error cases (closes #27248)
benjamin.peterson
- [Python-checkins] cpython (2.7): reduce marshal stack size in debug mode on windows (closes #27019)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#24557)
benjamin.peterson
- [Python-checkins] cpython (3.5): assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes
benjamin.peterson
- [Python-checkins] cpython (2.7): assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes
benjamin.peterson
- [Python-checkins] cpython (2.7): initialize variable to appease gcc
benjamin.peterson
- [Python-checkins] cpython: Backed out changeset af29d89083b3 (closes #25548) (closes #27498)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#27514)
benjamin.peterson
- [Python-checkins] cpython (2.7): make too many nested blocks be a SyntaxError instead of a SystemError (closes
benjamin.peterson
- [Python-checkins] cpython (3.5): make too many nested blocks be a SyntaxError instead of a SystemError (closes
benjamin.peterson
- [Python-checkins] cpython: expose EPOLLRDHUP (closes #27567)
benjamin.peterson
- [Python-checkins] cpython: add EPOLLEXCLUSIVE
benjamin.peterson
- [Python-checkins] cpython: add mising word
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#27656)
benjamin.peterson
- [Python-checkins] cpython (3.5): all SCHED_ constants are optional (closes #27656)
benjamin.peterson
- [Python-checkins] cpython: Fix typo in whatsnew/3.6.rst
berker.peksag
- [Python-checkins] cpython (3.5): Issue #27430: Fix typos, patch by scop.
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27430: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27431: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #27431: Update default protocol version in shelve.Shelf() documentation
berker.peksag
- [Python-checkins] cpython (3.5): Add versionadded to PyDict_SetDefault documentation
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #27455: Improve examples in tkinter documentation
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27455: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #27180: Clarify Path.rename() behavior on Unix systems
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27180: Merge from 3.5
berker.peksag
- [Python-checkins] devguide: Issue #26446: Mention PSF CoC in core developer responsibilities
berker.peksag
- [Python-checkins] cpython (3.5): Issue #27518: Fix typo in Grammar/Grammar
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27518: Merge from 3.5
berker.peksag
- [Python-checkins] devguide: Issue #27519: Update Mercurial links to mercurial-scm.org
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27531: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #27531: Update signature of Mock.assert_not_called method
berker.peksag
- [Python-checkins] cpython: Issue #27567: Expose the POLLRDHUP constant in the select module
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27591: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #27591: Set sigint_event to NULL if _PyOS_IsMainThread() returns false
berker.peksag
- [Python-checkins] cpython: Issue #27493: Fix test_path_objects under Windows
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #13849: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #13849: Add tests for null byte checking in test_genericpath
berker.peksag
- [Python-checkins] cpython (3.5): Issue #13849: Fix test_null_bytes under Windows
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #13849: Merge from 3.5
berker.peksag
- [Python-checkins] cpython: Issue #27454: Use PyDict_SetDefault in PyUnicode_InternInPlace
berker.peksag
- [Python-checkins] cpython (3.5): Issue #27601: Improve example in the "Hashing of numeric types" section
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27601: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27633: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #27633: Fix usage of versionchanged directive in email.parser.rst
berker.peksag
- [Python-checkins] cpython: Fix "default role used" warning in shlex.rst
berker.peksag
- [Python-checkins] cpython (3.5): Silence another "default role used" warning in typing.rst
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5
berker.peksag
- [Python-checkins] cpython: Issue #27366: Tweak PEP 487 documentation
berker.peksag
- [Python-checkins] cpython: Issue #27652: Expose ESHUTDOWN conditionally
berker.peksag
- [Python-checkins] cpython: Issue #27285: Document the deprecation of the pyvenv script.
brett.cannon
- [Python-checkins] cpython: Issue #26896: Disambiguate uses of "importer" with "finder".
brett.cannon
- [Python-checkins] cpython: Issue #26972: Fix some mistakes in importlib-related docstrings.
brett.cannon
- [Python-checkins] cpython: Update frozen importlib code
brett.cannon
- [Python-checkins] cpython: Issue #27512: Don't segfault when os.fspath() calls an object whose
brett.cannon
- [Python-checkins] cpython (3.5): Issue #26844: Fix imp.find_module() to have the exception related to
brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge for #26844
brett.cannon
- [Python-checkins] cpython: Fix a failing test introduced as part of issue #27512
brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge for #27083
brett.cannon
- [Python-checkins] cpython (3.5): Issue #27083: Respect the PYTHONCASEOK environment variable under
brett.cannon
- [Python-checkins] cpython (3.5): Issue #26696: Document collections.abc.ByteString.
brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge for #26696
brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge for #27083
brett.cannon
- [Python-checkins] cpython (3.5): Fix regressions introduced by fixes for issue #27083.
brett.cannon
- [Python-checkins] cpython: Check in update for importlib_external.h
brett.cannon
- [Python-checkins] cpython (3.3): Switch to the new upload url for PyPI
donald.stufft
- [Python-checkins] cpython (3.4): Switch to the new upload url for PyPI
donald.stufft
- [Python-checkins] cpython (2.7): Switch to the new upload url for PyPI
donald.stufft
- [Python-checkins] cpython (3.5): Fix a test with the new upload URL
donald.stufft
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
donald.stufft
- [Python-checkins] cpython (merge 3.5 -> default): Expand documentation about type aliases and NewType in the typing module (merge
guido.van.rossum
- [Python-checkins] cpython (3.5): Fix whitespace.
guido.van.rossum
- [Python-checkins] cpython (3.5): Expand documentation about type aliases and NewType in the typing module.
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Fix whitespace.
guido.van.rossum
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-07-01
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-07-01
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-07-04
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-07-04
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-07-05
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-07-05
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-07-06
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-07-06
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-07-07
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-07-07
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-07-08
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-07-08
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-07-11
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-07-11
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-07-12
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-07-12
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-07-13
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-07-13
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-07-14
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-07-14
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-07-15
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-07-15
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-07-18
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-07-18
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-07-19
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-07-19
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-07-20
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-07-20
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-07-22
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-07-22
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-07-25
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-07-25
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-07-26
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-07-26
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-07-27
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-07-27
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-07-28
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-07-28
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-07-29
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-07-29
lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23804: Merge SSL recv() fix from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
martin.panter
- [Python-checkins] cpython (2.7): Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
martin.panter
- [Python-checkins] cpython (2.7): Issue #25523: Correct "a" article to "an" article
martin.panter
- [Python-checkins] cpython (3.5): English spelling and grammar fixes
martin.panter
- [Python-checkins] cpython (3.5): Restore NEWS entries lost in revision 8145f25f26aa
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23804: Merge spelling and NEWS fixes from 3.5
martin.panter
- [Python-checkins] cpython (2.7): English spelling and grammar fixes
martin.panter
- [Python-checkins] cpython (merge 3.2 -> 3.3): Issue #27369: Merge test_pyexpat from 3.2 into 3.3
martin.panter
- [Python-checkins] cpython (3.2): Issue #27369: Don’t test error message detail that changed in Expat 2.2.0
martin.panter
- [Python-checkins] cpython (3.2): Issue #22758: Move NEWS entry to Library section
martin.panter
- [Python-checkins] cpython (merge 3.3 -> 3.4): Issue #27369: Merge test_pyexpat from 3.3 into 3.4
martin.panter
- [Python-checkins] cpython (2.7): Issue #27369: Don’t test error message detail that changed in Expat 2.2.0
martin.panter
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #27369: Merge test_pyexpat from 3.4 into 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27369: Merge test_pyexpat from 3.5
martin.panter
- [Python-checkins] cpython: Issue #27285: Cleanup leftover susp-ignored entry after text was changed
martin.panter
- [Python-checkins] cpython (3.5): Issue #27507: Check for integer overflow in bytearray.extend()
martin.panter
- [Python-checkins] cpython (2.7): Issue #27507: Check for integer overflow in bytearray.extend()
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27507: Merge overflow check from 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #16191: Merge comment fixes from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #16191: Fix up references to renamed variables
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27528: Merge warning doc and test from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #27528: Document and test warning messages must match at beginning
martin.panter
- [Python-checkins] cpython (3.5): Issue #27528: Document and test warning messages must match at beginning
martin.panter
- [Python-checkins] cpython: Issue #1621: Avoid signed int negation overflow in audioop
martin.panter
- [Python-checkins] cpython (3.5): Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27130: Merge zlib 64-bit fixes from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” module
martin.panter
- [Python-checkins] cpython: Issue #7063: Remove dead code from array slice handling
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27581: Merge overflow fix from 3.5
martin.panter
- [Python-checkins] cpython: Issue #1621: Avoid signed overflow in list and tuple operations
martin.panter
- [Python-checkins] cpython (3.5): Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple()
martin.panter
- [Python-checkins] cpython (2.7): Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple()
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26638: Merge CLI link fix from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #26638: Don’t link 2to3 -l option to the tarfile -l option
martin.panter
- [Python-checkins] cpython (3.5): Issue #27490: Do not build pgen when cross-compiling
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27490: Merge pgen cross-compile logic from 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27626: Merge spelling fixes from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #27626: Spelling fixes in docs, comments and internal names
martin.panter
- [Python-checkins] cpython: Issue #27626: Further spelling fixes for 3.6
martin.panter
- [Python-checkins] cpython (2.7): Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
martin.panter
- [Python-checkins] cpython (2.7): Issue #27490: Do not build pgen when cross-compiling
martin.panter
- [Python-checkins] cpython (2.7): Issue #27626: Spelling fixes in docs, comments and internal names
martin.panter
- [Python-checkins] cpython (3.5): Issue #23943: Restore extra fixes lost in merge 4fb2075952a4
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23943: Merge spelling fixes from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26462: Merge code block fixes from 3.5
martin.panter
- [Python-checkins] cpython: Issue #17596: MINGW: add wincrypt.h in Python/random.c
martin.panter
- [Python-checkins] cpython: Issue #27285: Cleanup "suspicious" warnings.
ned.deily
- [Python-checkins] release: Issue #27337: Ensure that the tar program in use for building source tarballs
ned.deily
- [Python-checkins] cpython: Start 3.6.0a4
ned.deily
- [Python-checkins] cpython: Added tag v3.6.0a3 for changeset f3edf13dc339
ned.deily
- [Python-checkins] cpython: Version bump for 3.6.0a3
ned.deily
- [Python-checkins] cpython: Update pydoc topics for 3.6.0a3
ned.deily
- [Python-checkins] devguide: Update my PSF affiliations
nick.coghlan
- [Python-checkins] cpython: Issue #27366: Implement PEP 487
nick.coghlan
- [Python-checkins] cpython: Issue 27366: PEP 487 docs updates
nick.coghlan
- [Python-checkins] Daily reference leaks (8d7bde14d7a4): sum=9
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (b0087e17cd5e): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (b0087e17cd5e): sum=3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (78a3d3700233): sum=7
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (78a3d3700233): sum=3
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (adbeef96ae95): sum=5
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (85973348664c): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (a34cadc8ebf4): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d56dc6327de8): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (46567fda0b29): sum=-1
solipsis at pitrou.net
- [Python-checkins] cpython (3.5): #20647: Update dictobject.c comments to account for randomized string hashes.
r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #20647: Update dictobject.c comments to account for randomized string
r.david.murray
- [Python-checkins] cpython (3.2): #22758: fix regression in handling of secure cookies.
r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #26176: fix usage of Address constructor in email examples.
r.david.murray
- [Python-checkins] cpython (3.5): #26176: fix usage of Address constructor in email examples.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> 3.4): #22758 null merge
r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): #22758 null merge
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): #22758 null merge
r.david.murray
- [Python-checkins] cpython (merge 3.4 -> 3.5): #22758 null merge
r.david.murray
- [Python-checkins] cpython (3.5): #27522: break unintended cycle in feedparser.
r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #27522: break unintended cycle in feedparser.
r.david.murray
- [Python-checkins] cpython (3.5): Issue #27466: Change time format returned by http.cookie.time2netscape,
senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): [merge from 3.5] - Issue #27466: Change time format returned by
senthil.kumaran
- [Python-checkins] cpython (2.7): [port to 2.7] - Issue #27466: Change time format returned by
senthil.kumaran
- [Python-checkins] cpython: issue27476 - Introduce a .github template to discourage github pull requests
senthil.kumaran
- [Python-checkins] test: Test Push
senthil.kumaran
- [Python-checkins] cpython (2.7): Prevent HTTPoxy attack (CVE-2016-1000110)
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> 3.4): [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)
senthil.kumaran
- [Python-checkins] cpython (3.3): Prevent HTTPoxy attack (CVE-2016-1000110)
senthil.kumaran
- [Python-checkins] cpython (merge 3.4 -> 3.5): [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)
senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): [merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110)
senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> 3.5): merge heads
senthil.kumaran
- [Python-checkins] cpython: Issue #27007: The fromhex() class methods of bytes and bytearray subclasses
serhiy.storchaka
- [Python-checkins] cpython: Issue #26765: Moved wrappers for bytes and bytearray methods to common header
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23908: os functions, open() and the io.FileIO constructor now reject
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed a test for issue23908 with C locale.
serhiy.storchaka
- [Python-checkins] cpython: Issue #26765: Fixed parsing Py_ssize_t arguments on 32-bit Windows.
serhiy.storchaka
- [Python-checkins] cpython: Backed out changeset b0087e17cd5e (issue #26765)
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27443: __length_hint__() of bytearray itearator no longer return
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27443: __length_hint__() of bytearray itearator no longer return
serhiy.storchaka
- [Python-checkins] cpython: Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #19527: Fixed tests with defined COUNT_ALLOCS.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #19527: Fixed tests with defined COUNT_ALLOCS.
serhiy.storchaka
- [Python-checkins] cpython: Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm
serhiy.storchaka
- [Python-checkins] cpython: Issue #27460: Unified error messages in bytes constructor for integers
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27332: Fixed the type of the first argument of module-level functions
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): - Issue #27332: Fixed the type of the first argument of module-level functions
serhiy.storchaka
- [Python-checkins] cpython: Issue #27474: Unified error messages in the __contains__ method of bytes and
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27473: Fixed possible integer overflow in bytes and bytearray
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27473: Fixed possible integer overflow in bytes and bytearray
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27481: Docummented that ValueError is now raised instead of TypeError
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27481: Docummented that ValueError is now raised instead of TypeError
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27473: Fixed possible integer overflow in str, unicode and bytearray
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27419: Standard __import__() no longer look up "__import__" in globals
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27419: Standard __import__() no longer look up "__import__" in globals
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27419: Added temporary workaround for subinterpreters.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27419: Added temporary workaround for subinterpreters.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively
stefan.krah
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5.
stefan.krah
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5
steve.dower
- [Python-checkins] cpython (3.5): Fixes build order and lingering intermediate files.
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5
steve.dower
- [Python-checkins] cpython (3.5): Fix building tcl/tk with only the VC build tools installed.
steve.dower
- [Python-checkins] cpython (3.5): Fixes use of Py_IntDir and Py_OutDir to control build directories.
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5
steve.dower
- [Python-checkins] cpython (3.5): Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj
steve.dower
- [Python-checkins] cpython (3.5): Issue #27533: Release GIL in nt._isdir
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27533: Release GIL in nt._isdir
steve.dower
- [Python-checkins] cpython (3.5): Issue #27309: Enables proper Windows styles in python[w].exe manifest.
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27309: Enables proper Windows styles in python[w].exe manifest.
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5
steve.dower
- [Python-checkins] cpython (3.5): Removes unused files from PC folder.
steve.dower
- [Python-checkins] cpython (3.5): Issue #27469: Adds a shell extension to the launcher so that drag and drop
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27469: Adds a shell extension to the launcher so that drag and drop
steve.dower
- [Python-checkins] cpython: Fixes bad Misc/NEWS merge
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5
steve.dower
- [Python-checkins] cpython: Issue #27610: Adds PEP 514 metadata to Windows installer
steve.dower
- [Python-checkins] cpython (3.5): Fixes default intermediate directory when building on Windows.
steve.dower
- [Python-checkins] cpython: Issue27139 patch by Julio C Cardoza.
steven.daprano
- [Python-checkins] cpython (merge default -> default): Automated merge with ssh://hg.python.org/cpython
steven.daprano
- [Python-checkins] cpython: Issue 27437: Add query.ModuleName and use it for file => Load Module.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27452: add line counter and crc to IDLE config test dump.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #27452: add line counter and crc to IDLE configHandler test dump.
terry.reedy
- [Python-checkins] cpython (3.5): Issue #27452: add line counter and crc to IDLE configHandler test dump.
terry.reedy
- [Python-checkins] cpython: Issue #27452: make command line idle-test> python test_help.py work.
terry.reedy
- [Python-checkins] cpython: Issue #27380: IDLE: add query.HelpSource class and tests.
terry.reedy
- [Python-checkins] cpython: Whitespace
terry.reedy
- [Python-checkins] cpython: Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.
terry.reedy
- [Python-checkins] cpython: Issue #27173: Fix error in test_config that caused test_idle to fail.
terry.reedy
- [Python-checkins] cpython: Refine geometry of idlelib htests (and a few other fix-ups).
terry.reedy
- [Python-checkins] cpython: Issue #27477: Convert IDLE search dialogs to using ttk widgets.
terry.reedy
- [Python-checkins] cpython: IDLE NEWS items.
terry.reedy
- [Python-checkins] devguide: Augment faq section with information given in last round of email about keys.
terry.reedy
- [Python-checkins] devguide: Star self as idlelib expert. Mark other 2 as inactive.
terry.reedy
- [Python-checkins] devguide: Backout most of cc1c0dd798e7, changes not intended.
terry.reedy
- [Python-checkins] cpython: Issue #25507: Move 4 objects from pyshell to run and switch inports.
terry.reedy
- [Python-checkins] cpython (3.5): Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25507: Merge from 3.5 with ttk replacing colorchooser.
terry.reedy
- [Python-checkins] cpython: Issue #27609: Explicitly return None when there are other returns.
terry.reedy
- [Python-checkins] cpython: Issue #19198: IDLE: tab after initial whitespace should tab, not autocomplete.
terry.reedy
- [Python-checkins] cpython: Issue #24137, issue #27611: Restore tkinter after test_idle.
terry.reedy
- [Python-checkins] cpython: Issue #27620: Escape key closes Query box as cancelled.
terry.reedy
- [Python-checkins] cpython: Issue #27620: Mark the default action button as the default.
terry.reedy
- [Python-checkins] cpython: Issue #27620: Make htest box respond to <Return> and <Escape>.
terry.reedy
- [Python-checkins] cpython: Issue #22624: Python 3 requires clock() to build
victor.stinner
- [Python-checkins] devguide: Use the same style than Python ref doc
victor.stinner
- [Python-checkins] devguide: Issue #23951: remove devguide_theme_revised.patch
victor.stinner
- [Python-checkins] cpython (3.5): socket: Fix internal_select()
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (fix internal_select)
victor.stinner
- [Python-checkins] cpython (3.5): socket: use INVALID_SOCKET
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (INVALID_SOCKET)
victor.stinner
- [Python-checkins] cpython (2.7): ctypes: fix CThunkObject_new()
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #11048)
victor.stinner
- [Python-checkins] cpython (3.5): ctypes: fix CThunkObject_new()
victor.stinner
- [Python-checkins] cpython (3.5): NEWS: tag security related changes with [Security] prefix
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #27404)
victor.stinner
- [Python-checkins] cpython: Closes #26559: Allow configuring flush-on-close behaviour of MemoryHandler.
vinay.sajip
- [Python-checkins] cpython: Closes #27493: accepted Path objects in file handlers for logging.
vinay.sajip
- [Python-checkins] cpython: Closes #1521950: Made shlex parsing more shell-like.
vinay.sajip
- [Python-checkins] cpython: Issue #27434: Version of interpreter running a cross-build and source version
xavier.degaye
- [Python-checkins] cpython: Issue #27442: Expose the Android API level in sysconfig.get_config_vars()
xavier.degaye
- [Python-checkins] cpython: Issue #27027: Added test.support.is_android that is True when this is an
xavier.degaye
- [Python-checkins] cpython: Issue #27472: Add test.support.unix_shell as the path to the default shell.
xavier.degaye
- [Python-checkins] cpython (merge 3.5 -> default): (merge from 3.5) Issue #26662: Set PYTHON_FOR_GEN in configure
xavier.degaye
- [Python-checkins] cpython (3.5): Issue #26662: Set PYTHON_FOR_GEN in configure
xavier.degaye
- [Python-checkins] cpython (merge 3.5 -> default): (merge from 3.5) Issue #27453: CPP invocation in configure must use CPPFLAGS.
xavier.degaye
- [Python-checkins] cpython (3.5): Issue #27453: CPP invocation in configure must use CPPFLAGS.
xavier.degaye
- [Python-checkins] cpython (3.5): Issue #27392: Add loop.connect_accepted_socket().
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #27392)
yury.selivanov
- [Python-checkins] devguide: Add a bit about updating latent slaves
zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #25393: Merge with 3.5
zach.ware
- [Python-checkins] cpython (3.5): Issue #25393: Fix probable copy/paste error in resource docs
zach.ware
- [Python-checkins] cpython (2.7): Issue #25393: Fix probable copy/paste error in resource docs
zach.ware
- [Python-checkins] devguide: Issue #23951: Clean up rstlint makefile integration
zach.ware
- [Python-checkins] devguide: Issue #23951: Add missing icon
zach.ware
- [Python-checkins] devguide: Fix issues found by rstlint.
zach.ware
- [Python-checkins] cpython: Issue #27647: Update Windows build to Tcl/Tk 8.6.6
zach.ware
- [Python-checkins] cpython (3.5): Correct typo in Windows docs.
zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
zach.ware
Last message date:
Sun Jul 31 02:51:50 EDT 2016
Archived on: Sun Jul 31 02:51:55 EDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).