summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #28026: Raise ImportError when exec_module() exists but create_module()...Eric Snow2016-09-084-909/+901
* Fixes tests broken by issue #27781.Steve Dower2016-09-084-6/+10
* fix spellingBenjamin Peterson2016-09-081-1/+1
* fix pep roleBenjamin Peterson2016-09-081-1/+1
* Add assertions to dk_set_index()Victor Stinner2016-09-081-4/+14
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-0883-328/+328
* Fix mismatched if blocks in posixmodule.c.Steve Dower2016-09-081-2/+1
* Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)Steve Dower2016-09-0818-832/+614
* add a note about c99Benjamin Peterson2016-09-081-0/+3
* link to canonical blogspotBenjamin Peterson2016-09-081-1/+1
* improve compact dict changelogBenjamin Peterson2016-09-081-4/+4
* Issue #27853: Add section headers to the importlib example docsBrett Cannon2016-09-081-0/+19
* use native inline instead of Py_LOCAL_INLINEBenjamin Peterson2016-09-081-3/+3
* rearrange to make gcc happyBenjamin Peterson2016-09-081-1/+3
* Add Py_MEMBER_SIZE macroVictor Stinner2016-09-082-8/+15
* Implement compact dictVictor Stinner2016-09-0812-564/+788
* Issue #27445: Merge from 3.5Berker Peksag2016-09-083-4/+8
|\
| * Issue #27445: Don't pass str(_charset) to MIMEText.set_payload()Berker Peksag2016-09-083-4/+8
* | clinic: PY_LONG_LONG -> long longBenjamin Peterson2016-09-086-74/+32
* | fix a PY_LONG_LONG stragglerBenjamin Peterson2016-09-081-1/+1
* | Adds MAX_PATH button to the installer.Steve Dower2016-09-083-89/+76
* | more PY_LONG_LONG to long longBenjamin Peterson2016-09-0819-281/+81
* | sha3: let's keep it simple and always allocate enough extra space for uint64_...Christian Heimes2016-09-081-3/+2
* | Remove old typo.Serhiy Storchaka2016-09-081-1/+1
* | Issue #26798: Coverity complains about potential memcpy() of overlapped regio...Christian Heimes2016-09-084-4/+4
* | Issue #16113: SHA3: allocate extra memory for lane extraction and check retur...Christian Heimes2016-09-081-4/+12
* | [merge from 3.5] Issue11551 - Increase the test coverage of _dummy_thread mod...Senthil Kumaran2016-09-081-41/+115
|\ \ | |/
| * Issue11551 - Increase the test coverage of _dummy_thread module to 100%.Senthil Kumaran2016-09-081-41/+115
* | Issue 28017: Use -std=gnu99 to get C99 with GNU extensions for bluetooth.h on...Christian Heimes2016-09-083-4/+8
* | Issue 26798: fetch OSError and HTTPException like other tests that use open_u...Christian Heimes2016-09-081-2/+8
* | Remove the subjective security and performance claims, fix hyperlinksGregory P. Smith2016-09-081-5/+6
* | move my news entries to the build section as appropriate.Gregory P. Smith2016-09-081-7/+7
|\ \ | |/
| * Move my news entries to the build section.Gregory P. Smith2016-09-081-7/+7
* | improve Enum docsEthan Furman2016-09-081-11/+12
* | Issue #15352: Rebuild frozen modules when marshal.c is changed.Eric Snow2016-09-082-2/+4
* | #24277: Fix some incorrect backslashes in email example.R David Murray2016-09-081-2/+2
* | #24277: Fix 3.4 whats new link broken by email doc changes.R David Murray2016-09-081-1/+1
* | Issue #26667: Add path-like object support to importlib.util.Brett Cannon2016-09-087-2167/+2219
* | Issue #17211: Yield a namedtuple in pkgutil.Eric Snow2016-09-085-21/+35
* | #24277: What's New and news entries for previous commit.R David Murray2016-09-082-0/+8
* | #24277: The new email API is no longer provisional.R David Murray2016-09-0825-1657/+2065
* | fix reSTBenjamin Peterson2016-09-081-1/+1
* | make sure expected values are interpreted as doublesBenjamin Peterson2016-09-081-1/+1
* | Updated Misc/NEWSDavin Potts2016-09-081-0/+3
* | Fix expected error message in PyTextIOWrapperTestSteve Dower2016-09-081-1/+1
* | Fix indentation (reindent.py).Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-081-4/+4
|\ \ | |/
| * Fix indentation (reindent.py).Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-081-4/+4
* | merge headsGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-081-1/+71
|\ \
| * | Added back test code lost during merge.Vinay Sajip2016-09-081-1/+71
* | | lib2to3.pgen3.driver.load_grammar() now creates a stable cache fileGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-086-16/+116
|\ \ \ | |/ / |/| / | |/