Steve Dower
|
793f822068
|
Fixes git command (#451) (#452)
|
2017-03-03 21:57:47 -08:00 |
Steve Dower
|
d3e1e9df72
|
bpo-27593: Updates Windows build to use information from git (#262) (#450)
* bpo-27593: Updates Windows build to use information from git
|
2017-03-03 21:32:17 -08:00 |
Steve Dower
|
f00ef72ee1
|
Ensures intermediate directory is created before using it
|
2016-12-03 11:56:44 -08:00 |
Steve Dower
|
de6efdb772
|
Ensures intermediate directory is created before accessing it.
|
2016-12-03 11:56:20 -08:00 |
Steve Dower
|
190dbd9ba2
|
Issue #28846: Various installer fixes
|
2016-12-03 11:18:53 -08:00 |
Steve Dower
|
02a4018c6e
|
Issue #28573: Missing sys._mercurial info and other build issues.
|
2016-11-22 11:48:52 -08:00 |
Benjamin Peterson
|
4510e6de9d
|
mark dtrace stubs as static inline; remove stubs
C99 inline semantics don't work everywhere. (https://bugs.python.org/issue28092)
We don't want these to have external visibility anyway.
|
2016-10-20 22:37:00 -07:00 |
INADA Naoki
|
a83636247e
|
Issue #28448: Fix C implemented asyncio.Future didn't work on Windows
|
2016-10-21 12:30:15 +09:00 |
INADA Naoki
|
9f2ce25481
|
Issue #28428: Rename _futures module to _asyncio.
It will have more speedup functions or classes other than asyncio.Future.
|
2016-10-15 15:39:19 +09:00 |
INADA Naoki
|
9e4e38ecd2
|
Issue #26801: Added C implementation of asyncio.Future.
Original patch by Yury Selivanov.
|
2016-10-09 14:44:47 +09:00 |
Steve Dower
|
17a564ecc9
|
Add file missed from backport
|
2016-09-17 17:29:37 -07:00 |
Steve Dower
|
74f4af7ac3
|
Issue #27932: Prevent memory leak in win32_ver().
|
2016-09-17 17:27:48 -07:00 |
Benjamin Peterson
|
37d398ebd1
|
compile dtrace stubs
|
2016-09-09 19:52:23 -07:00 |
Steve Dower
|
4db86bc1b4
|
Changes pyvenv.cfg trick into an actual sys.path file.
|
2016-09-09 09:17:35 -07:00 |
Steve Dower
|
3929499914
|
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
Closes #17602: Adds a readline implementation for the Windows console
|
2016-08-30 21:22:36 -07:00 |
Christian Heimes
|
393b82e4c1
|
Issue #16113: compile the module on Windows, too.
|
2016-09-07 12:51:56 +02:00 |
Christian Heimes
|
121b9487d1
|
Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
|
2016-09-06 22:03:25 +02:00 |
Brett Cannon
|
82029ac14c
|
Issue #27186: add Include/osmodule.h to the proper build rules
|
2016-06-12 13:21:22 -07:00 |
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 |
Serhiy Storchaka
|
e2cef885a2
|
Issue #16061: Speed up str.replace() for replacing 1-character strings.
|
2013-04-13 22:45:04 +03:00 |
Kristján Valur Jónsson
|
e75ff35af2
|
Issue #15038: Optimize python Locks on Windows
Extract cross-platform condition variable support into a separate file and
provide user-mode non-recursive locks for Windows.
|
2012-06-18 20:30:44 +00:00 |
Richard Oudkerk
|
9650d36498
|
Add namespaceobject.h and namespaceobject.c to pythoncore.vcxproj
|
2012-06-04 18:24:44 +01:00 |
Kristjan Valur Jonsson
|
d2456556b2
|
Issue #14952: Fix incorrect output dll names for win64/debug builds, causing
the dll importer on windows to fail.
|
2012-05-31 15:09:21 +00:00 |
Kristján Valur Jónsson
|
77a1cf1622
|
Remove missing files from the PCbuild pythoncore project. This avoids a
"missing dependency", causing pythocore to be rebuilt every time.
|
2012-05-19 21:25:41 +00:00 |
Kristján Valur Jónsson
|
c45ea9ebc7
|
Clean up the PCBuild project files, removing redundant settings and
use "references" to link to dependent projects.
Update readme and batch files.
|
2012-05-19 21:10:14 +00:00 |
Martin v. Löwis
|
c0181eb449
|
Stop including gzio in the build; it's not used.
|
2012-05-15 20:04:25 +02:00 |