index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
PC
/
launcher.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Yury Selivanov
2016-12-13
1
-0
/
+1
*
Issue #23722: Initialize __class__ from type.__new__()
Nick Coghlan
2016-09-11
1
-1
/
+1
*
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov
2016-09-08
1
-1
/
+1
*
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
Serhiy Storchaka
2016-09-06
1
-1
/
+1
*
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka
2016-06-12
1
-1
/
+1
|
\
|
*
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka
2016-06-12
1
-1
/
+1
*
|
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
Serhiy Storchaka
2016-06-12
1
-1
/
+1
*
|
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Serhiy Storchaka
2016-05-24
1
-1
/
+1
*
|
Issue #27064: The py.exe launcher now defaults to Python 3.
Paul Moore
2016-05-22
1
-7
/
+14
*
|
Merge with 3.5
Steve Dower
2016-05-16
1
-4
/
+6
|
\
\
|
|
/
|
/
|
|
*
Issue #26073: Updates magic number comment in _bootstrap_external.py and chan...
Steve Dower
2016-05-16
1
-4
/
+6
|
|
\
|
|
*
Issue #26073: Update the list of magic numbers in launcher
Steve Dower
2016-01-16
1
-1
/
+4
|
|
|
\
|
|
*
|
Issue #26070: py.exe launcher fails to find in-place built binaries from earl...
Mark Hammond
2016-01-11
1
-0
/
+3
|
|
*
|
Closes #25360: Merged fix from 3.5.
Vinay Sajip
2015-12-26
1
-1
/
+1
|
|
|
\
\
|
|
*
|
|
Closes #25789: Improved buffering behaviour in launcher.
Vinay Sajip
2015-12-26
1
-2
/
+3
|
|
*
|
|
Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM.
Serhiy Storchaka
2015-12-18
1
-2
/
+3
|
|
|
\
\
\
|
|
|
*
|
|
Issue #25889: Got rid of warning about mixing signed/unsigned char pointers.
Serhiy Storchaka
2015-12-18
1
-2
/
+3
*
|
|
|
|
|
Fixes magic numbers for 3.6.
Steve Dower
2016-05-16
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Issue #26073: Updates magic number comment in _bootstrap_external.py and chan...
Steve Dower
2016-05-16
1
-15
/
+15
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Issue #26073: Update the list of magic numbers in launcher
Steve Dower
2016-01-16
1
-1
/
+4
*
|
|
|
Issue #26070: py.exe launcher fails to find in-place built binaries from earl...
Mark Hammond
2016-01-11
1
-0
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Fixes #25360: Search for pythonw.exe when in pyw.exe.
Vinay Sajip
2015-12-26
1
-1
/
+1
|
/
/
*
|
Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM.
Serhiy Storchaka
2015-12-18
1
-2
/
+4
|
/
*
Fixes #25844: Corrected =/== typo potentially leading to crash in launcher.
Vinay Sajip
2015-12-13
1
-1
/
+1
|
\
|
*
Fixes #25844: Corrected =/== typo potentially leading to crash in launcher.
Vinay Sajip
2015-12-13
1
-2
/
+2
*
|
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka
2015-03-18
1
-3
/
+3
*
|
Removes unused format string insertion in launcher.c.
Steve Dower
2015-03-10
1
-59
/
+101
|
\
\
|
|
/
|
/
|
|
*
Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual e...
Steve Dower
2015-02-26
1
-4
/
+38
|
*
Issue #23260: Update Windows installer
Steve Dower
2015-02-05
1
-6
/
+14
|
*
Changes %s to %ls in wprintf in launcher.c for C99 compatibility.
Steve Dower
2015-01-02
1
-51
/
+51
*
|
Removes unused format string insertion in launcher.c.
Steve Dower
2015-03-10
1
-1
/
+1
|
/
*
Issue #19504: Used American spelling for 'customize'.
Vinay Sajip
2013-11-15
1
-2
/
+2
|
\
|
*
Issue #19504: Used American spelling for 'customize'.
Vinay Sajip
2013-11-15
1
-2
/
+2
*
|
Closes #18491: Added script-wrapper functionality to launcher source (but not...
Vinay Sajip
2013-07-25
1
-34
/
+138
*
|
Issue #17903: Added path search changes to launcher.
Vinay Sajip
2013-06-07
1
-15
/
+41
*
|
Closes #17290: Merged fix from 3.3.
Vinay Sajip
2013-02-26
1
-11
/
+15
|
\
\
|
|
/
|
/
|
|
*
Fix compilation error under Windows.
Vinay Sajip
2013-01-29
1
-2
/
+2
|
*
Closes #17028: Allowed Python arguments to be supplied to launcher.
Vinay Sajip
2013-01-29
1
-9
/
+13
|
*
Replace WaitForSingleObject with WaitForSingleObjectEx,
Martin v. L?wis
2013-01-25
1
-1
/
+1
*
|
Closes #17290: Loading cursor now does not persist when launching GUI scripts.
Vinay Sajip
2013-02-26
1
-1
/
+16
|
/
*
Remove the original license, as this was contributed under Vinay Sajip's agre...
Martin v. L?wis
2012-06-21
1
-23
/
+2
*
Fix UNICODE glitch.
Martin v. L?wis
2012-06-21
1
-2
/
+2
*
Fix off-by-one error.
Martin v. L?wis
2012-06-21
1
-1
/
+1
*
Use GetEnvironmentVariableW instead of _wgetenv to silence VC warnings.
Martin v. L?wis
2012-06-21
1
-10
/
+19
*
Add launcher source and resources
Brian Curtin
2012-06-20
1
-0
/
+1377