7614 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
Christian Heimes 200bb1b08c Simplify return value of ssl.get_default_verify_paths 13 years ago
Christian Heimes 75b8426698 fixd refleak 13 years ago
Ronald Oussoren a822d36675 Ensure that the fix for #17269 also works on OSX 10.4 13 years ago
Christian Heimes 46bebee25f Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store. 13 years ago
Christian Heimes 142ec2c014 get_default_verify_paths doesn't belong inside the ifdef block 13 years ago
Christian Heimes 6d7ad13a45 Issue #18143: Implement ssl.get_default_verify_paths() in order to debug 13 years ago
Richard Oudkerk ac0ad884d1 Issue #17931: Resolve confusion on Windows between pids and process handles. 13 years ago
Łukasz Langa 6f69251980 Add reference implementation for PEP 443 13 years ago
Victor Stinner 072318b178 Issue #13772: Use syntax for literal wchar_t character 13 years ago
Victor Stinner 31b3b92f7a Issue #13772: Mark helper functions as private (static) 13 years ago
Victor Stinner e87267dc6e Issue #13772: Fix a compiler warning on Windows 13 years ago
Victor Stinner 5a4367600f Issue #13772: fix _check_dirA(): call *A() functions, not *W() functions 13 years ago
Victor Stinner e7e7eba108 Issue #13772: Fix compiler warnings on Windows 13 years ago
Victor Stinner fbf50d43da Issue #9566: Fix compiler warning on Windows 64-bit in _bz2module.c 13 years ago
Victor Stinner 640c35ce13 Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros 13 years ago
Victor Stinner a534fc4b3b Close #18109: os.uname() now decodes fields from the locale encoding, and 13 years ago
Stefan Krah 04754b0fd4 Support multiarch build in tests. 13 years ago
Stefan Krah 891ca9e06a Backport bff16086f03b and bcaaaa00425b. 13 years ago
Stefan Krah 6edda14b29 Issue #17768: Support newline fill character in decimal.py and NUL fill 13 years ago
Serhiy Storchaka 37a79a12d1 Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw 13 years ago
Jason R. Coombs 3a09286790 Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory. 13 years ago
Eli Bendersky 6dc32b34dd Issue #13612: handle unknown encodings without a buffer overflow. 13 years ago
Benjamin Peterson 3b08a2978e indicate that read/write work with bytes (closes #18009) 13 years ago
Ronald Oussoren 27a4ac535f Issue #17269: Workaround for a platform bug in getaddrinfo on OSX 13 years ago
Serhiy Storchaka 66d53fa9ad Issue #16986: ElementTree now correctly parses a string input not only when 13 years ago
Eli Bendersky 6a55dc3b4a Issue #17989: fix typo in error message 13 years ago
Eli Bendersky 08231a9c6a Issue #17901: fix TreeBuilder construction for an explicit element_factory=None 13 years ago
Eli Bendersky ef9683b73f Issue #17989: element_setattro returned incorrect error value. 13 years ago
Victor Stinner 725e421222 Fix compilater warnings on Windows 64-bit 13 years ago
Stefan Krah a0547b8ac4 Mark untestable lines for gcov. 13 years ago
Benjamin Peterson da5eb5a31c don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (closes #17206) 13 years ago
Antoine Pitrou 19fef69b75 Fix compilation under MSVC: ssl_set_mode() is a macro, and the MSVC preprocessor doesn't process #ifdef's inside a macro argument list. 13 years ago
Antoine Pitrou 3a65ad7f08 Issue #8240: Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag on SSL sockets. 13 years ago
Giampaolo Rodola' 80e1c43ddf Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX. 13 years ago
Charles-François Natali b10c71daa2 Backed out changeset c0f2b038fc12 13 years ago
Charles-François Natali c7c333d25d Issue #17683: socket module: return AF_UNIX addresses in Linux abstract 13 years ago
Charles-Francois Natali 74ca886788 Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() 13 years ago
Charles-Francois Natali 7c4f8dacf4 Issue #17914: We can now inline _bsd_cpu_count(). 13 years ago
Charles-Francois Natali d59087de5b Issue #17914: Remove OS-X special-case, and use the correct int type. 13 years ago
Charles-Francois Natali 44feda3cd0 Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an 13 years ago
Eli Bendersky a369923cab Get rid of ugly code duplication for ElementTree.parse when the accelerator 13 years ago
Eli Bendersky 3a4fbd8241 _elementtree.XMLParser._setevents should support any sequence, not just tuples 13 years ago
Antoine Pitrou fef34e3186 Issue #17937: Try harder to collect cyclic garbage at shutdown. 13 years ago
Victor Stinner 3e269397e3 FileIO.readall(): remove trailing space from an exception message 13 years ago
Richard Oudkerk af7260e81a Issue #15758: Fix FileIO.readall() so it no longer has O(n**2) complexity. 13 years ago
Serhiy Storchaka fff61f2cd3 Issue #14596: The struct.Struct() objects now use more compact implementation. 13 years ago
Benjamin Peterson 18b7191653 C89 declaration compliance 13 years ago
Victor Stinner 6fdd7b81fa Issue #17964: Fix os.sysconf(): the return type of the C sysconf() function 13 years ago
doko@ubuntu.com 9df891ca41 - Fix typos in the multiprocessing module. 13 years ago
Antoine Pitrou 9396356948 Backout c89febab4648 following private feedback by Guido. 13 years ago