Serhiy Storchaka
|
b0f80b0312
|
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Patch by Demur Rumed.
|
2016-05-24 09:15:14 +03:00 |
|
Steve Dower
|
b0660582cc
|
Adds version info to all signed binaries on Windows.
|
2016-04-06 12:35:24 -07:00 |
|
Eric Snow
|
dce09c34a0
|
Issue #16991: Add odictobject.h on Windows.
|
2015-05-30 14:56:04 -06:00 |
|
Gregory P. Smith
|
8cb6569fe1
|
Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.
Also updates a few internal implementations of the same thing to use the
new built-in code.
Contributed by Arnon Yaari.
|
2015-04-25 23:22:26 +00:00 |
|
Steve Dower
|
d81431f587
|
Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread.
|
2015-03-06 14:47:02 -08:00 |
|
Steve Dower
|
f63dab5a84
|
Back-out wcstok deprecation suppression and updates calls to use wcstok_s.
|
2015-02-25 20:48:01 -08:00 |
|
Steve Dower
|
b3f51e3c44
|
Adds _CRT_NON_CONFORMING_WCSTOK to retain two-parameter wcstok.
|
2015-02-25 20:38:31 -08:00 |
|
Steve Dower
|
2587952f2f
|
Fixes sys.winver generation and removes dependency on user32.dll
|
2015-01-15 09:10:16 -08:00 |
|
Steve Dower
|
65e4cb10d9
|
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release.
|
2014-11-22 12:54:57 -08:00 |
|
Steve Dower
|
8314690a26
|
Issue #22869: Add pylifecycle.c/.h files to pythoncore project.
|
2014-11-20 16:45:36 -08:00 |
|
Victor Stinner
|
115171086a
|
Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.
A side effect is that Python depends to the WinSock library.
|
2014-07-29 23:31:34 +02:00 |
|
Victor Stinner
|
1d8948e023
|
Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/
|
2014-07-24 22:51:05 +02:00 |
|
Victor Stinner
|
d18ccd19f0
|
tets
|
2014-07-24 21:58:53 +02:00 |
|
Tim Golden
|
55c2364561
|
Issue21452 Add missing backslash to build path for make_buildinfo
|
2014-05-09 18:18:11 +01:00 |
|
Zachary Ware
|
404b5dac85
|
"Escape" a character in the middle of "warning"
This should stop Buildbot from falsely reporting a warning on Windows bots.
|
2014-04-23 12:09:54 -05:00 |
|
Zachary Ware
|
ee227ae7cf
|
Issue #20609: Merge with 3.3.
|
2014-02-18 11:35:15 -06:00 |
|
Zachary Ware
|
14fff88773
|
Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
pythoncore sub-project. This should prevent build errors due a previous
build's python(_d).exe still running.
|
2013-11-26 16:34:45 -06:00 |
|
Zachary Ware
|
bb65b5bf1d
|
Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
pythoncore sub-project. This should prevent build errors due a previous
build's python(_d).exe still running.
|
2013-11-26 16:32:59 -06:00 |
|
Christian Heimes
|
71135ac72d
|
Add _opcode to Windows build env
|
2013-11-24 01:11:57 +01:00 |
|
Victor Stinner
|
ed3b0bca3e
|
Issue #18874: Implement the PEP 454 (tracemalloc)
|
2013-11-23 12:27:24 +01:00 |
|
Christian Heimes
|
985ecdcfc2
|
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Python now uses SipHash24 on all major platforms.
|
2013-11-20 11:46:18 +01:00 |
|
Serhiy Storchaka
|
8444ebbd72
|
Issue #18685: Extract template part of _sre.c into separated sre_lib.h file.
|
2013-10-26 11:18:42 +03:00 |
|
Christian Heimes
|
59b2401070
|
Add _stat module to VS project file -- this time with the GUI instead of manually.
|
2013-06-23 15:50:45 +02:00 |
|
Christian Heimes
|
c77d9f38c2
|
Issue #11016: Add C implementation of the stat module as _stat
|
2013-06-22 21:05:02 +02:00 |
|
Antoine Pitrou
|
a85017fbe3
|
Issue #16694: Add a pure Python implementation of the operator module.
Patch by Zachary Ware.
|
2013-04-20 19:21:44 +02:00 |
|