Serhiy Storchaka
1a2b24f02d
Issue #27332 : Fixed the type of the first argument of module-level functions
generated by Argument Clinic. Patch by Petr Viktorin.
10 years ago
Serhiy Storchaka
3c317e76a2
Issue #27286 : Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
function with generalized unpacking (PEP 448) and conflicting keyword names
could cause undefined behavior.
10 years ago
Serhiy Storchaka
6a7506a77f
Issue #27140 : Added BUILD_CONST_KEY_MAP opcode.
10 years ago
doko@ubuntu.com
87a8bcc221
- Issue #17500 , and https://github.com/python/pythondotorg/issues/945 : Remove
unused and outdated icons.
10 years ago
Serhiy Storchaka
5dee6551e2
Issue #26305 : Argument Clinic now uses braces in C code as required by PEP 7.
10 years ago
Serhiy Storchaka
877826ad3d
Regenerate Argument Clinic code for issue #23026 .
10 years ago
Steve Dower
4d4bc42c8b
Closes #23026 : Documentation improvements and code formatting
10 years ago
Steve Dower
80ac11d01e
Issue #23026 : winreg.QueryValueEx() now return an integer for REG_QWORD type. (Patch by hakril)
10 years ago
Serhiy Storchaka
b0f80b0312
Issue #26647 : Python interpreter now uses 16-bit wordcode instead of bytecode.
Patch by Demur Rumed.
10 years ago
Paul Moore
835416cf7c
Issue #27064 : The py.exe launcher now defaults to Python 3.
The Windows launcher ``py.exe`` no longer prefers an installed
Python 2 version over Python 3 by default when used interactively.
10 years ago
Steve Dower
dc953a5078
Fixes magic numbers for 3.6.
10 years ago
Steve Dower
7ae61af827
Issue #26073 : Updates magic number comment in _bootstrap_external.py and changes numbers in launcher.py to decimal to match official table.
10 years ago
Martin Panter
4c35964b76
Corrections for a/an in code comments and documentation
10 years ago
Serhiy Storchaka
6a7b3a77b4
Issue #26778 : Fixed "a/an/and" typos in code comment and documentation.
10 years ago
Steve Dower
a7a222fde7
Closes #26624 : Adds validation of ucrtbase[d].dll version with warning for old versions.
10 years ago
Steve Dower
b0660582cc
Adds version info to all signed binaries on Windows.
10 years ago
Victor Stinner
3aac0adfe0
Cleanup regrtest "main()" function
* Rename libregrtest.main_in_temp_cwd() to libregrtest.main()
* Add regrtest.main_in_temp_cwd() alias to libregrtest.main()
* Move old main_in_temp_cwd() code into libregrtest.Regrtest.main()
* Update multiple scripts to call libregrtest.main()
10 years ago
Victor Stinner
e985726553
_msi.c: try to fix compiler warnings
10 years ago
Victor Stinner
ccb1f8cb1a
getpathp.c: fix compiler warning
wcsnlen_s() result type is size_t.
10 years ago
Steve Dower
332334f1ab
Issue #26071 : bdist_wininst created binaries fail to start and find 32bit Python
10 years ago
Steve Dower
87fb7f64d8
Issue #26073 : Update the list of magic numbers in launcher
10 years ago
Mark Hammond
32d1e56bda
Issue #26070 : py.exe launcher fails to find in-place built binaries from earlier Python versions.
10 years ago
Mark Hammond
ce543fd795
Issue #26070 : py.exe launcher fails to find in-place built binaries from earlier Python versions.
10 years ago
Benjamin Peterson
75e3630c60
2016 will be another year of writing copyrighted code
10 years ago
Vinay Sajip
a5892abf23
Fixes #25360 : Search for pythonw.exe when in pyw.exe.
10 years ago
Vinay Sajip
aab9f46c6d
Closes #25789 : Improved buffering behaviour in launcher.
10 years ago
Serhiy Storchaka
29e2aa696d
Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM.
10 years ago
Serhiy Storchaka
f8ed0044f6
Issue #25889 : Got rid of warning about mixing signed/unsigned char pointers.
10 years ago
Serhiy Storchaka
e0cb9da9d6
Issue #25893 : Removed unused variable reqdSize.
Added test for return code for the last RegQueryValueExW.
10 years ago
Vinay Sajip
999d0f9af0
Fixes #25844 : Corrected =/== typo potentially leading to crash in launcher.
10 years ago
Vinay Sajip
abeb6479bd
Fixes #25844 : Corrected =/== typo potentially leading to crash in launcher.
10 years ago
Martin Panter
b4ce1fc31b
Issue #5319 : New Py_FinalizeEx() API to exit with status 120 on failure
10 years ago
Benjamin Peterson
669ff66c32
remove duplicated imports ( closes #25502 )
10 years ago
Martin Panter
9955a373a8
Various minor typos in documentation and comments
10 years ago
Steve Dower
5f62112db4
Issues #25112 : py.exe launcher is missing icons
11 years ago
Steve Dower
3a0f471e5f
Issue #25213 : Restores requestedExecutionLevel to manifest to disable UAC virtualization.
11 years ago
Victor Stinner
ba45295938
ssue #25207 : fix ICC compiler warning in msvcrtmodule.c
11 years ago
Zachary Ware
b54a068204
Issue #25022 : Remove PC/example_nt/
It was very much outdated, and the topic is better covered elsewhere.
11 years ago
Zachary Ware
7503ca7b16
Issue #24953 : Include ICC version in sys.version string when bulit with ICC on Windows
11 years ago
Serhiy Storchaka
d741a88049
Fixed indentation of Python examples in C comments.
11 years ago
Eric Snow
06a6a83826
Issue #16991 : Use the correct version for master.
11 years ago
Eric Snow
f3b73ad51d
Issue #16991 : Add PyODict* to Windows builds.
11 years ago
Yury Selivanov
7aa5341164
Reverting my previous commit.
Something went horribly wrong when I was doing `hg rebase`.
11 years ago
Zachary Ware
41a6a625d4
Update Windows build for 3.6
11 years ago
Steve Dower
f64b9d5c71
Fixes handling of long values of PYTHONPATH on Windows.
11 years ago
Steve Dower
11d7b1423f
Issue #24268 : Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI)
11 years ago
Nick Coghlan
d5cacbb1d9
PEP 489: Multi-phase extension module initialization
Known limitations of the current implementation:
- documentation changes are incomplete
- there's a reference leak I haven't tracked down yet
The leak is most visible by running:
./python -m test -R3:3 test_importlib
However, you can also see it by running:
./python -X showrefcount
Importing the array or _testmultiphase modules, and
then deleting them from both sys.modules and the local
namespace shows significant increases in the total
number of active references each cycle. By contrast,
with _testcapi (which continues to use single-phase
initialisation) the global refcounts stabilise after
a couple of cycles.
11 years ago
Steve Dower
4a7fe7e397
Issue #23955 : Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path.
Also cleans up and secures getpathp.c
11 years ago
Zachary Ware
0a29e898cd
Issue #21931 : Fix error handling in msilib.FCICreate().
Patch by Jeffrey Armstrong.
11 years ago
Steve Dower
71f574f707
Issue #23995 : Removes _WCONIO_DEFINED check as the wchar_t console functions are always available.
11 years ago