September 2016 Archives by author
Starting: Thu Sep 1 02:00:46 EDT 2016
Ending: Fri Sep 30 23:30:50 EDT 2016
Messages: 1277
- [Python-checkins] cpython: Issue #18401: Fix test_pdb if $HOME is not set
Terry Reedy
- [Python-checkins] cpython (merge 3.5 -> default): Null merge.
Terry Reedy
- [Python-checkins] cpython (merge 3.5 -> default): Null merge.
Terry Reedy
- [Python-checkins] cpython (merge 3.5 -> default): Null merge.
Terry Reedy
- [Python-checkins] cpython (merge 3.5 -> default): Null merge.
Zachary Ware
- [Python-checkins] cpython: Closes #28067: Do not call localtime (gmtime) in datetime module.
alexander.belopolsky
- [Python-checkins] cpython: #28067: Fixed a typo.
alexander.belopolsky
- [Python-checkins] cpython: #28067: Fixed another typo.
alexander.belopolsky
- [Python-checkins] cpython: Closes #25283: Make tm_gmtoff and tm_zone available on all platforms.
alexander.belopolsky
- [Python-checkins] cpython: Added proper spelling for the name Elazar.
alexander.belopolsky
- [Python-checkins] cpython (3.5): Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
alexander.belopolsky
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
alexander.belopolsky
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
alexander.belopolsky
- [Python-checkins] cpython: Issue #28253: Added a NEWS entry.
alexander.belopolsky
- [Python-checkins] cpython (3.5): Issue #28253: Added a NEWS entry.
alexander.belopolsky
- [Python-checkins] cpython (3.6): Issue #28253: Added a NEWS entry.
alexander.belopolsky
- [Python-checkins] cpython (2.7): Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
alexander.belopolsky
- [Python-checkins] cpython (3.6): Issue #28148: Stop using localtime() and gmtime() in the time module.
alexander.belopolsky
- [Python-checkins] cpython (merge 3.6 -> default): Merged from 3.6
alexander.belopolsky
- [Python-checkins] cpython (3.6): Issue #28148: Added a NEWS entry.
alexander.belopolsky
- [Python-checkins] cpython (merge 3.6 -> default): Merged from 3.6
alexander.belopolsky
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (3.5): do not allow _PyGen_Finalize to fail (closes #27811)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (closes #27811)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.5): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#27812)
benjamin.peterson
- [Python-checkins] cpython (3.5): clear out f_gen during generator finalization (closes #27812)
benjamin.peterson
- [Python-checkins] cpython: fix skipping #27921 for windows
benjamin.peterson
- [Python-checkins] cpython: remove memory indirections in dict_traverse (closes #27956)
benjamin.peterson
- [Python-checkins] cpython (2.7): rewrite unpack_add_info, so it has less memory corruption bugs (closes #27944)
benjamin.peterson
- [Python-checkins] cpython (2.7): move declaration to top of the function to appease the c89 gods
benjamin.peterson
- [Python-checkins] cpython (3.5): remove ungrammarical apostrophe (closes #27957)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#27957)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (3.5): do not pretend to support passing a fd to access()
benjamin.peterson
- [Python-checkins] cpython: os.access does not allow a fd
benjamin.peterson
- [Python-checkins] cpython (2.7): remove long double from ctypes value union
benjamin.peterson
- [Python-checkins] cpython (3.5): remove long double from ctypes value union
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (2.7): Backed out changeset 8b6be1341770
benjamin.peterson
- [Python-checkins] cpython (3.5): Backed out changeset 8b6be1341770
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython: require a long long data type (closes #27961)
benjamin.peterson
- [Python-checkins] cpython (3.5): explicitly cast away constness to silence compiler warning
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (2.7): fix unused variable warnings in pysqlite (closes #27967)
benjamin.peterson
- [Python-checkins] cpython (2.7): suppress stderr output when checking gdb (closes #27969)
benjamin.peterson
- [Python-checkins] cpython (3.5): suppress stderr output when checking gdb (closes #27969)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#27969)
benjamin.peterson
- [Python-checkins] cpython: replace PY_LONG_LONG with long long
benjamin.peterson
- [Python-checkins] cpython: remove some silly defined() tests
benjamin.peterson
- [Python-checkins] cpython: require standard int types to be defined (#17884)
benjamin.peterson
- [Python-checkins] cpython: remove an unanswered question
benjamin.peterson
- [Python-checkins] cpython: do not need vcstdint.h anymore
benjamin.peterson
- [Python-checkins] cpython: include (now) int standard headers
benjamin.peterson
- [Python-checkins] cpython: dtoa.c: remove code for platforms with 64-bit integers (#17884)
benjamin.peterson
- [Python-checkins] cpython: only include inttypes.h (#17884)
benjamin.peterson
- [Python-checkins] cpython: replace Python aliases for standard integer types with the standard integer
benjamin.peterson
- [Python-checkins] cpython: properly introduce reST literal blocks
benjamin.peterson
- [Python-checkins] cpython: require uintptr_t to exist
benjamin.peterson
- [Python-checkins] cpython: replace Py_(u)intptr_t with the c99 standard types
benjamin.peterson
- [Python-checkins] cpython: add back SIZEOF_UINTPTR_T
benjamin.peterson
- [Python-checkins] cpython: improve grammar
benjamin.peterson
- [Python-checkins] cpython: shut up some perfectly innocent reST in hashlib-blake2
benjamin.peterson
- [Python-checkins] cpython (2.7): do not leak addrinfo in configure test
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (3.5): do not leak addrinfo in configure test
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (3.5): make sure to not call memcpy with a NULL second argument
benjamin.peterson
- [Python-checkins] cpython (2.7): make sure to not call memcpy with a NULL second argument
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (3.5): do not memcpy from NULL
benjamin.peterson
- [Python-checkins] cpython: get skipIf from the right place
benjamin.peterson
- [Python-checkins] cpython (3.5): promote some shifts to unsigned, so as not to invoke undefined behavior
benjamin.peterson
- [Python-checkins] cpython (2.7): promote some shifts to unsigned, so as not to invoke undefined behavior
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#27968)
benjamin.peterson
- [Python-checkins] cpython (3.5): supress coroutine warning when an exception is pending (#27968)
benjamin.peterson
- [Python-checkins] cpython: new and exciting shutdown error on windows
benjamin.peterson
- [Python-checkins] cpython (3.5): capture stderr to silence output during test_coroutines (closes #27968)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (closes #27968)
benjamin.peterson
- [Python-checkins] cpython: replace PY_SIZE_MAX with SIZE_MAX
benjamin.peterson
- [Python-checkins] cpython: make _Py_static_string_init use a designated initializer
benjamin.peterson
- [Python-checkins] cpython: require C99 bool
benjamin.peterson
- [Python-checkins] cpython: use a the bool type for a boolean variable
benjamin.peterson
- [Python-checkins] cpython: hardcode sizeof(_Bool) on windows
benjamin.peterson
- [Python-checkins] cpython: permit intermingled declarations
benjamin.peterson
- [Python-checkins] cpython: compile with -std=c99
benjamin.peterson
- [Python-checkins] cpython: put -std=c99 in CFLAGS_NODIST
benjamin.peterson
- [Python-checkins] cpython: use the '__linux__' instead 'linux' preprocessor define
benjamin.peterson
- [Python-checkins] cpython: use c++ style comments
benjamin.peterson
- [Python-checkins] cpython: more linux -> __linux__
benjamin.peterson
- [Python-checkins] cpython: fix expected layout of code objects
benjamin.peterson
- [Python-checkins] cpython: replace some Py_LOCAL_INLINE with the inline keyword
benjamin.peterson
- [Python-checkins] cpython: make sure expected values are interpreted as doubles
benjamin.peterson
- [Python-checkins] cpython: fix reST
benjamin.peterson
- [Python-checkins] cpython: more PY_LONG_LONG to long long
benjamin.peterson
- [Python-checkins] cpython: clinic: PY_LONG_LONG -> long long
benjamin.peterson
- [Python-checkins] cpython: fix a PY_LONG_LONG straggler
benjamin.peterson
- [Python-checkins] cpython: rearrange to make gcc happy
benjamin.peterson
- [Python-checkins] cpython: use native inline instead of Py_LOCAL_INLINE
benjamin.peterson
- [Python-checkins] cpython: improve compact dict changelog
benjamin.peterson
- [Python-checkins] cpython: link to canonical blogspot
benjamin.peterson
- [Python-checkins] cpython: add a note about c99
benjamin.peterson
- [Python-checkins] cpython: fix pep role
benjamin.peterson
- [Python-checkins] cpython: fix spelling
benjamin.peterson
- [Python-checkins] cpython: use Py_MAX
benjamin.peterson
- [Python-checkins] cpython: simplify Py_UCSN definitions with stdint types
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: use static inline instead of Py_LOCAL_INLINE
benjamin.peterson
- [Python-checkins] cpython: make some peps high level sections
benjamin.peterson
- [Python-checkins] cpython: access dk_indices through a union
benjamin.peterson
- [Python-checkins] cpython: do not worry about 64-bit dict sizes on 32-bit platforms
benjamin.peterson
- [Python-checkins] cpython: indicate the dependence of odict and dictobject on dict-common.h
benjamin.peterson
- [Python-checkins] cpython: replace PyInt16 with int16_t
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5
benjamin.peterson
- [Python-checkins] cpython: credit Raymond
benjamin.peterson
- [Python-checkins] cpython: compile with -std=c99 instead of -std=gnu99; use kiddie-gloves with
benjamin.peterson
- [Python-checkins] cpython: remove unused osx10.5 sdk check
benjamin.peterson
- [Python-checkins] cpython: remove --with(out)-signal-module, since the signal module is non-optional
benjamin.peterson
- [Python-checkins] cpython: remove unconvincing use of Py_LOCAL
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#28051)
benjamin.peterson
- [Python-checkins] cpython (3.5): repair errors in (set|get)_task_factory note (#28051)
benjamin.peterson
- [Python-checkins] cpython: remove all usage of Py_LOCAL
benjamin.peterson
- [Python-checkins] cpython: remove ceval timestamp support
benjamin.peterson
- [Python-checkins] cpython: remove READ_TIMESTAMP macro
benjamin.peterson
- [Python-checkins] cpython: remove more READ_TIMESTAMP
benjamin.peterson
- [Python-checkins] cpython: repair reST
benjamin.peterson
- [Python-checkins] cpython: repair versionadded directive
benjamin.peterson
- [Python-checkins] cpython: fix dummy macro
benjamin.peterson
- [Python-checkins] cpython: dummy dtrace probes are a good place to use inline functions
benjamin.peterson
- [Python-checkins] cpython: just start with an int rather than casting
benjamin.peterson
- [Python-checkins] cpython: add dtrace inline stubs
benjamin.peterson
- [Python-checkins] cpython: compile dtrace stubs
benjamin.peterson
- [Python-checkins] cpython: make invalid_comma_and_underscore a real prototype
benjamin.peterson
- [Python-checkins] cpython: fix export of size_t parse stack function
benjamin.peterson
- [Python-checkins] cpython: Backed out changeset 3934e070c9db
benjamin.peterson
- [Python-checkins] cpython: reST is not markdown
benjamin.peterson
- [Python-checkins] cpython: add the usual extern C silliness to pydtrace.h
benjamin.peterson
- [Python-checkins] cpython: fix link to instrumentation
benjamin.peterson
- [Python-checkins] cpython: force gcc to use c99 inline semantics
benjamin.peterson
- [Python-checkins] cpython: Backed out changeset 8460a729e1de
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.6): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.6): merge 3.5 (#27981)
benjamin.peterson
- [Python-checkins] cpython (3.5): restructure fp_setreadl so as to avoid refleaks (closes #27981)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.5): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6 (#27981)
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> 3.6): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6
benjamin.peterson
- [Python-checkins] cpython (2.7): fix misleading indentation (closes #28139)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.5): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.6): merge 3.5 (#28119)
benjamin.peterson
- [Python-checkins] cpython (3.5): improve type-safe of and prevent double-frees in get_locale_info (#28119)
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> 3.6): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.6): merge 3.5
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6
benjamin.peterson
- [Python-checkins] cpython (3.6): more granular configure checks for clock_* functions (closes #28081)
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6 (#28081)
benjamin.peterson
- [Python-checkins] cpython (3.6): Unicode 9.0.0
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6
benjamin.peterson
- [Python-checkins] cpython (3.6): properly free memory in pgen
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6
benjamin.peterson
- [Python-checkins] cpython (3.6): always define HAVE_LONG_LONG (#27961)
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6
benjamin.peterson
- [Python-checkins] cpython (3.6): stop using Py_LL and Py_ULL
benjamin.peterson
- [Python-checkins] cpython (3.6): improvements to code that checks whether Python (obmalloc) allocated an address
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6
benjamin.peterson
- [Python-checkins] cpython (3.6): replace obmalloc's homegrown uptr and uchar types with standard ones
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6
benjamin.peterson
- [Python-checkins] cpython (3.6): correct silly spelling problem
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6
benjamin.peterson
- [Python-checkins] cpython (3.4): properly handle the single null-byte file (closes #24022)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.6): merge 3.5 (#24022)
benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4
benjamin.peterson
- [Python-checkins] cpython (2.7): properly handle the single null-byte file (closes #24022)
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6
benjamin.peterson
- [Python-checkins] cpython (3.6): delete dead code
benjamin.peterson
- [Python-checkins] cpython (3.5): remove trailing whitespace
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.6): merge 3.5 (#28184)
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6 (closes #28184)
benjamin.peterson
- [Python-checkins] cpython (2.7): remove trailing whitespace
benjamin.peterson
- [Python-checkins] cpython (3.6): revert expat changes
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6
benjamin.peterson
- [Python-checkins] cpython (3.6): replace usage of Py_VA_COPY with the (C99) standard va_copy
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6
benjamin.peterson
- [Python-checkins] cpython (3.6): remove unneeded cast
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6
benjamin.peterson
- [Python-checkins] cpython (2.7): be extremely careful about overflows in encode_basestring_ascii (closes #28284)
benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> 3.6): merge 3.5 (#1703178)
benjamin.peterson
- [Python-checkins] cpython (2.7): build_ext: correctly parse the link_objects user option (closes #1703178)
benjamin.peterson
- [Python-checkins] cpython (3.5): build_ext: correctly parse the link_objects user option (closes #1703178)
benjamin.peterson
- [Python-checkins] cpython (merge 3.6 -> default): merge 3.6 (#1703178)
benjamin.peterson
- [Python-checkins] cpython: Remove redundant bullet point in 3.6.rst
berker.peksag
- [Python-checkins] cpython (3.5): Issue #21250: Add tests for SQLite's ON CONFLICT clause
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #21250: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Use shorter version of Connection.isolation_level in sqlite3.rst
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27445: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #27445: Don't pass str(_charset) to MIMEText.set_payload()
berker.peksag
- [Python-checkins] cpython: Add missing versionadded directive
berker.peksag
- [Python-checkins] cpython: Issue #28033: Fix typo in dictobject.c
berker.peksag
- [Python-checkins] cpython: Fix Python version in pdb.rst
berker.peksag
- [Python-checkins] cpython: Issue #10740: sqlite3 no longer implicitly commit an open transaction before
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27991: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #27991: Remove incorrect sentence about store_true
berker.peksag
- [Python-checkins] cpython: Issue #25497: Rewrite test_robotparser to use a class based design
berker.peksag
- [Python-checkins] cpython: Wrap testPasswordProtectedSite with @reap_threads
berker.peksag
- [Python-checkins] cpython: Unskip testPythonOrg in test_robotparser
berker.peksag
- [Python-checkins] cpython: Issue #28036: Remove unused pysqlite_flush_statement_cache function
berker.peksag
- [Python-checkins] cpython (3.5): Issue #20100: Clarify that passing flags to epoll() has no effect
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #20100: Merge from 3.5
berker.peksag
- [Python-checkins] cpython: Use HTTP in testPythonOrg
berker.peksag
- [Python-checkins] cpython: Issue #28037: Use sqlite3_get_autocommit() instead of setting
berker.peksag
- [Python-checkins] cpython (3.5): Issue #28045: Fix comment in range_contains_long()
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #28045: Merge from 3.5
berker.peksag
- [Python-checkins] cpython: Add missing versionadded directives
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28103: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #28103: Use ``'...'`` style in zipfile documentation
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28103: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6
berker.peksag
- [Python-checkins] cpython (3.6): Fix headers in whatsnew/3.6.rst
berker.peksag
- [Python-checkins] cpython (3.5): Issue #27981: Fix refleak in fp_setreadl()
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27981: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #27981: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #27952: Capture stderr in run_script()
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #27952: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27952: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28131: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28131: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (3.5): Issue #28131: Fix a regression in zipimport's compile_source()
berker.peksag
- [Python-checkins] cpython (3.3): Issue #26171: Prevent buffer overflow in get_data
berker.peksag
- [Python-checkins] cpython (merge 3.3 -> 3.4): Issue #26171: Null merge
berker.peksag
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #26171: Null merge
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #26171: Null merge
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26171: Null merge
berker.peksag
- [Python-checkins] cpython: Issue #26830: Refactor Tools/scripts/google.py
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28153: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (3.6): Issue #28153: Make kqueue()'s event filters optional
berker.peksag
- [Python-checkins] cpython (3.6): Issue #28114: Fix a crash in parse_envlist() when env contains byte strings
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28114: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6
berker.peksag
- [Python-checkins] cpython (3.6): Make SpawnTest.create_args() keyword-only
berker.peksag
- [Python-checkins] cpython (3.6): Use requires_os_func() to skip SpawnTests
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28156: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (3.6): Issue #28156: Export os.getpid() conditionally
berker.peksag
- [Python-checkins] cpython (3.5): Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #25895: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #25895: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #25270: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #25270: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (3.5): Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28075: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28075: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (3.5): Fix test_access_denied in 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge from 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6
berker.peksag
- [Python-checkins] cpython (3.5): Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #26384: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26384: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28176: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #28176: Increase timeout for test_sock_connect_sock_write_race
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28176: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (3.6): Issue #28151: Use pythontest.net in test_robotparser
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28151: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (3.5): Issue #28075: Fix test_access_denied in Python 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Null merge from 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Null merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Null merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #26610: Skip test_with_pip if _ctypes is not available in OpenIndiana
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Null merge with 3.6
berker.peksag
- [Python-checkins] cpython (3.6): Issue #25400: RobotFileParser now correctly returns default values for
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #25400: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #25651: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #25651: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (3.5): Issue #25651: Allow falsy values to be used for msg parameter of subTest()
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): os.genenvb() is not availabnle under Windows
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge from 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6
berker.peksag
- [Python-checkins] cpython (3.5): Document that os.mknod() is not available on Windows
berker.peksag
- [Python-checkins] cpython (3.5): Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #18893: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #18893: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #10673: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #10673: Document that Process.exitcode can be used to determine timeout
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #10673: Merge from 3.6
berker.peksag
- [Python-checkins] cpython: Issue #20100: Simplify newPyEpoll_Object()
berker.peksag
- [Python-checkins] cpython (3.5): Issue #28283: Remove flaky test test_sock_connect_sock_write_race
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28283: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28283: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #21903: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #21903: Update ctypes example to use MessageBoxW
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #21903: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28300: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (3.5): Issue #28300: Fix typos, patch by Shlomi Fish
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28300: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28303: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28303: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #28303: Fix grammar in unittest.__doc__, patch by Shlomi Fish
berker.peksag
- [Python-checkins] cpython (3.6): Issue #27322: Set sys.path to a temp dir in test_compile_path
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27322: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #27740: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #27740: Fix typo in Py_CompileStringExFlags
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27740: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28306: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28306: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Issue #28306: Update exception message of ZeroDivisionError
berker.peksag
- [Python-checkins] cpython (2.7): Issue #26550: Fix typo in webservers HOWTO
berker.peksag
- [Python-checkins] cpython (3.6): Issue #28226: compileall now supports pathlib
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28226: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (3.5): Fix Path.glob() link, reported by SilentGhost
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge from 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge from 3.5
berker.peksag
- [Python-checkins] cpython (3.5): Fix markup in pathlib.rst
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6
berker.peksag
- [Python-checkins] cpython (3.5): Issue #28319: Fix typo in lzma.rst
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28319: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28319: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28226: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (3.6): Issue #28226: Fix test_compileall on Windows
berker.peksag
- [Python-checkins] cpython (3.5): Issue #28283: Remove flaky test test_sock_connect_sock_write_race again
berker.peksag
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28283: Merge from 3.5
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28283: Merge from 3.6
berker.peksag
- [Python-checkins] cpython (3.6): Issue #28228: imghdr now supports pathlib
berker.peksag
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28228: Merge from 3.6
berker.peksag
- [Python-checkins] cpython: Implement the frame evaluation API aspect of PEP 523.
brett.cannon
- [Python-checkins] cpython: Issue #26027: Support path-like objects in PyUnicode-FSConverter().
brett.cannon
- [Python-checkins] cpython: Issue #26027, #27524: Document the support for path-like objects in os and
brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge for #27872 doc changes
brett.cannon
- [Python-checkins] cpython (merge default -> default): Darn you, Benjamin!
brett.cannon
- [Python-checkins] cpython: Issue #27974: Remove importlib._bootstrap._ManageReload.
brett.cannon
- [Python-checkins] cpython: Issue #26359: Add the --with-optimizations configure flag.
brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge for #26359
brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge
brett.cannon
- [Python-checkins] cpython (3.5): Issue #26359: Add the --with-optimizations flag.
brett.cannon
- [Python-checkins] cpython: Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder().
brett.cannon
- [Python-checkins] cpython: Add the co_extra field and accompanying APIs to code objects.
brett.cannon
- [Python-checkins] cpython: Change error return value to be more consistent with the rest of Python
brett.cannon
- [Python-checkins] cpython: Eliminate a tautological-pointer-compare warning found by Clang.
brett.cannon
- [Python-checkins] cpython: Make PyCodeObject.co_extra even more private to force users through the proper
brett.cannon
- [Python-checkins] cpython: Issue #27911: Remove some unnecessary error checks in import.c.
brett.cannon
- [Python-checkins] cpython: Issue #26667: Add path-like object support to importlib.util.
brett.cannon
- [Python-checkins] cpython: Issue #27853: Add section headers to the importlib example docs
brett.cannon
- [Python-checkins] cpython: Mention that the order-preserving aspect of the new dict
brett.cannon
- [Python-checkins] cpython: Mention how requiring ordered dicts breaks backwards-compatibility.
brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge
brett.cannon
- [Python-checkins] cpython: Issue #26331: Implement the parsing part of PEP 515.
brett.cannon
- [Python-checkins] cpython (3.5): Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
christian.heimes
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
christian.heimes
- [Python-checkins] cpython (2.7): Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
christian.heimes
- [Python-checkins] cpython: Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module.
christian.heimes
- [Python-checkins] cpython: Issue #27866: Add SSLContext.get_ciphers() method to get a list of all enabled
christian.heimes
- [Python-checkins] cpython: Issue #27744: correct comment and markup
christian.heimes
- [Python-checkins] cpython: Issue 27744: Check for AF_ALG support in Kernel
christian.heimes
- [Python-checkins] cpython: Issue 27744: AES-CBC and DRBG need Kernel 3.19+
christian.heimes
- [Python-checkins] cpython (3.5): Issue #26470: Use short name rather than name for compression name to fix
christian.heimes
- [Python-checkins] cpython (2.7): Issue #26470: Use short name rather than name for compression name to fix
christian.heimes
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26470: Use short name rather than name for compression name to fix
christian.heimes
- [Python-checkins] cpython: Issue 27866: relax test case for set_cipher() and allow more cipher suites
christian.heimes
- [Python-checkins] cpython: Issue 27744: skip test if AF_ALG socket bind fails
christian.heimes
- [Python-checkins] cpython: Issue 27866: relax get_cipher() test even more. Gentoo buildbot has no ECDHE
christian.heimes
- [Python-checkins] cpython (merge 3.5 -> default): Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add
christian.heimes
- [Python-checkins] cpython (3.5): Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add
christian.heimes
- [Python-checkins] cpython (2.7): Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add
christian.heimes
- [Python-checkins] cpython: Issue #27928: Add scrypt (password-based key derivation function) to hashlib
christian.heimes
- [Python-checkins] cpython: Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
christian.heimes
- [Python-checkins] cpython: Fix out-of-tree builds for blake2
christian.heimes
- [Python-checkins] cpython: Issue #26798: for loop initial declarations are only allowed in C99 or C11 mode
christian.heimes
- [Python-checkins] cpython (3.5): Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name
christian.heimes
- [Python-checkins] cpython (2.7): Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name
christian.heimes
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name
christian.heimes
- [Python-checkins] cpython (2.7): Fix ssl documentation and remove merge accident
christian.heimes
- [Python-checkins] cpython: Issue #26798: for loop initial declarations, take 2
christian.heimes
- [Python-checkins] cpython: Issue #26798: for loop initial declarations, take 3
christian.heimes
- [Python-checkins] cpython: Download hashlib test vectors from pythontest.net
christian.heimes
- [Python-checkins] cpython: Issue #26798: Hello Winndows, my old friend. I've come to fix blake2 for you
christian.heimes
- [Python-checkins] cpython: Bypass __get_openssl_constructor() and always use our own blake2 implementation
christian.heimes
- [Python-checkins] cpython: Silence two warnings in blake2. key_length is between 0 and 64 (block size).
christian.heimes
- [Python-checkins] cpython: blake2: silence two more warnings on platforms with size_t < uint64_t. Don't
christian.heimes
- [Python-checkins] cpython: Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
christian.heimes
- [Python-checkins] cpython: Issue #16113: KeccakP-1600-opt64 does not support big endian platforms yet.
christian.heimes
- [Python-checkins] cpython: Issue #16113: compile the module on Windows, too.
christian.heimes
- [Python-checkins] cpython: Issue #16113: take 2 on big endian machines.
christian.heimes
- [Python-checkins] cpython: Issue #16113: one more C90 violation in big endian code.
christian.heimes
- [Python-checkins] cpython: Issue 26798: fetch OSError and HTTPException like other tests that use
christian.heimes
- [Python-checkins] cpython: Issue 28017: Use -std=gnu99 to get C99 with GNU extensions for bluetooth.h on
christian.heimes
- [Python-checkins] cpython: Issue #16113: SHA3: allocate extra memory for lane extraction and check return
christian.heimes
- [Python-checkins] cpython: Issue #26798: Coverity complains about potential memcpy() of overlapped
christian.heimes
- [Python-checkins] cpython: sha3: let's keep it simple and always allocate enough extra space for
christian.heimes
- [Python-checkins] cpython: Skip unused value in tokenizer code
christian.heimes
- [Python-checkins] cpython: Check return value of PyList_Append() in Py_Main(). CID 1353200
christian.heimes
- [Python-checkins] cpython: Use PyModule_AddIntMacro() in signal module
christian.heimes
- [Python-checkins] cpython: Additional safe-guard against dereferencing NULL in reduce_newobj
christian.heimes
- [Python-checkins] cpython: Add NULL check for gen->gi_code in gen_send_ex()
christian.heimes
- [Python-checkins] cpython: Add error checking to PyInit_pyexpact
christian.heimes
- [Python-checkins] cpython: Fix potential NULL pointer dereference in update_symbols()
christian.heimes
- [Python-checkins] cpython: Add NULL checks to the initializer of the locale module
christian.heimes
- [Python-checkins] cpython: Fix potential NULL pointer dereference in _imp_create_builtin
christian.heimes
- [Python-checkins] cpython: Issue 18550: Check return value of ioctl() / fnctl() in internal_setblocking
christian.heimes
- [Python-checkins] cpython: Issue #28025: Convert all ssl module constants to IntEnum and IntFlags.
christian.heimes
- [Python-checkins] cpython: Issue 28043: SSLContext has improved default settings
christian.heimes
- [Python-checkins] cpython: Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
christian.heimes
- [Python-checkins] cpython: Issue #19500: Add client-side SSL session resumption to the ssl module.
christian.heimes
- [Python-checkins] cpython: Issue #28078: Silence resource warnings in test_socket. Initial patch by Xiang
christian.heimes
- [Python-checkins] cpython: Issue 28022: Catch deprecation warning in test_httplib, reported by Martin
christian.heimes
- [Python-checkins] cpython: Issue #28078: Add missing colon
christian.heimes
- [Python-checkins] cpython: Issue 27744: test_aes_cbc is blocking x86-64 Ubuntu 15.10 Skylake CPU 3.x for a
christian.heimes
- [Python-checkins] cpython: Issue #28022: Catch another deprecation warning in imaplib
christian.heimes
- [Python-checkins] cpython: Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext
christian.heimes
- [Python-checkins] cpython: Update whatsnew with my contributions
christian.heimes
- [Python-checkins] cpython: Issue #28093: Check more invalid combinations of PROTOCOL_TLS_CLIENT /
christian.heimes
- [Python-checkins] cpython (merge default -> default): merge
christian.heimes
- [Python-checkins] cpython: Issue #27322: skip test_compile_path when sys.path is not writeable.
christian.heimes
- [Python-checkins] cpython: Issue #27322: back out the commit. needs to be addressed after beta1.
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Fix NULL check in sock_sendmsg_iovec. CID 1372885
christian.heimes
- [Python-checkins] cpython (3.6): Fix NULL check in sock_sendmsg_iovec. CID 1372885
christian.heimes
- [Python-checkins] cpython (3.6): Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.
christian.heimes
- [Python-checkins] cpython (3.6): Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly
christian.heimes
- [Python-checkins] cpython (3.6): Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28188: Use PyMem_Calloc() to get rid of a type-limits warning and an
christian.heimes
- [Python-checkins] cpython (3.6): Issue #28188: Use PyMem_Calloc() to get rid of a type-limits warning and an
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup()
christian.heimes
- [Python-checkins] cpython (merge 3.5 -> 3.6): Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup()
christian.heimes
- [Python-checkins] cpython (3.5): Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup()
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
christian.heimes
- [Python-checkins] cpython: Issue #28181: Add Kaartic Sivaraam to Misc/ACKS.
christian.heimes
- [Python-checkins] cpython (3.5): Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
christian.heimes
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
christian.heimes
- [Python-checkins] cpython (2.7): Issue #26661: setup.py now detects system libffi with multiarch wrapper.
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26661: setup.py now detects system libffi with multiarch wrapper.
christian.heimes
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #26661: setup.py now detects system libffi with multiarch wrapper.
christian.heimes
- [Python-checkins] cpython (3.5): Issue #26661: setup.py now detects system libffi with multiarch wrapper.
christian.heimes
- [Python-checkins] cpython (3.6): va_end() all va_copy()ed va_lists.
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): va_end() all va_copy()ed va_lists.
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Don't define PY_WITH_KECCAK
christian.heimes
- [Python-checkins] cpython (3.6): Don't define PY_WITH_KECCAK
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): lcov: ignore more 3rd party code and internal test/debug/dummy files
christian.heimes
- [Python-checkins] cpython (3.6): lcov: ignore more 3rd party code and internal test/debug/dummy files
christian.heimes
- [Python-checkins] cpython (merge 3.5 -> 3.6): Make Lib/test/ssltests.py more useful and faster for OpenSSL testing
christian.heimes
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge
christian.heimes
- [Python-checkins] cpython (3.5): Make Lib/test/ssltests.py more useful and faster for OpenSSL testing
christian.heimes
- [Python-checkins] cpython (2.7): Add Lib/test/ssltests.py for faster testing of OpenSSL
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Make Lib/test/ssltests.py more useful and faster for OpenSSL testing
christian.heimes
- [Python-checkins] cpython (3.6): Add test cases for internal SHA3 helpers
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Add test cases for internal SHA3 helpers
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Add an extra byte for null in case we ever get very long unicode names.
christian.heimes
- [Python-checkins] cpython (merge 3.5 -> 3.6): Add an extra byte for null in case we ever get very long unicode names.
christian.heimes
- [Python-checkins] cpython (3.5): Add an extra byte for null in case we ever get very long unicode names.
christian.heimes
- [Python-checkins] cpython (3.5): Increase buffer for readlink() in case OS will support longer names one day.
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Increase buffer for readlink() in case OS will support longer names one day.
christian.heimes
- [Python-checkins] cpython (merge 3.5 -> 3.6): Increase buffer for readlink() in case OS will support longer names one day.
christian.heimes
- [Python-checkins] cpython (3.6): Issue #28100: Refactor error messages, patch by Ivan Levkivskyi
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28100: Refactor error messages, patch by Ivan Levkivskyi
christian.heimes
- [Python-checkins] cpython (3.6): Finish GC code for SSLSession and increase test coverage
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Finish GC code for SSLSession and increase test coverage
christian.heimes
- [Python-checkins] cpython (3.6): Typo
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Typo
christian.heimes
- [Python-checkins] cpython (3.6): Write configure message to AS_MESSAGE_FD
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Write configure message to AS_MESSAGE_FD
christian.heimes
- [Python-checkins] cpython (3.6): Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt
christian.heimes
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt
christian.heimes
- [Python-checkins] cpython: Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting
davin.potts
- [Python-checkins] cpython: Updated Misc/NEWS
davin.potts
- [Python-checkins] cpython (2.7): Issue #21201: Improves readability of multiprocessing error message from server
davin.potts
- [Python-checkins] cpython (3.5): Issue #21201: Improves readability of multiprocessing error message from server
davin.potts
- [Python-checkins] cpython (merge 3.5 -> default): Issue #21201: Improves readability of multiprocessing error message from server
davin.potts
- [Python-checkins] cpython: Issue #28053: Applying refactorings, docs and other cleanup to follow.
davin.potts
- [Python-checkins] cpython (3.4): Upgrade setuptools to 27.1.1
donald.stufft
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
donald.stufft
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4
donald.stufft
- [Python-checkins] cpython (3.4): Upgrade setuptools to 27.1.2
donald.stufft
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5
donald.stufft
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4
donald.stufft
- [Python-checkins] cpython (2.7): Upgrade setuptools to 27.1.2
donald.stufft
- [Python-checkins] cpython: Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a
eric.smith
- [Python-checkins] cpython: Issue 27921: Remove backslash from another f-string.
eric.smith
- [Python-checkins] cpython: Issue 27921: Remove backslash from another f-string. I'll revert this change
eric.smith
- [Python-checkins] cpython: Issue 27921: Remove backslash from another f-string. I'll revert this change
eric.smith
- [Python-checkins] cpython: Issue 27948: Allow backslashes in the literal string portion of f-strings, but
eric.smith
- [Python-checkins] cpython: Issue 27080: PEP 515: add '_' formatting option.
eric.smith
- [Python-checkins] cpython: Improved ',' and '_' specification in format mini-language.
eric.smith
- [Python-checkins] cpython: Further improved ',' and '_' specification in format mini-language.
eric.smith
- [Python-checkins] cpython: Issue 24454: Improve the usability of the re match object named group API
eric.smith
- [Python-checkins] cpython: Issue 24454: Added whatsnew entry, removed __getitem__ from match_methods.
eric.smith
- [Python-checkins] cpython: Issue 24454: Removed unused match_getitem_doc.
eric.smith
- [Python-checkins] cpython: Make an f-string error message more exact and consistent.
eric.smith
- [Python-checkins] cpython: Add another f-string comment test, to make sure # are being caught in the right
eric.smith
- [Python-checkins] cpython: Issue #24254: Preserve class attribute definition order.
eric.snow
- [Python-checkins] cpython: Issue #15767: Use ModuleNotFoundError.
eric.snow
- [Python-checkins] cpython: Issue #15767: Add ModuleNotFoundError.
eric.snow
- [Python-checkins] cpython: Issue #17211: Yield a namedtuple in pkgutil.
eric.snow
- [Python-checkins] cpython: Issue #15352: Rebuild frozen modules when marshal.c is changed.
eric.snow
- [Python-checkins] cpython (2.7): Issue #15578: Correctly incref the parent module while importing.
eric.snow
- [Python-checkins] cpython: Issue #28026: Raise ImportError when exec_module() exists but create_module()
eric.snow
- [Python-checkins] cpython: Issue #28030: Update the language reference for PEP 468.
eric.snow
- [Python-checkins] cpython: Issue #24254: Drop cls.__definition_order__.
eric.snow
- [Python-checkins] cpython: Doc updates for PEPs 520 and 468.
eric.snow
- [Python-checkins] cpython: Issue #27576: Fix call order in OrderedDict.__init__().
eric.snow
- [Python-checkins] cpython: Issue #24320: Drop an old setuptools-induced hack.
eric.snow
- [Python-checkins] cpython: issue23591: add docs; code cleanup; more tests
ethan.furman
- [Python-checkins] cpython: issue23591: optimize _high_bit()
ethan.furman
- [Python-checkins] cpython: issue23591: bool(empty_flags) == False; more docs & tests
ethan.furman
- [Python-checkins] cpython: issue23591: more docs; slight change to repr
ethan.furman
- [Python-checkins] cpython: add recipes for pseudo-valueless enums
ethan.furman
- [Python-checkins] cpython: improve Enum docs
ethan.furman
- [Python-checkins] cpython: issue23591: add auto() for auto-generating Enum member values
ethan.furman
- [Python-checkins] cpython: Enum._convert: sort by value, then by name
ethan.furman
- [Python-checkins] cpython: issue28082: use IntFlag for re constants
ethan.furman
- [Python-checkins] cpython: issue28083: add IntFlag constants
ethan.furman
- [Python-checkins] cpython: issue28082: better name for Flag
ethan.furman
- [Python-checkins] cpython (3.6): issue23591: fix flag decomposition and repr
ethan.furman
- [Python-checkins] cpython (merge 3.6 -> default): issue23591: fix flag decomposition and repr
ethan.furman
- [Python-checkins] cpython (3.5): Fixes issue26307: The profile-opt build now applys PGO to the built-in
gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): Fixes issue26307: The profile-opt build now applys PGO to the built-in modules.
gregory.p.smith
- [Python-checkins] cpython: Correct a comment in the test referencing the wrong issue number (issue3100
gregory.p.smith
- [Python-checkins] cpython (2.7): Fixes issue26307: The profile-opt build now applys PGO to the built-in modules.
gregory.p.smith
- [Python-checkins] cpython (3.5): Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang -
gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): Fixes Issue #27983: Cause lack of llvm-profdata tool when using clang as
gregory.p.smith
- [Python-checkins] cpython (3.5): lib2to3.pgen3.driver.load_grammar() now creates a stable cache file
gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): lib2to3.pgen3.driver.load_grammar() now creates a stable cache file
gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): Fix indentation (reindent.py).
gregory.p.smith
- [Python-checkins] cpython (merge default -> default): merge heads
gregory.p.smith
- [Python-checkins] cpython (3.5): Fix indentation (reindent.py).
gregory.p.smith
- [Python-checkins] cpython (2.7): lib2to3.pgen3.driver.load_grammar() now creates a stable cache file
gregory.p.smith
- [Python-checkins] cpython (2.7): Fix placement of Misc/NEWS item for issue #15578.
gregory.p.smith
- [Python-checkins] cpython (2.7): Issue #26359: Add the --with-optimizations flag.
gregory.p.smith
- [Python-checkins] cpython (2.7): Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang -
gregory.p.smith
- [Python-checkins] cpython (3.5): Move my news entries to the build section.
gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): move my news entries to the build section as appropriate.
gregory.p.smith
- [Python-checkins] cpython: Remove the subjective security and performance claims, fix hyperlinks
gregory.p.smith
- [Python-checkins] cpython (3.5): document --with-optimizations in the README for issue26359.
gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): document --with-optimizations in the README for issue26359.
gregory.p.smith
- [Python-checkins] cpython (2.7): document --with-optimizations in the README for issue26359.
gregory.p.smith
- [Python-checkins] cpython: Remove legacy "from __future__ import with_statement" lines.
gregory.p.smith
- [Python-checkins] cpython (2.7): skip two test_gdb tests that fail when compiled in profile-opt mode:
gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): issue28032: never imply --with-lto as part of --with-optimizations.
gregory.p.smith
- [Python-checkins] cpython (3.5): issue28032: never imply --with-lto as part of --with-optimizations.
gregory.p.smith
- [Python-checkins] cpython (2.7): issue28032: never imply --with-lto as part of --with-optimizations.
gregory.p.smith
- [Python-checkins] cpython (2.7): Disable test_gdb.PrettyPrintTests when compiled with optimizations,
gregory.p.smith
- [Python-checkins] cpython (3.5): Fix make buildbottest to not re-trigger a profile-opt build. issue28035.
gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): Fix make buildbottest to not re-trigger a profile-opt build. issue28035.
gregory.p.smith
- [Python-checkins] cpython (2.7): Fix make buildbottest to not re-trigger a profile-opt build. issue28035.
gregory.p.smith
- [Python-checkins] cpython (3.5): Add a note about queue not being safe for use from signal handlers.
gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): Add a note about queue not being safe for use from signal handlers.
gregory.p.smith
- [Python-checkins] cpython: issue27985 - fix the incorrect duplicate class name in the lib2to3
gregory.p.smith
- [Python-checkins] cpython: Remove 2to3's fix_callable... We reintroduced the callable built-in
gregory.p.smith
- [Python-checkins] cpython (3.5): remove fix_callable - callable() was readded many releases ago.
gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): merge (3.6 already has this)
gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25969: Update the lib2to3 grammar to handle the unpacking
gregory.p.smith
- [Python-checkins] cpython (3.5): Issue #25969: Update the lib2to3 grammar to handle the unpacking
gregory.p.smith
- [Python-checkins] cpython (2.7): Issue #25969: Update the lib2to3 grammar to handle the unpacking
gregory.p.smith
- [Python-checkins] cpython (2.7): remove fix_callable, callable() was readded long ago in 3.x.
gregory.p.smith
- [Python-checkins] cpython (merge 3.5 -> default): Remove the debug print that i accidentally left in.
gregory.p.smith
- [Python-checkins] cpython (3.5): Remove the debug print that i accidentally left in.
gregory.p.smith
- [Python-checkins] cpython (3.5): Issue #27905: Docs for typing.Type[C], by Michael Lee.
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27905: Docs for typing.Type[C], by Michael Lee. (Merge 3.5->3.6)
guido.van.rossum
- [Python-checkins] cpython: Issue #28038: Remove Tools/parser/com2ann.py and its unit test.
guido.van.rossum
- [Python-checkins] cpython: Remove duplicate entry for Ivan L.
guido.van.rossum
- [Python-checkins] cpython: Move news items for PEP 526 and 525 to the top of their section.
guido.van.rossum
- [Python-checkins] cpython: Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal.
guido.van.rossum
- [Python-checkins] cpython: Add a few big-ticket items to What's new in 3.6.
guido.van.rossum
- [Python-checkins] cpython: Issue #28049: Add documentation for typing.Awaitable and friends.
guido.van.rossum
- [Python-checkins] cpython (3.5): Rename Future._blocking to _asyncio_future_blocking.
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Rename Future._blocking to _asyncio_future_blocking.
guido.van.rossum
- [Python-checkins] cpython (3.5): Merge asyncio upstream.
guido.van.rossum
- [Python-checkins] cpython (3.5): Use raw string for regexp
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Use raw string for regexp (3.5->3.6)
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Issue #28073: Improve wording around None. Michael Lee. (3.5->3.6)
guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #28073: Improve wording around None. Michael Lee.
guido.van.rossum
- [Python-checkins] cpython: Issue #26141: Update docs for typing.py. Ivan Levkivskyi.
guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (null merge 3.5->3.6)
guido.van.rossum
- [Python-checkins] cpython: Issue #28076: Variable annotations should be mangled for private names.
guido.van.rossum
- [Python-checkins] cpython: Issue #28079: Update typing and test typing from python/typing repo.
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Null merge 3.5->3.6
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> default): Null merge 3.5->3.6
guido.van.rossum
- [Python-checkins] cpython (3.5): Issue #28079: Update typing and test typing from python/typing repo.
guido.van.rossum
- [Python-checkins] cpython (3.6): Add text about PEP 526 to What's new in 3.6. Ivan L.
guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Add text about PEP 526 to What's new in 3.6. Ivan L. (merge 3.6->3.7)
guido.van.rossum
- [Python-checkins] cpython (3.6): Remove mention of asyncio.timeout context manager (it was removed)
guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Remove mention of asyncio.timeout context manager (it was removed) (merge
guido.van.rossum
- [Python-checkins] cpython (3.5): Update typing.py and test_typing.py from upstream
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Update typing.py and test_typing.py from upstream
guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Update typing.py and test_typing.py from upstream
guido.van.rossum
- [Python-checkins] cpython (3.5): Misc asyncio improvements from upstream
guido.van.rossum
- [Python-checkins] cpython (merge 3.5 -> 3.6): Misc asyncio improvements from upstream (merge 3.5->3.6)
guido.van.rossum
- [Python-checkins] cpython (merge 3.6 -> default): Misc asyncio improvements from upstream (merge 3.6->3.7)
guido.van.rossum
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-09-01
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-09-01
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-09-02
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-09-02
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-09-05
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-09-06
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-09-06
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-09-07
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-09-07
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-09-08
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-09-08
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-09-09
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-09-09
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-09-12
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-09-13
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-09-13
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-09-13
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-09-15
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-09-15
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-09-16
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-09-16
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-09-16
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-09-16
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-09-19
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-09-19
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-09-20
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-09-20
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-09-21
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-09-21
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-09-22
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-09-22
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-09-23
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-09-23
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-09-26
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-09-26
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-09-27
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-09-27
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-09-28
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-09-28
lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-09-29
lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python Default 2016-09-29
lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-09-30
lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-09-30
lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #27919: Deprecate extra_path option in distutils.
jason.coombs
- [Python-checkins] cpython (3.4): Use modern mechanism for test discovery
jason.coombs
- [Python-checkins] cpython (3.4): Add another test capturing the basic discovery expectation.
jason.coombs
- [Python-checkins] cpython (3.4): Add docstring and additional test revealing nuances of the implementation as
jason.coombs
- [Python-checkins] cpython (3.4): Issue #12285: Replace implementation of findall with implementation from
jason.coombs
- [Python-checkins] cpython (3.4): Sort result to avoid spurious errors due to order.
jason.coombs
- [Python-checkins] cpython (3.4): Issue #12285: Add test capturing failure.
jason.coombs
- [Python-checkins] cpython (3.4): Issue #12285: Update NEWS
jason.coombs
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #12285: Merge with 3.4
jason.coombs
- [Python-checkins] cpython (merge 3.5 -> default): Issue #12885: Merge with 3.5
jason.coombs
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge backout for test suite fix
jason.coombs
- [Python-checkins] cpython (3.4): Backed out changeset cc86e9e102e8
jason.coombs
- [Python-checkins] cpython (merge 3.5 -> default): Merge backout for test suite fix
jason.coombs
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #12885: Merge 3.4
jason.coombs
- [Python-checkins] cpython (3.4): Issue #12885: Correct issue reference in NEWS
jason.coombs
- [Python-checkins] cpython (merge 3.5 -> default): Issue #12885: Merge with 3.5
jason.coombs
- [Python-checkins] cpython (merge 3.5 -> default): Issue #12885: Merge with 3.5
jason.coombs
- [Python-checkins] cpython (3.4): Issue #12885: Revert commits in 3.4 branch which is security-only fixes.
jason.coombs
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #12885: Merge with 3.4, retaining commits reverted there.
jason.coombs
- [Python-checkins] cpython (3.4): Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by
jason.coombs
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #27960: Merge with 3.4
jason.coombs
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27960: Merge with 3.5
jason.coombs
- [Python-checkins] cpython (merge 3.6 -> default): MERGE: Docs: Correctly link to the methods
jesus.cea
- [Python-checkins] cpython (3.5): Docs: Correctly link to the methods
jesus.cea
- [Python-checkins] cpython (merge 3.5 -> 3.6): MERGE: Docs: Correctly link to the methods
jesus.cea
- [Python-checkins] cpython: Issue #27355: Removed support for Windows CE. It was never finished,
larry.hastings
- [Python-checkins] cpython: DTrace support: function calls, GC activity, line execution
lukasz.langa
- [Python-checkins] cpython: Issue #27199: TarFile expose copyfileobj bufsize to improve throughput
lukasz.langa
- [Python-checkins] cpython: Don't run garbage collection on interpreter exit if it was explicitly disabled
lukasz.langa
- [Python-checkins] cpython: Issue #18401: pdb tests don't read ~/.pdbrc anymore
lukasz.langa
- [Python-checkins] cpython: Issue #11734: Add support for IEEE 754 half-precision floats to the struct
mark.dickinson
- [Python-checkins] cpython (2.7): Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an
mark.dickinson
- [Python-checkins] cpython: Issue #26040: Improve test_math and test_cmath coverage and rigour. Thanks Jeff
mark.dickinson
- [Python-checkins] cpython: Issue #27953: skip failing math and cmath tests for tan on OS X 10.4.
mark.dickinson
- [Python-checkins] cpython: Issue #27427: Additional tests for the math module. Thanks Francisco Couzo.
mark.dickinson
- [Python-checkins] cpython: Add Francisco Couzo to Misc/ACKS (for issue #27427 patch).
mark.dickinson
- [Python-checkins] cpython (3.5): Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is
mark.dickinson
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25221: merge from 3.5.
mark.dickinson
- [Python-checkins] cpython: Issue #27222: various cleanups in long_rshift. Thanks Oren Milman.
mark.dickinson
- [Python-checkins] cpython: Issue #27441: Remove some redundant assignments to ob_size in longobject.c.
mark.dickinson
- [Python-checkins] cpython: Issue #27111: Minor simplication to long_add and long_sub fast path code.
mark.dickinson
- [Python-checkins] cpython (3.5): Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}).
mark.dickinson
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28203: Merge from 3.6
mark.dickinson
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28203: Merge from 3.5
mark.dickinson
- [Python-checkins] cpython: Issue #27355: Import no longer needed
martin.panter
- [Python-checkins] cpython (3.5): Issue #27570: Avoid zero-length memcpy() calls with null source pointers
martin.panter
- [Python-checkins] cpython (3.5): Issue #27993: Fix problems with plural objects in docs and comments
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27993: Merge plural fixes from 3.5
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27570: Merge null pointer fixes from 3.5
martin.panter
- [Python-checkins] cpython (3.5): Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
martin.panter
- [Python-checkins] cpython (2.7): Issue #27570: Avoid zero-length memcpy() calls with null source pointers
martin.panter
- [Python-checkins] cpython (2.7): Issue #27993: Fix problems with the plural “objects” in docs and comments
martin.panter
- [Python-checkins] cpython (2.7): Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
martin.panter
- [Python-checkins] cpython (2.7): Correct occurance → occurrence; extracted from patch by Georg Brandl
martin.panter
- [Python-checkins] cpython: Issue #27106: Add test for configparser.__all__
martin.panter
- [Python-checkins] cpython: Issue #27364: Raw strings to avoid deprecated escaping in com2ann.py
martin.panter
- [Python-checkins] cpython (2.7): Correct spelling in documentation and code comments
martin.panter
- [Python-checkins] cpython (2.7): Correct print() calls to print a blank line in various test cases
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Merge spelling fixes from 3.5
martin.panter
- [Python-checkins] cpython: One more spelling fix
martin.panter
- [Python-checkins] cpython (3.5): Correct spelling in documentation and code comment
martin.panter
- [Python-checkins] cpython (3.5): Issue #27952: Get fixcid.py working with the re module
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27952: Merge fixcid.py from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #27952: Get fixcid.py working with the re module
martin.panter
- [Python-checkins] cpython (3.5): Issue #28066: Fix include search directory logic for out-of-tree builds
martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #28066: Merge srcdir fix from 3.5
martin.panter
- [Python-checkins] cpython (2.7): Issue #15819: Drop dead code; -IInclude already added unconditionally
martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #15819: Merge include search from 3.6
martin.panter
- [Python-checkins] cpython (3.5): Issue #15819: Remove old unconditional -IInclude option
martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #15819: Merge include search from 3.5 into 3.6
martin.panter
- [Python-checkins] cpython (2.7): Issue #28145: Spelling fixes
martin.panter
- [Python-checkins] cpython (2.7): Issue #24366: Fix indentation
martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28145: Merge spelling fixes from 3.6
martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28145: Merge spelling fixes from 3.5 into 3.6
martin.panter
- [Python-checkins] cpython (3.5): Issue #28145: Spelling fixes
martin.panter
- [Python-checkins] cpython (2.7): Issue #24363: Continue parsing HTTP header in spite of invalid lines
martin.panter
- [Python-checkins] cpython (2.7): Issue #28139: Fix messed up indentation
martin.panter
- [Python-checkins] cpython (3.5): Issue #28139: Fix messed up indentation
martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28139: Merge indentation fixes from 3.6
martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28139: Merge indentation fixes from 3.5 into 3.6
martin.panter
- [Python-checkins] cpython (3.5): Fix references to Python 3’s socketserver (lowercase) module
martin.panter
- [Python-checkins] cpython: Issue #27950: Silence long makefile commands and comments
martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27348: Merge exception formatting fix from 3.6
martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #27348: Merge exception formatting fix from 3.5 into 3.6
martin.panter
- [Python-checkins] cpython (3.5): Issue #27348: Restore “Exception: None” formatting in traceback module
martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge socketserver fixes from 3.5 into 3.6
martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Merge socketserver fixes from 3.6
martin.panter
- [Python-checkins] cpython (2.7): Issue #28221: Remove unused assignment from test_asyncore_server()
martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28221: Merge SSL test cleanup from 3.6
martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28221: Merge SSL test cleanup from 3.5 into 3.6
martin.panter
- [Python-checkins] cpython (3.5): Issue #28221: Remove unused assignment from test_asyncore_server()
martin.panter
- [Python-checkins] cpython (2.7): Fix incomplete format error in asdl.py
martin.panter
- [Python-checkins] cpython (2.7): Revert unintended commit to asdl_c.py
martin.panter
- [Python-checkins] cpython (2.7): Issue #26439: Document that RTLD_NOW is always added
martin.panter
- [Python-checkins] cpython (3.5): Issue #26439: Document that RTLD_NOW is always added
martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #26439: Merge ctypes doc from 3.5 into 3.6
martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #26439: Merge ctypes doc from 3.6
martin.panter
- [Python-checkins] cpython (2.7): Remove disabled ctypes test
martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Merge test cleanup from 3.6
martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge test cleanup from 3.5 into 3.6
martin.panter
- [Python-checkins] cpython (3.5): Remove disabled ctypes test
martin.panter
- [Python-checkins] cpython (3.5): Issue #28275: Clean up to avoid use-after-free after bzip decompress failure
martin.panter
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28275: Merge bz2 fix from 3.5 into 3.6
martin.panter
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28275: Merge bz2 fix from 3.6
martin.panter
- [Python-checkins] cpython: - Issue #27917: Set platform triplets for Android builds.
matthias.klose
- [Python-checkins] cpython: Update OS X installer to use SQlite 3.14.1 and XZ 5.2.2.
ned.deily
- [Python-checkins] cpython: Issue #21122: Fix LTO builds on OS X.
ned.deily
- [Python-checkins] cpython: Add some additional suspicious exemption rules for recent doc changes.
ned.deily
- [Python-checkins] cpython: Issue #28095: Temporarily disable part of test_startup_imports on OS X.
ned.deily
- [Python-checkins] cpython: Issue #17128: Build OS X installer for 3.6 with private copy of OpenSSL.
ned.deily
- [Python-checkins] cpython: Change SOURCE_URI for pydoc source URLs to point to 3.6 branch
ned.deily
- [Python-checkins] cpython: Update pydoc topics for 3.6.0b1
ned.deily
- [Python-checkins] cpython: Version bump for 3.6.0b1
ned.deily
- [Python-checkins] cpython: Start 3.6.0b2
ned.deily
- [Python-checkins] cpython (merge default -> default): Post 3.6.0b1 merge
ned.deily
- [Python-checkins] cpython: Added tag v3.6.0b1 for changeset 5b0ca4ed5e2f
ned.deily
- [Python-checkins] cpython: Bump to 3.7.0a0
ned.deily
- [Python-checkins] cpython (3.6): Start 3.6 branch
ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): Merge with 3.6
ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): merge from 3.6
ned.deily
- [Python-checkins] cpython (3.6): Tidy 3.6 What's New summary
ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented.
ned.deily
- [Python-checkins] cpython (3.6): Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented.
ned.deily
- [Python-checkins] cpython (2.7): Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal of
ned.deily
- [Python-checkins] cpython (2.7): Issue #27806: add Aleks to Misc/ACKS.
ned.deily
- [Python-checkins] cpython (2.7): Make 3.7 the current dev version in the html version of the docs.
ned.deily
- [Python-checkins] cpython (3.5): Make 3.7 the current dev version in the html version of the docs.
ned.deily
- [Python-checkins] cpython (merge 3.5 -> 3.6): Make 3.7 the current dev version in the html version of the docs.
ned.deily
- [Python-checkins] cpython (merge 3.6 -> default): Make 3.7 the current dev version in the html version of the docs.
ned.deily
- [Python-checkins] cpython: Issue #27137: align Python & C implementations of functools.partial
nick.coghlan
- [Python-checkins] cpython: Issue #17909: Accept binary input in json.loads
nick.coghlan
- [Python-checkins] cpython: Issue #23722: Initialize __class__ from type.__new__()
nick.coghlan
- [Python-checkins] Foram realizadas 3 tentativas de entrega - - [ 372386835 ]
python-checkins at python.org
- [Python-checkins] cpython (merge 3.5 -> default): Merge: 27988: Make sure iter_attachments does not mutate the payload list.
r.david.murray
- [Python-checkins] cpython (3.5): 27988: Make sure iter_attachments does not mutate the payload list.
r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs.
r.david.murray
- [Python-checkins] cpython (3.5): #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs.
r.david.murray
- [Python-checkins] cpython (2.7): #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs.
r.david.murray
- [Python-checkins] cpython: #27331: add policy keyword argument to all MIME subclasses.
r.david.murray
- [Python-checkins] cpython (3.5): #22233: Only split headers on \r and/or \n, per email RFCs.
r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #22233: Only split headers on \r and/or \n, per email RFCs.
r.david.murray
- [Python-checkins] cpython: #24277: The new email API is no longer provisional.
r.david.murray
- [Python-checkins] cpython: #24277: What's New and news entries for previous commit.
r.david.murray
- [Python-checkins] cpython: #24277: Fix 3.4 whats new link broken by email doc changes.
r.david.murray
- [Python-checkins] cpython: #24277: Fix some incorrect backslashes in email example.
r.david.murray
- [Python-checkins] cpython: #27364: fix "incorrect" uses of escape character in the stdlib.
r.david.murray
- [Python-checkins] cpython: #27364: Deprecate invalid escape strings in str/byutes.
r.david.murray
- [Python-checkins] cpython: Add policy keyword to email.generator.DecodedGenerator.
r.david.murray
- [Python-checkins] cpython: 24277: Make it clearer that the new modules are not provisional.
r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized.
r.david.murray
- [Python-checkins] cpython (3.5): #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized.
r.david.murray
- [Python-checkins] cpython: #27364: Credit Emanuel Barry in NEWS item.
r.david.murray
- [Python-checkins] cpython (3.5): #28047: Fix calculation of base64 line length.
r.david.murray
- [Python-checkins] cpython: #20476: add a message_factory policy attribute to email.
r.david.murray
- [Python-checkins] cpython (merge 3.5 -> default): Merge: #14977: Make mailcap respect the order of the lines in the mailcap file.
r.david.murray
- [Python-checkins] cpython (3.5): #14977: Make mailcap respect the order of the lines in the mailcap file.
r.david.murray
- [Python-checkins] cpython: #20476: Deal with the message_factory circular import differently.
r.david.murray
- [Python-checkins] cpython (3.5): #19003: Only replace \r and/or \n line endings in email.generator.
r.david.murray
- [Python-checkins] cpython: Merge: #19003: Only replace \r and/or \n line endings in email.generator.
r.david.murray
- [Python-checkins] cpython: Minor beautification (turn nested-if into a conjunction).
raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> default): Merge
raymond.hettinger
- [Python-checkins] cpython (3.5): Issue 27936: Fix inconsistent round() behavior between float and int
raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> default): Merge
raymond.hettinger
- [Python-checkins] cpython (3.5): Improve docs for random.seed()
raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> default): Merge
raymond.hettinger
- [Python-checkins] cpython (3.5): Issue 27936: Update doc for round() to indicate that None is an allowable
raymond.hettinger
- [Python-checkins] cpython (3.5): Improve recipe by showing results of intermediate steps
raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> default): Merge
raymond.hettinger
- [Python-checkins] cpython: Issue #23226: Add linspace() recipe to the docs
raymond.hettinger
- [Python-checkins] cpython: Issue #18844: Add random.weighted_choices()
raymond.hettinger
- [Python-checkins] cpython: Rename weighted_choices() to just choices()
raymond.hettinger
- [Python-checkins] cpython: Issue #27350: Add credits
raymond.hettinger
- [Python-checkins] cpython: Merge
raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #26020: Fix evaluation order for set literals
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #26020: Fix evaluation order for set literals
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #26020: Add news entry
raymond.hettinger
- [Python-checkins] cpython (3.5): Issue 14976: Note that the queue module is not designed to protect against
raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #22450: Use "Accept: */*" in the default headers for urllib
raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #22450: Use "Accept: */*" in the default headers for urllib.request
raymond.hettinger
- [Python-checkins] cpython: Merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #26511: Reference the id() function in the 'is' and 'is not' docs
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #26557: Note that mapping view methods are not present in UserDict or
raymond.hettinger
- [Python-checkins] cpython: Issue #28071: Add early-out for differencing from an empty set.
raymond.hettinger
- [Python-checkins] cpython: Revert part of 3471a3515827 that caused a performance regression
raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes
raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> default): merge
raymond.hettinger
- [Python-checkins] cpython: Issue #17941: Add a *module* parameter to collections.namedtuple()
raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #28104: More accurately document set method signatures
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #28104: More accurately document set method signatures
raymond.hettinger
- [Python-checkins] cpython (3.6): Issue #28193: Use lru_cache in the re module.
raymond.hettinger
- [Python-checkins] cpython (merge 3.6 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (merge 3.6 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.5): Issue #28189: dictitems_contains no longer swallows compare errors.
raymond.hettinger
- [Python-checkins] cpython (3.6): merge
raymond.hettinger
- [Python-checkins] cpython (3.6): Issue #18844: Make the number of selections a keyword-only argument for
raymond.hettinger
- [Python-checkins] cpython (merge 3.6 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.5): Update pkgutil docs to reference appropriate finder and loader object
senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): [merge from 3.5] - Update pkgutil docs to reference appropriate finder and
senthil.kumaran
- [Python-checkins] cpython (3.5): [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): issue20842 - null merge with 3.5
senthil.kumaran
- [Python-checkins] cpython (3.5): Issue11551 - Increase the test coverage of _dummy_thread module to 100%.
senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): [merge from 3.5] Issue11551 - Increase the test coverage of _dummy_thread
senthil.kumaran
- [Python-checkins] cpython (3.5): Issue28010 - Make http.client.HTTPConnection.putrequest documentation
senthil.kumaran
- [Python-checkins] cpython (merge 3.5 -> default): [merge from 3.5] - Issue28010 - Make http.client.HTTPConnection.putrequest
senthil.kumaran
- [Python-checkins] cpython (3.5): Issue #27881: Fixed possible bugs when setting
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27881: Fixed possible bugs when setting
serhiy.storchaka
- [Python-checkins] cpython: Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
serhiy.storchaka
- [Python-checkins] cpython: Issue #25596: Optimized glob() and iglob() functions in the
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython: Issue #25761: Improved error reporting about truncated pickle data in
serhiy.storchaka
- [Python-checkins] cpython: Issue #25596: Falls back to listdir in glob for bytes paths on Windows.
serhiy.storchaka
- [Python-checkins] cpython: Issue #26032: Optimized globbing in pathlib by using os.scandir(); it is now
serhiy.storchaka
- [Python-checkins] cpython: Remove old typo.
serhiy.storchaka
- [Python-checkins] cpython: Issue #25856: The __module__ attribute of extension classes and functions
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython: Issue #433028: Added support of modifier spans in regular expressions.
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28019: Backported additional tests for itertools.count().
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28019: itertools.count() no longer rounds non-integer step in range
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #28019: itertools.count() no longer rounds non-integer step in range
serhiy.storchaka
- [Python-checkins] cpython: Issue #24693: Changed some RuntimeError's in the zipfile module to more
serhiy.storchaka
- [Python-checkins] cpython: Fixed compiler warnings in compact dict implementation on 32-bit platforms.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Backported tests for issue #28070.
serhiy.storchaka
- [Python-checkins] cpython: Issue #28070: Fixed parsing inline verbose flag in regular expressions.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Backported tests for issue #28070.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython: Issue #26900: Excluded underscored names and other private API from limited API.
serhiy.storchaka
- [Python-checkins] cpython: Issue #26885: xmlrpc now supports unmarshalling additional data types used
serhiy.storchaka
- [Python-checkins] cpython: Issue #22493: Inline flags now should be used only at the start of the
serhiy.storchaka
- [Python-checkins] cpython: Issue #27129: Replaced wordcode related magic constants with macros.
serhiy.storchaka
- [Python-checkins] cpython: Use sequence repetition instead of bytes constructor with integer argument.
serhiy.storchaka
- [Python-checkins] cpython: Use uint16_t instead of short in audioop.
serhiy.storchaka
- [Python-checkins] cpython: Fixed refactoring bug in dd046963bd42 (issue27129).
serhiy.storchaka
- [Python-checkins] cpython: Fixed a markup in docs.
serhiy.storchaka
- [Python-checkins] cpython: Issue #27810: Regenerate Argument Clinic.
serhiy.storchaka
- [Python-checkins] cpython: Regenerate the configure script. Now it supports --runstatedir option
serhiy.storchaka
- [Python-checkins] cpython: Issue #23545: Turn on extra warnings on GCC.
serhiy.storchaka
- [Python-checkins] cpython: Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
serhiy.storchaka
- [Python-checkins] cpython: Issue #28102: The zipfile module CLI now prints usage to stderr.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #22493: Warning message emitted by using inline flags in the middle of
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #22493: Warning message emitted by using inline flags in the middle of
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28214: Now __set_name__ is looked up on the class instead of the
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> 3.6): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28214: Now __set_name__ is looked up on the class instead of the
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Extend the test to lower pickle protocols.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Extend the test to lower pickle protocols.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Extend the test to lower pickle protocols.
serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28086: Single var-positional argument of tuple subtype was passed
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28086: Single var-positional argument of tuple subtype was passed
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Null merge
serhiy.storchaka
- [Python-checkins] cpython (3.5): Silence GCC warning.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27611: Fixed support of default root window in the Tix module.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27611: Fixed support of default root window in the tkinter.tix module.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27611: Fixed support of default root window in the tkinter.tix module.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #27611: Fixed support of default root window in the tkinter.tix module.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #11957: Restored re tests for passing count and maxsplit as positional
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #11957: Restored re tests for passing count and maxsplit as positional
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #11957: Restored re tests for passing count and maxsplit as positional
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #28194: Clean up some checks in dict implementation.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28194: Clean up some checks in dict implementation.
serhiy.storchaka
- [Python-checkins] cpython (3.6): issue #28144: Decrease empty_keys_struct's dk_refcnt
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): issue #28144: Decrease empty_keys_struct's dk_refcnt
serhiy.storchaka
- [Python-checkins] cpython (3.6): Issue #27914: Fixed a comment in PyModule_ExcDef.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27914: Fixed a comment in PyModule_ExcDef.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27897: Backported tests.
serhiy.storchaka
- [Python-checkins] cpython: Issue #27703: Got rid of unnecessary NULL checks in do_raise() in release mode.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27963: Fixed possible null pointer dereference in
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #21578: Fixed misleading error message when ImportError called with
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #21578: Fixed misleading error message when ImportError called with
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #21578: Fixed misleading error message when ImportError called with
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #20947: Fixed a gcc warning with -Wstrict-overflow.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #20947: Fixed a gcc warning with -Wstrict-overflow.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #20947: Fixed a gcc warning with -Wstrict-overflow.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28258: Fixed build with Estonian locale (python-config and distclean
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #28258: Fixed build with Estonian locale (python-config and distclean
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28258: Fixed build with Estonian locale (python-config and distclean
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #28258: Fixed build with Estonian locale (distclean target in
serhiy.storchaka
- [Python-checkins] cpython: Issue #28289: ImportError.__init__ now resets not specified attributes.
serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #27942: String constants now interned recursively in tuples and
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #27942: String constants now interned recursively in tuples and
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27942: String constants now interned recursively in tuples and
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> 3.6): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #27942: String constants now interned recursively in tuples and
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.5): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.6 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> 3.6): Null merge
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython: Issue #23545: Adding -Wextra in setup.py is no longer necessary, since it
stefan.krah
- [Python-checkins] cpython (2.7): Issue #27888: Prevent Windows installer from displaying console windows and
steve.dower
- [Python-checkins] cpython (3.5): Minor improvements to the vcs ignore files
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Minor improvements to the vcs ignore files
steve.dower
- [Python-checkins] cpython: Issue #27756: Adds new icons for Python files and processes on Windows. Designs
steve.dower
- [Python-checkins] cpython: Issue #27756: Updates installer icons to be the console and launcher icon
steve.dower
- [Python-checkins] cpython: Prevents unnecessary help text appearing in doc build.
steve.dower
- [Python-checkins] cpython: Fix some warnings from MSVC
steve.dower
- [Python-checkins] cpython: Adds test.support.PGO and skips tests that are not useful for PGO.
steve.dower
- [Python-checkins] cpython: Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec
steve.dower
- [Python-checkins] cpython: Issue #27959: Documents new encoding and alias.
steve.dower
- [Python-checkins] cpython: Issue #27959: Updates NEWS and whatsnew
steve.dower
- [Python-checkins] cpython: Issue #6135: Adds encoding and errors parameters to subprocess
steve.dower
- [Python-checkins] cpython: Issue #27731: Opt-out of MAX_PATH on Windows 10
steve.dower
- [Python-checkins] cpython: Issue #27959: Prevent ImportError from escaping codec search function
steve.dower
- [Python-checkins] cpython: Issue #28005: Allow ImportErrors in encoding implementation to propagate.
steve.dower
- [Python-checkins] cpython: Fix expected error message in PyTextIOWrapperTest
steve.dower
- [Python-checkins] cpython: Adds MAX_PATH button to the installer.
steve.dower
- [Python-checkins] cpython: Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
steve.dower
- [Python-checkins] cpython: Fix mismatched if blocks in posixmodule.c.
steve.dower
- [Python-checkins] cpython: Fixes tests broken by issue #27781.
steve.dower
- [Python-checkins] cpython: Issue #23524: Finish removing _PyVerify_fd from sources
steve.dower
- [Python-checkins] cpython: Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
steve.dower
- [Python-checkins] cpython: Skips console open_fd tests when we don't have real consoles.
steve.dower
- [Python-checkins] cpython: More lenient skipping of console tests.
steve.dower
- [Python-checkins] cpython: Revert #27959: ImportError within an encoding module should also skip the
steve.dower
- [Python-checkins] cpython: Issue #27781: Fixes uninitialized fd when !MS_WINDOWS and !HAVE_OPENAT
steve.dower
- [Python-checkins] cpython: Fixes expected error when getting encoding while shutting down.
steve.dower
- [Python-checkins] cpython: Changes pyvenv.cfg trick into an actual sys.path file.
steve.dower
- [Python-checkins] cpython: Switch to using |version| substitition in Windows docs.
steve.dower
- [Python-checkins] cpython (3.5): Issue #26513: Fixes platform module detection of Windows Server
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26513: Fixes platform module detection of Windows Server
steve.dower
- [Python-checkins] cpython (2.7): Removes file from installer.
steve.dower
- [Python-checkins] cpython (2.7): Issue #26132: Only adds manifest to executables and main DLL.
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26619: Improves error message when installing on out-of-date Windows
steve.dower
- [Python-checkins] cpython (3.5): Issue #26619: Improves error message when installing on out-of-date Windows
steve.dower
- [Python-checkins] cpython (3.5): Closes #22731: Documents change of console mode.
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Closes #22731: Documents change of console mode.
steve.dower
- [Python-checkins] cpython (3.5): Issue #24594: Validates persist parameter when opening MSI database
steve.dower
- [Python-checkins] cpython (2.7): Issue #24594: Validates persist parameter when opening MSI database
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
steve.dower
- [Python-checkins] cpython: Closes #27314: Fixes launcher installer upgrade table.
steve.dower
- [Python-checkins] cpython: Prevent PGO build for x86 releases.
steve.dower
- [Python-checkins] cpython: Issue #27874: Allows use of pythonXX.zip file as landmark on Windows
steve.dower
- [Python-checkins] cpython: Issue #24186: Reenable optimised OpenSSL function
steve.dower
- [Python-checkins] cpython: Adds documentation for pythonXX.zip as a landmark.
steve.dower
- [Python-checkins] cpython: Adds search path changes to whatsnew/3.6.rst
steve.dower
- [Python-checkins] cpython: Add links from whatsnew to Windows docs.
steve.dower
- [Python-checkins] cpython: Ensures buildbots don't have zip files in build directory.
steve.dower
- [Python-checkins] cpython: Adds temporary validation code to buildbot script
steve.dower
- [Python-checkins] cpython: Expands buildbot validation code
steve.dower
- [Python-checkins] cpython: Remove buildbot diagnostic code.
steve.dower
- [Python-checkins] cpython: Fix call to PathCombineW.
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25144: Ensures TargetDir is set before continuing with custom install.
steve.dower
- [Python-checkins] cpython (3.5): Issue #25144: Ensures TargetDir is set before continuing with custom install.
steve.dower
- [Python-checkins] cpython (3.5): Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch
steve.dower
- [Python-checkins] cpython (3.5): Issue #27932: Fixes memory leak in platform.win32_ver()
steve.dower
- [Python-checkins] cpython (merge default -> default): Merge from Zach
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27932: Fixes memory leak in platform.win32_ver()
steve.dower
- [Python-checkins] cpython (3.5): Issue #27705: Update message in validate_ucrtbase.py
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27705: Update message in validate_ucrtbase.py
steve.dower
- [Python-checkins] cpython (2.7): Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
steve.dower
- [Python-checkins] cpython (3.5): Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
steve.dower
- [Python-checkins] cpython (3.5): Issue #27932: Backs out change
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5
steve.dower
- [Python-checkins] cpython (3.5): Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files
steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files
steve.dower
- [Python-checkins] cpython: Fixes test_getargs2 to get the buildbots working again.
steve.dower
- [Python-checkins] cpython: Make PGO use usual build directory on Windows.
steve.dower
- [Python-checkins] cpython: Adds missing assert suppression.
steve.dower
- [Python-checkins] cpython: Updates zip and nuget builds for Windows.
steve.dower
- [Python-checkins] cpython (3.6): Issue #28192: Don't import readline in isolated mode
steve.dower
- [Python-checkins] cpython (3.6): Issue #28137: Renames Windows path file to ._pth
steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Merge with 3.6
steve.dower
- [Python-checkins] cpython (3.6): Issue #28161: Opening CON for write access fails
steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28161: Opening CON for write access fails
steve.dower
- [Python-checkins] cpython (3.6): Issue #28192: Adds tests for hook in isolated mode
steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28192: Adds tests for hook in isolated mode
steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit
steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit
steve.dower
- [Python-checkins] cpython (3.5): Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit
steve.dower
- [Python-checkins] cpython (3.6): Fixes bad merge for issue #28110
steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Fixes bad merge for issue #28110
steve.dower
- [Python-checkins] cpython (2.7): Issue #27932: Prevent memory leak in win32_ver().
steve.dower
- [Python-checkins] cpython (3.6): Issue #27932: Prevent memory leak in win32_ver().
steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.6): Null merge from 3.5
steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #27932: Prevent memory leak in win32_ver().
steve.dower
- [Python-checkins] cpython (3.5): Issue #27932: Prevent memory leak in win32_ver().
steve.dower
- [Python-checkins] cpython (3.5): Add file missed from backport
steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Null merge from 3.6
steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.6): Null merge from 3.5
steve.dower
- [Python-checkins] cpython (2.7): Issue #26513: Use winver.product_type instead of .product
steve.dower
- [Python-checkins] cpython (merge 3.6 -> default): Issue #28251: Improvements to help manuals on Windows.
steve.dower
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28251: Improvements to help manuals on Windows.
steve.dower
- [Python-checkins] cpython (3.5): Issue #28251: Improvements to help manuals on Windows.
steve.dower
- [Python-checkins] cpython (2.7): Issue #27922: IDLE test_idlehistory no longer flash tk widgets.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
terry.reedy
- [Python-checkins] cpython (2.7): Issue #27918# test.resource.is_gui_available no longer flashes tk window.
terry.reedy
- [Python-checkins] cpython (3.5): Issue #27918# test.resource.is_gui_available no longer flashes tk window.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): IDLE newx items. merge from 3.5
terry.reedy
- [Python-checkins] cpython (2.7): IDLE newx items.
terry.reedy
- [Python-checkins] cpython (3.5): IDLE newx items.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
terry.reedy
- [Python-checkins] cpython (3.5): Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Null merge.
terry.reedy
- [Python-checkins] cpython (2.7): IDLE NEWS item and ack.
terry.reedy
- [Python-checkins] cpython (3.5): IDLE NEWS item and ack.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> 3.6): Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt.
terry.reedy
- [Python-checkins] cpython (3.5): Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt.
terry.reedy
- [Python-checkins] cpython (merge 3.6 -> default): Merge with 3.6
terry.reedy
- [Python-checkins] cpython (2.7): Issue #25488: Stpp idle.py from adding a entry when it is a duplicate.
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> 3.6): Issue #25488: merge idle.py from 3.5.
terry.reedy
- [Python-checkins] cpython (3.5): Issue #25488: Stpp idle.py from adding a entry when it is a duplicate.
terry.reedy
- [Python-checkins] cpython (merge 3.6 -> default): Merge with 3.6
terry.reedy
- [Python-checkins] cpython (3.5): Issue #28815: Change '?' to '<module>' in some doc examples.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #28815: Change '?' to '<module>' in some doc examples.
terry.reedy
- [Python-checkins] cpython (merge 3.6 -> default): Merge with 3.6
terry.reedy
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge with 3.5
terry.reedy
- [Python-checkins] cpython: PEP 7 style for if/else in C
victor.stinner
- [Python-checkins] cpython: Issue #27830: Remove unused _PyStack_AsDict()
victor.stinner
- [Python-checkins] cpython: Issue #27938: Add a fast-path for us-ascii encoding
victor.stinner
- [Python-checkins] cpython: Avoid inefficient way to call functions without argument
victor.stinner
- [Python-checkins] cpython: Avoid calling functions with an empty string as format string
victor.stinner
- [Python-checkins] cpython: Run Argument Clinic on posixmodule.c
victor.stinner
- [Python-checkins] cpython: Add os.getrandom()
victor.stinner
- [Python-checkins] cpython: os.urandom() now blocks on Linux
victor.stinner
- [Python-checkins] cpython: _PyUnicodeWriter: assert that max character <= MAX_UNICODE
victor.stinner
- [Python-checkins] cpython: Issue #27776: include process.h on Windows for getpid()
victor.stinner
- [Python-checkins] cpython: Optimize unicode_escape and raw_unicode_escape
victor.stinner
- [Python-checkins] cpython: Fix test_os.GetRandomTests()
victor.stinner
- [Python-checkins] cpython: Add Py_MEMBER_SIZE macro
victor.stinner
- [Python-checkins] cpython: Implement compact dict
victor.stinner
- [Python-checkins] cpython: Add assertions to dk_set_index()
victor.stinner
- [Python-checkins] cpython: Split lookdict_unicode_nodummy() assertion to debug
victor.stinner
- [Python-checkins] cpython: dk_get_index/dk_set_index uses a type indices variable
victor.stinner
- [Python-checkins] cpython: Reindeint DK_xxx macros
victor.stinner
- [Python-checkins] cpython: Add documentation to the dict implementation
victor.stinner
- [Python-checkins] cpython: Add a new private version to the builtin dict type
victor.stinner
- [Python-checkins] cpython: regrtest: log FS and locale encodings
victor.stinner
- [Python-checkins] cpython: Rework CALL_FUNCTION* opcodes
victor.stinner
- [Python-checkins] cpython: Issue #27213: document changes in Misc/NEWS
victor.stinner
- [Python-checkins] cpython: Add _PyObject_FastCallKeywords()
victor.stinner
- [Python-checkins] cpython: Issue #27810: Add _PyCFunction_FastCallKeywords()
victor.stinner
- [Python-checkins] cpython: Add METH_FASTCALL calling convention
victor.stinner
- [Python-checkins] cpython: Fix SystemError in compact dict
victor.stinner
- [Python-checkins] cpython: Emit METH_FASTCALL code in Argument Clinic
victor.stinner
- [Python-checkins] cpython: Issue #27810: Rerun Argument Clinic on all modules
victor.stinner
- [Python-checkins] cpython: dictobject.c: explain why stringlib is used
victor.stinner
- [Python-checkins] cpython: Issue #27810: Fix getargs.c compilation on Windows
victor.stinner
- [Python-checkins] cpython: Try to fix sizeof unit tests on dict
victor.stinner
- [Python-checkins] cpython: Issue #18401: Fix test_pdb if $HOME is not set
victor.stinner
- [Python-checkins] cpython: Fix check_force_ascii()
victor.stinner
- [Python-checkins] cpython: Issue #18401: Fix test_pdb on Windows
victor.stinner
- [Python-checkins] cpython: Show regrtest env changed warn on Windows buildbot
victor.stinner
- [Python-checkins] cpython: test_eintr: Fix ResourceWarning warnings
victor.stinner
- [Python-checkins] cpython (3.5): regrtest: accept options after test names
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (regrtest)
victor.stinner
- [Python-checkins] cpython: test_platform: Save/restore os.environ on Windows
victor.stinner
- [Python-checkins] cpython: Issue #27213: Fix reference leaks
victor.stinner
- [Python-checkins] cpython: socket: Fix memory leak in sendmsg() and sendmsg_afalg()
victor.stinner
- [Python-checkins] cpython: Cleanup socketmodule.c
victor.stinner
- [Python-checkins] cpython: Issue #27866: Fix refleak in cipher_to_dict()
victor.stinner
- [Python-checkins] cpython: Buildbot: give 20 minute per test file
victor.stinner
- [Python-checkins] cpython: ssue #27213: Reintroduce checks in _PyStack_AsDict()
victor.stinner
- [Python-checkins] cpython: Revert change f860b7a775c5
victor.stinner
- [Python-checkins] cpython: Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict()
victor.stinner
- [Python-checkins] cpython: Issue #28077: find_empty_slot() only supports combined dict
victor.stinner
- [Python-checkins] cpython: Issue #27350: Document compact dict memory usage
victor.stinner
- [Python-checkins] cpython: Issue #27810: Exclude METH_FASTCALL from the stable API
victor.stinner
- [Python-checkins] cpython: Fix warning in _PyCFunction_FastCallKeywords()
victor.stinner
- [Python-checkins] cpython: Issue #28040: Cleanup find_empty_slot()
victor.stinner
- [Python-checkins] cpython: Remove pybench microbenchmark
victor.stinner
- [Python-checkins] cpython: Remove pystone microbenchmark
victor.stinner
- [Python-checkins] cpython (3.6): Issue #28040: Cleanup find_empty_slot()
victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6
victor.stinner
- [Python-checkins] cpython (3.6): Fix _PyDict_Pop() on pending key
victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (fix dict.pop)
victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (test os.spawn*)
victor.stinner
- [Python-checkins] cpython (3.6): Issue #28114: Add unit tests on os.spawn*()
victor.stinner
- [Python-checkins] cpython (3.6): Add _PyDict_CheckConsistency()
victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6
victor.stinner
- [Python-checkins] cpython (3.6): Fix test_huntrleaks_fd_leak() of test_regrtest
victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (test_regrtest)
victor.stinner
- [Python-checkins] cpython (3.6): Fix memory leak in path_converter()
victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6
victor.stinner
- [Python-checkins] cpython (3.5): Cleanup random.c
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> 3.6): (Merge 3.5) Catch EPERM error in py_getrandom()
victor.stinner
- [Python-checkins] cpython (3.5): Catch EPERM error in py_getrandom()
victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6
victor.stinner
- [Python-checkins] cpython (3.6): Fix memleak in os.getrandom()
victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (os.getrandom)
victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6
victor.stinner
- [Python-checkins] cpython (3.5): test_asynico: fix test_sock_connect_sock_write_race()
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5
victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6
victor.stinner
- [Python-checkins] cpython (3.5): Fix PyUnicode_FromFormatV() error handling
victor.stinner
- [Python-checkins] cpython: regrtest: add -u for unbuffered stdout/stderr
victor.stinner
- [Python-checkins] cpython (3.5): Issue #27829: regrtest -W displays stderr if env changed
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #27829)
victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #27829)
victor.stinner
- [Python-checkins] cpython (3.6): Fix xml.etree.ElementTree.Element.getiterator()
victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6
victor.stinner
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6
victor.stinner
- [Python-checkins] cpython (3.5): Issue #28258: Explain the LC_ALL change in a comment
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5
victor.stinner
- [Python-checkins] cpython (2.7): Issue #28258: Explain the LC_ALL change in a comment
victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Closes #27937: Merge fix from 3.5.
vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merge upstream change.
vinay.sajip
- [Python-checkins] cpython (3.5): Fixes #27937: optimise code used in all logging calls.
vinay.sajip
- [Python-checkins] cpython: Fixes #27937: optimise code used in all logging calls.
vinay.sajip
- [Python-checkins] cpython: Closes #27935: returned numeric value for 'FATAL' logging level.
vinay.sajip
- [Python-checkins] cpython (3.5): Fixes #27930: improved QueueListener behaviour.
vinay.sajip
- [Python-checkins] cpython: Fixes #27930: improved QueueListener behaviour.
vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Closes #27930: Merged fix from 3.5.
vinay.sajip
- [Python-checkins] cpython (merge default -> default): Null merge.
vinay.sajip
- [Python-checkins] cpython: Added back test code lost during merge.
vinay.sajip
- [Python-checkins] cpython (3.5): Fixes #25671: Updated prompt handling in activate.fish.
vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merged upstream changes.
vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Closes #25671: Merged fix from 3.5.
vinay.sajip
- [Python-checkins] cpython (3.5): Closed #26533: expanded on behaviour of logging.config.listen().
vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Closed #26533: Merged update from 3.5.
vinay.sajip
- [Python-checkins] cpython (merge 3.5 -> default): Closes #23105: Merged update from 3.5.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #23105: Updated documentation on open() flag constants.
vinay.sajip
- [Python-checkins] cpython (3.5): Issue #23105: Updated documentation on open() flag constants.
vinay.sajip
- [Python-checkins] cpython: Issue #28046: Fix get_sysconfigdata_name().
xavier.degaye
- [Python-checkins] cpython: Issue #27917: Fix test_triplet_in_ext_suffix for the 'x86' Android platform.
xavier.degaye
- [Python-checkins] cpython: Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME
xavier.degaye
- [Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6.
xavier.degaye
- [Python-checkins] cpython (3.6): Add an Android section to whatsnew/3.6.rst.
xavier.degaye
- [Python-checkins] cpython: Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
yury.selivanov
- [Python-checkins] cpython: Issue #28003: Implement PEP 525 -- Asynchronous Generators.
yury.selivanov
- [Python-checkins] cpython: ceval: tighten the code of STORE_ANNOTATION
yury.selivanov
- [Python-checkins] cpython: Issue #28003: Fix a compiler warning
yury.selivanov
- [Python-checkins] cpython: Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
yury.selivanov
- [Python-checkins] cpython: tests: use subTest in test_unparse.test_files
yury.selivanov
- [Python-checkins] cpython: Issue #28008: Fix test_unparse
yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Add set_protocol / get_protocol methods to Transports
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (asyncio)
yury.selivanov
- [Python-checkins] cpython: Merge 3.5 (asyncio/NEWS)
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #27456)
yury.selivanov
- [Python-checkins] cpython (3.5): Issue #27456: asyncio: Set TCP_NODELAY by default.
yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #26182)
yury.selivanov
- [Python-checkins] cpython (3.6): Issue #26182: Raise DeprecationWarning for improper use of async/await keywords
yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge heads
yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge (asyncio)
yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Sync with the upstream
yury.selivanov
- [Python-checkins] cpython (3.6): Merge 3.5 (asyncio)
yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> 3.6): Merge heads
yury.selivanov
- [Python-checkins] cpython (3.6): asyncio: Drop debug code
yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge (asyncio)
yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge heads (3.6/default)
yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> 3.6): Merge heads 3.6
yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (after null merge with 3.5)
yury.selivanov
- [Python-checkins] cpython (3.5): Another asyncio sync.
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Null-merge 3.5
yury.selivanov
- [Python-checkins] cpython (3.5): Issue #27906: Fix socket accept exhaustion during high TCP traffic.
yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #27906)
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #27906)
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #28174)
yury.selivanov
- [Python-checkins] cpython (3.5): Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)
yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28174)
yury.selivanov
- [Python-checkins] cpython (3.5): Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #26654)
yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #26654)
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (asyncio, issue #26909)
yury.selivanov
- [Python-checkins] cpython (3.5): Issue #26909: Fix slow pipes IO in asyncio.
yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (asyncio, issue #26909)
yury.selivanov
- [Python-checkins] cpython (3.5): Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.
yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #28176)
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #28176)
yury.selivanov
- [Python-checkins] cpython (3.6): Fix Misc/NEWS
yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (NEWS)
yury.selivanov
- [Python-checkins] cpython (3.5): Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> 3.6): Merge 3.5 (issue #27759)
yury.selivanov
- [Python-checkins] cpython (merge 3.6 -> default): Merge 3.6 (issue #27759)
yury.selivanov
- [Python-checkins] cpython (2.7): Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible
zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #27407: Merge with 3.5
zach.ware
- [Python-checkins] cpython (3.5): Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible
zach.ware
- [Python-checkins] cpython (2.7): Issue #27407: Add prepare_ssl.py to 2.7
zach.ware
- [Python-checkins] cpython: Issue #27883: Update sqlite to 3.14.1 on Windows
zach.ware
- [Python-checkins] cpython: Fix get_externals.bat
zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #27748: Merge with 3.5
zach.ware
- [Python-checkins] cpython (2.7): Issue #27748: Simplify test_winsound.
zach.ware
- [Python-checkins] cpython (3.5): Issue #27748: Simplify test_winsound.
zach.ware
- [Python-checkins] cpython: Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound.
zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27748: Merge with 3.5
zach.ware
- [Python-checkins] cpython (2.7): Issue #27748: strengthen test_alias_nofallback
zach.ware
- [Python-checkins] cpython (3.5): Issue #27748: strengthen test_alias_nofallback
zach.ware
- [Python-checkins] cpython: Issue #25387: Check return value of winsound.MessageBeep
zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Issue #27748: Merge with 3.5
zach.ware
- [Python-checkins] cpython (2.7): Issue #27748: Backed out changeset 6137d0ed0a15
zach.ware
- [Python-checkins] cpython (3.5): Issue #27748: Backed out changeset f845e24d794e
zach.ware
- [Python-checkins] cpython: Move NEWS entry to correct section.
zach.ware
- [Python-checkins] cpython: Closes #20366: Build full text search support into SQLite on Windows
zach.ware
- [Python-checkins] cpython: Deprecate Tix
zach.ware
- [Python-checkins] cpython: Closes #27982: Allow keyword arguments to winsound functions
zach.ware
- [Python-checkins] cpython: Add libpython*.dylib to .{hg,git}ignore
zach.ware
- [Python-checkins] cpython: Issue #28027: Remove Lib/plat-* files
zach.ware
- [Python-checkins] cpython: Issue #28027: Mention the names of the removed modules in Misc/NEWS
zach.ware
- [Python-checkins] cpython: Remove Lib/_sysconfigdata.py from .gitignore
zach.ware
- [Python-checkins] cpython: Remove Lib/test/test_pep247.py
zach.ware
- [Python-checkins] cpython: Rename test_pep####.py files
zach.ware
- [Python-checkins] cpython: Fix running test_tokenize directly
zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Closes #19489: Merge with 3.5
zach.ware
- [Python-checkins] cpython (3.5): Issue #19489: Move the search box from sidebar to header and footer.
zach.ware
- [Python-checkins] cpython (merge 3.5 -> default): Issue #19489: Merge with 3.5
zach.ware
- [Python-checkins] cpython (3.5): Issue #19489: Add NEWS and ACKS
zach.ware
- [Python-checkins] cpython: Add tix deprecation to whatsnew
zach.ware
- [Python-checkins] cpython: Remove unused suspicious rules
zach.ware
- [Python-checkins] cpython: Remove outdated buildbot scripts
zach.ware
- [Python-checkins] cpython: Remove another useless buildbot script
zach.ware
- [Python-checkins] cpython: Fix suspicious markup
zach.ware
- [Python-checkins] cpython: We're not that far in the future yet
zach.ware
- [Python-checkins] cpython: Rename test_strlit -> test_string_literals
zach.ware
- [Python-checkins] cpython: Closes #27976: Deprecate bundled full copy of libffi
zach.ware
- [Python-checkins] cpython: Remove line numbers from suspicious rules
zach.ware
- [Python-checkins] cpython: Actually fix suspicious markup, I ignored it too readily
zach.ware
- [Python-checkins] cpython: Issue #28046: Remove platform-specific directories from sys.path
zach.ware
- [Python-checkins] cpython: Issue #28046: Fix distutils
zach.ware
- [Python-checkins] cpython: Backed out changeset 491bbba73bca
zach.ware
- [Python-checkins] cpython: Issue #28065: Update xz to 5.2.2 on Windows, and build it from source
zach.ware
- [Python-checkins] cpython: Closes #27979: Remove bundled copy of libffi
zach.ware
- [Python-checkins] cpython: Skip a sysconfig test if _ctypes is not available.
zach.ware
Last message date:
Fri Sep 30 23:30:50 EDT 2016
Archived on: Fri Sep 30 23:30:55 EDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).