Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) | Serhiy Storchaka | 2017-04-19 | 1 | -6/+11 |
| | | | | | | raised an error. Replace them with using concrete types API that never fails if appropriate. | ||||
* | bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) | Serhiy Storchaka | 2017-04-16 | 1 | -10/+10 |
| | |||||
* | bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) | Serhiy Storchaka | 2017-03-12 | 1 | -6/+6 |
| | |||||
* | Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict | Martin Panter | 2016-08-04 | 1 | -4/+4 |
| | | | | | The conflict occurs with Min GW, which already defines REPARSE_DATA_BUFFER. Also, Min GW uses a lowercase <windows.h> filename. | ||||
* | - Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -55/+52 |
|\ | | | | | | | generated by Argument Clinic. Patch by Petr Viktorin. | ||||
| * | Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -55/+52 |
| | | | | | | | | generated by Argument Clinic. Patch by Petr Viktorin. | ||||
* | | Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. | Serhiy Storchaka | 2016-06-09 | 1 | -2/+2 |
| | | |||||
* | | Issue #25923: Added more const qualifiers to signatures of static and ↵ | Serhiy Storchaka | 2015-12-25 | 1 | -2/+2 |
|/ | | | | private functions. | ||||
* | Issue #20172: Update clinicizations to current clinic. | Zachary Ware | 2015-05-13 | 1 | -31/+62 |
| | |||||
* | Issue #20172: Convert the _winapi module to Argument Clinic. | Zachary Ware | 2015-05-13 | 1 | -396/+441 |
| | |||||
* | Issue #23451: Update pyconfig.h for Windows to require Vista headers and ↵ | Steve Dower | 2015-03-02 | 1 | -0/+8 |
| | | | | remove unnecessary version checks. | ||||
* | merge 3.4 (#23361) | Benjamin Peterson | 2015-02-10 | 1 | -2/+12 |
|\ | |||||
| * | merge 3.3 (#23361) | Benjamin Peterson | 2015-02-10 | 1 | -2/+12 |
| |\ | |||||
| | * | add overflow checking (closes #23361) | Benjamin Peterson | 2015-02-10 | 1 | -2/+12 |
| | | | |||||
* | | | Issue18314 Allow unlink to remove junctions. Includes support for creating ↵ | Tim Golden | 2014-05-05 | 1 | -0/+137 |
| | | | | | | | | | | | | junctions. Patch by Kim Gräsman | ||||
* | | | Backed out changeset: 17df50df62c7 | Tim Golden | 2014-04-27 | 1 | -109/+0 |
| | | | |||||
* | | | Issue #18314 os.unlink will now remove junction points on Windows. Patch by ↵ | Tim Golden | 2014-04-27 | 1 | -0/+109 |
|/ / | | | | | | | Kim Gräsman. | ||||
* | | Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by | Victor Stinner | 2014-03-20 | 1 | -0/+1 |
| | | | | | | | | multiprocessing.connection | ||||
* | | Issue #19565: Prevent warnings at shutdown about pending overlapped ops. | Richard Oudkerk | 2013-11-17 | 1 | -8/+28 |
| | | |||||
* | | #18466: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #18466: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
| | | |||||
* | | Issue #9566: _winapi.WriteFile() now truncates length to DWORD_MAX (4294967295) | Victor Stinner | 2013-06-24 | 1 | -2/+5 |
|/ | |||||
* | Fix typo in error handling for WaitForMultipleObjects() | Richard Oudkerk | 2012-08-21 | 1 | -1/+1 |
| | |||||
* | Fix for Issue 14725 for 3.3 branch. | Richard Oudkerk | 2012-05-05 | 1 | -3/+1 |
| | |||||
* | Issue #4892: multiprocessing Connections can now be transferred over ↵ | Antoine Pitrou | 2012-04-24 | 1 | -0/+4 |
| | | | | | | multiprocessing Connections. Patch by Richard Oudkerk (sbt). | ||||
* | Issue #11750: The Windows API functions scattered in the _subprocess and | Antoine Pitrou | 2012-04-18 | 1 | -0/+1326 |
_multiprocessing.win32 modules now live in a single module "_winapi". Patch by sbt. |