summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Simplify return value of ssl.get_default_verify_pathsChristian Heimes2013-06-141-11/+3
* fixd refleakChristian Heimes2013-06-101-1/+9
* (3.3->default) Ensure that the fix for #17269 also works on OSX 10.4Ronald Oussoren2013-06-101-1/+1
|\
| * Ensure that the fix for #17269 also works on OSX 10.4Ronald Oussoren2013-06-101-1/+1
* | Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.Christian Heimes2013-06-091-0/+132
* | get_default_verify_paths doesn't belong inside the ifdef blockChristian Heimes2013-06-091-1/+1
* | Issue #18143: Implement ssl.get_default_verify_paths() in order to debugChristian Heimes2013-06-091-0/+42
* | Issue #17931: Resolve confusion on Windows between pids and process handles.Richard Oudkerk2013-06-051-16/+9
* | Add reference implementation for PEP 443Łukasz Langa2013-06-051-1/+1
* | Issue #13772: Use syntax for literal wchar_t characterVictor Stinner2013-06-051-1/+1
* | Issue #13772: Mark helper functions as private (static)Victor Stinner2013-06-041-34/+41
* | Issue #13772: Fix a compiler warning on WindowsVictor Stinner2013-06-041-1/+1
* | Issue #13772: fix _check_dirA(): call *A() functions, not *W() functionsVictor Stinner2013-06-041-2/+2
* | Issue #13772: Fix compiler warnings on WindowsVictor Stinner2013-06-041-3/+3
* | Issue #9566: Fix compiler warning on Windows 64-bit in _bz2module.cVictor Stinner2013-06-041-7/+7
* | Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macrosVictor Stinner2013-06-046-40/+14
* | (Merge 3.3) Close #18109: os.uname() now decodes fields from the localeVictor Stinner2013-06-032-9/+9
|\ \ | |/
| * Close #18109: os.uname() now decodes fields from the locale encoding, andVictor Stinner2013-06-032-9/+9
* | Fix compilater warnings on Windows 64-bitVictor Stinner2013-05-161-1/+1
* | Merge 3.3.Stefan Krah2013-05-291-7/+8
|\ \ | |/
| * Support multiarch build in tests.Stefan Krah2013-05-291-7/+8
| * Backport bff16086f03b and bcaaaa00425b.Stefan Krah2013-05-291-5/+5
* | Mark untestable lines for gcov.Stefan Krah2013-05-291-5/+5
* | Merge 3.3.Stefan Krah2013-05-293-15/+59
|\ \ | |/
| * Issue #17768: Support newline fill character in decimal.py and NUL fillStefan Krah2013-05-293-15/+59
* | Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when rawSerhiy Storchaka2013-05-281-0/+8
|\ \ | |/
| * Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when rawSerhiy Storchaka2013-05-281-0/+8
* | Merge with 3.3Jason R. Coombs2013-05-281-2/+127
|\ \ | |/
| * Issue #13772: Restored directory detection of targets in `os.symlink` on Wind...Jason R. Coombs2013-05-281-2/+127
* | don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (c...Benjamin Peterson2013-05-271-0/+46
* | Issue #13612: handle unknown encodings without a buffer overflow.Eli Bendersky2013-05-252-73/+28
|\ \ | |/
| * Issue #13612: handle unknown encodings without a buffer overflow.Eli Bendersky2013-05-252-73/+28
* | Fix compilation under MSVC: ssl_set_mode() is a macro, and the MSVC preproces...Antoine Pitrou2013-05-251-3/+4
* | Issue #8240: Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag on SSL sockets.Antoine Pitrou2013-05-251-1/+3
* | merge 3.3Benjamin Peterson2013-05-241-3/+3
|\ \ | |/
| * indicate that read/write work with bytes (closes #18009)Benjamin Peterson2013-05-241-3/+3
* | (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSXRonald Oussoren2013-05-241-0/+9
|\ \ | |/
| * Issue #17269: Workaround for a platform bug in getaddrinfo on OSXRonald Oussoren2013-05-241-0/+9
* | Issue #16986: ElementTree now correctly parses a string input not only whenSerhiy Storchaka2013-05-222-9/+31
|\ \ | |/
| * Issue #16986: ElementTree now correctly parses a string input not only whenSerhiy Storchaka2013-05-222-9/+31
* | Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX.Giampaolo Rodola'2013-05-211-0/+3
* | Backed out changeset c0f2b038fc12Charles-François Natali2013-05-211-1/+1
* | Issue #17683: socket module: return AF_UNIX addresses in Linux abstractCharles-François Natali2013-05-211-1/+1
* | Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()Charles-Francois Natali2013-05-2010-680/+653
* | Issue #17914: We can now inline _bsd_cpu_count().Charles-Francois Natali2013-05-201-22/+6
* | Issue #17914: Remove OS-X special-case, and use the correct int type.Charles-Francois Natali2013-05-201-9/+6
* | Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on anCharles-Francois Natali2013-05-201-0/+68
* | Get rid of ugly code duplication for ElementTree.parse when the acceleratorEli Bendersky2013-05-201-4/+3
* | Issue #17989: fix typo in error messageEli Bendersky2013-05-201-1/+1
|\ \ | |/
| * Issue #17989: fix typo in error messageEli Bendersky2013-05-191-1/+1