summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* subprocess._optim_args_from_interpreter_flags()Victor Stinner2016-01-186-18/+35
* Fix test_compilepath() of test_compileallVictor Stinner2016-01-181-0/+12
* Fix indentation of continuation lines.Georg Brandl2016-01-182-3/+3
* Fix two instances of wrong indentation.Georg Brandl2016-01-181-2/+2
* Issue26069 - Update whatsnew/3.6.rst on traceback module's api removals.Senthil Kumaran2016-01-181-0/+7
* Merge from 3.5Senthil Kumaran2016-01-181-2/+4
|\
| * Issue26017 - Suggest enclosing command args in double quotes when using chara...Senthil Kumaran2016-01-181-2/+4
* | Issue #26139: libmpdec: disable /W4 warning (non-standard dllimport behavior).Stefan Krah2016-01-171-0/+5
* | Merge with 3.5Terry Jan Reedy2016-01-172-4/+7
|\ \ | |/
| * Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt.Terry Jan Reedy2016-01-172-4/+7
* | merge from 3.5Senthil Kumaran2016-01-171-1/+2
|\ \ | |/
| * Issue26135 - In the tutorial section on modules, reference importlib.reload i...Senthil Kumaran2016-01-171-1/+2
* | Issue #26071: bdist_wininst created binaries fail to start and find 32bit PythonSteve Dower2016-01-165-3/+19
|\ \ | |/
| * Issue #26071: bdist_wininst created binaries fail to start and find 32bit PythonSteve Dower2016-01-165-3/+19
* | Issue #26073: Update the list of magic numbers in launcherSteve Dower2016-01-162-1/+6
|\ \ | |/
| * Issue #26073: Update the list of magic numbers in launcherSteve Dower2016-01-162-1/+6
* | Issue #26065: Excludes venv from library when generating embeddable distro.Steve Dower2016-01-162-0/+4
|\ \ | |/
| * Issue #26065: Excludes venv from library when generating embeddable distro.Steve Dower2016-01-162-0/+6
* | MergeSteve Dower2016-01-161-1/+1
|\ \
| * | use public 'value'Ethan Furman2016-01-161-1/+1
* | | Issue #25850: Use cross-compilation by default for 64-bit Windows.Steve Dower2016-01-162-16/+7
|\ \ \ | |/ / |/| / | |/
| * Issue #25850: Use cross-compilation by default for 64-bit Windows.Steve Dower2016-01-162-16/+7
* | Issue #25089: Adds short documentation section for modifying an install.Steve Dower2016-01-161-0/+17
|\ \ | |/
| * Issue #25089: Adds short documentation section for modifying an install.Steve Dower2016-01-161-0/+17
* | Issue #23883: grp and pwd are None on WindowsMartin Panter2016-01-161-1/+1
* | Issue #23883: Removed redundant names from blacklists.Serhiy Storchaka2016-01-162-3/+3
* | Issue #23883: Update newsMartin Panter2016-01-162-5/+7
* | Issue #23883: Add missing APIs to tarfile.__all__Martin Panter2016-01-162-1/+22
* | Issue #23883: Add missing APIs to calendar.__all__Martin Panter2016-01-163-1/+13
* | Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM RodriguesMartin Panter2016-01-163-1/+11
* | Merge from 3.5Senthil Kumaran2016-01-161-34/+35
|\ \ | |/
| * Issue26035 - Correct the argument names used in the docs of the traceback mo...Senthil Kumaran2016-01-161-34/+35
* | Issue #26127: Merge test_gdb fix from 3.5Martin Panter2016-01-161-0/+3
|\ \ | |/
| * Issue #14771: Redirect GDB's stdin to avoid messing the terminal settingsMartin Panter2016-01-161-0/+3
* | Issue #26127: Merge tokenize documentationMartin Panter2016-01-161-7/+7
|\ \ | |/
| * Issue #26127: Fix links in tokenize documentation; patch by Silent GhostMartin Panter2016-01-161-7/+7
* | Make the error message regex more lenient so that it matches bothGregory P. Smith2016-01-161-2/+2
|\ \ | |/
| * Make the error message regex more lenient so that it matches bothGregory P. Smith2016-01-161-2/+2
| |\
| | * Make the error message regex more lenient so that it matches bothGregory P. Smith2016-01-161-2/+2
* | | branch mergeEthan Furman2016-01-153-5/+26
|\ \ \
| * | | revert change 87a9dff5106c: pure Enum members again evaluate to True;Ethan Furman2016-01-153-5/+26
* | | | Issue #25791: Raise an ImportWarning when __spec__ or __package__ areBrett Cannon2016-01-157-310/+376
|/ / /
* | | Merge for issue #17633Brett Cannon2016-01-152-48/+248
|\ \ \ | |/ /
| * | Issue #17633: Improve support for namespace packages with zipimport.Brett Cannon2016-01-153-48/+250
* | | Merge 'used with permission' additionsBrett Cannon2016-01-153-1/+4
|\ \ \ | |/ /
| * | Add some "used with permission" mentions where external resources are referen...Brett Cannon2016-01-153-1/+4
* | | Merge for issue #26114Brett Cannon2016-01-151-3/+2
|\ \ \ | |/ /
| * | Issue #26114: Remove a reference to 'Numerical Recipes'.Brett Cannon2016-01-151-3/+2
* | | Issue #25940: Merge ETIMEDOUT fix from 3.5Martin Panter2016-01-151-1/+1
|\ \ \ | |/ /
| * | Issue #25940: Merge ETIMEDOUT fix from 3.4 into 3.5Martin Panter2016-01-151-1/+1
| |\ \ | | |/