summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #11016: Detect integer conversion on conversion from Python int to C mo...Victor Stinner2013-06-231-13/+27
* | Fix a typo in S_ISDIR, S_ISCHR, S_ISBLK and S_ISREG.Christian Heimes2013-06-231-7/+7
* | (Merge 3.3) Issue #18135: Fix a possible integer overflow inVictor Stinner2013-06-231-10/+16
|\ \ | |/
| * Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write()Victor Stinner2013-06-231-5/+11
| * _ssl.c: strip trailing spacesVictor Stinner2013-06-231-5/+5
* | Issue #11016: Try to fix compilaton of the new _stat.c module on WindowsVictor Stinner2013-06-221-0/+4
* | Merge from 3.3Andrew Kuchling2013-06-221-2/+3
|\ \ | |/
| * Closes #18220: expand itertools.islice docstring to 2 linesAndrew Kuchling2013-06-221-1/+2
| * Close #18285: add 'repeat' parameter to docstring for productAndrew Kuchling2013-06-221-1/+1
* | Issue #11016: Add C implementation of the stat module as _statChristian Heimes2013-06-222-0/+572
* | Merge from 3.3Andrew Kuchling2013-06-221-3/+8
|\ \ | |/
| * #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userp...Andrew Kuchling2013-06-221-3/+8
* | Merge from 3.3Andrew Kuchling2013-06-211-1/+1
|\ \ | |/
| * Closes #18239: correct description of count() in module docstringAndrew Kuchling2013-06-211-1/+1
* | Grammatical mistake in a commentBrett Cannon2013-06-211-1/+1
* | merge 3.3 (#18248)Benjamin Peterson2013-06-192-2/+2
|\ \ | |/
| * fix libffi build on AIX (closes #18248)Benjamin Peterson2013-06-192-2/+2
* | fixed libffi on PPC without __NO_FPRS__Christian Heimes2013-06-191-1/+3
|\ \ | |/
| * fixed libffi on PPC without __NO_FPRS__Christian Heimes2013-06-191-1/+3
* | Issue #18259: Declare sethostname in socketmodule.c for AIXChristian Heimes2013-06-191-0/+5
|\ \ | |/
| * Issue #18259: Declare sethostname in socketmodule.c for AIXChristian Heimes2013-06-191-0/+5
* | Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...Christian Heimes2013-06-181-0/+3
|\ \ | |/
| * Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...Christian Heimes2013-06-181-0/+3
* | (Merge 3.3) ctypes: AIX needs an explicit #include <alloca.h> to get alloca()Victor Stinner2013-06-171-0/+1
|\ \ | |/
| * ctypes: AIX needs an explicit #include <alloca.h> to get alloca()Victor Stinner2013-06-171-0/+1
* | Issue #18147: Add diagnostic functions to ssl.SSLContext().Christian Heimes2013-06-171-17/+127
* | Merge with 3.3Andrew Kuchling2013-06-162-4/+5
|\ \ | |/
| * Describe 'surrogateescape' in the documentation.Andrew Kuchling2013-06-162-4/+5
* | Merge with 3.3Andrew Kuchling2013-06-151-0/+4
|\ \ | |/
| * #18113: Objects associated to a curses.panel object with set_userptr() were l...Andrew Kuchling2013-06-151-0/+4
* | Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory ...Victor Stinner2013-06-151-178/+0
* | Issue #3329: Add new APIs to customize memory allocatorsVictor Stinner2013-06-141-0/+178
* | 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