summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #9566: pystrtod.c: Fix a compiler warnings on Windows x64Victor Stinner2013-06-241-2/+2
* Issue #9566: Fix a compiler warning on Windows x64Victor Stinner2013-06-241-4/+2
* Issue #9566: Fix a compiler warning in tupleiter_setstate() on Windows x64Victor Stinner2013-06-241-1/+1
* Issue #18164: merge from 3.3Ned Deily2013-06-241-1/+3
|\
| * Issue #18164: Clarify the embedding docs regarding link options.Ned Deily2013-06-241-1/+3
* | Issue #9566: _winapi.WriteFile() now truncates length to DWORD_MAX (4294967295)Victor Stinner2013-06-241-2/+5
* | Issue #9566: zlib: Explicit cast to unsigned int to fix a compiler warning on...Victor Stinner2013-06-241-4/+4
* | Issue #9566: _io: Use Py_SAFE_DOWNCAST for fix a compiler warning on Windows x64Victor Stinner2013-06-241-1/+1
* | Merge.Richard Oudkerk2013-06-241-1/+1
|\ \ | |/
| * Fix typo.Richard Oudkerk2013-06-241-1/+1
* | Merge.Richard Oudkerk2013-06-241-2/+3
|\ \ | |/
| * Clarify note and fix typo.Richard Oudkerk2013-06-241-2/+3
* | Issue #15818: Merge.Richard Oudkerk2013-06-241-1/+1
|\ \ | |/
| * Issue #15818: Typo in docs.Richard Oudkerk2013-06-241-1/+1
* | Issue #18277: Merge.Richard Oudkerk2013-06-241-0/+17
|\ \ | |/
| * Issue #18277: Document quirks of multiprocessing queue.Richard Oudkerk2013-06-241-0/+17
* | Fix test for GCC 3.1+ but not strict ANSI CChristian Heimes2013-06-241-1/+1
|\ \ | |/
| * Fix test for GCC 3.1+ but not strict ANSI CChristian Heimes2013-06-241-1/+1
* | mergeRaymond Hettinger2013-06-234-41/+16
|\ \
| * | Issue #11016: Don't define macros and constants that are already set by pyport.hChristian Heimes2013-06-231-31/+5
| * | Define S_IFMT and S_IFLNK in pyport.h so posixmodule.c can use named constant...Christian Heimes2013-06-232-9/+10
| * | Check for correct macro, code uses S_ISDIR().Christian Heimes2013-06-231-1/+1
| |\ \ | | |/
| | * Check for correct macro, code uses S_ISDIR().Christian Heimes2013-06-231-1/+1
* | | Misc improvements to collections.deque()Raymond Hettinger2013-06-231-72/+93
|/ /
* | Issue #11016: Detect integer conversion on conversion from Python int to C mo...Victor Stinner2013-06-231-13/+27
* | mergeChristian Heimes2013-06-232-42/+53
|\ \
| * \ Merge #18179: reflow paragraphs.R David Murray2013-06-232-46/+47
| |\ \ | | |/
| | * #18179: reflow paragraphs.R David Murray2013-06-232-46/+47
| * | Merge #18179: document the local_hostname parameter.R David Murray2013-06-232-8/+18
| |\ \ | | |/
| | * #18179: document the local_hostname parameter.R David Murray2013-06-232-8/+18
* | | Fix a typo in S_ISDIR, S_ISCHR, S_ISBLK and S_ISREG.Christian Heimes2013-06-231-7/+7
|/ /
* | #11390: convert doctest CLI to argparse and add -o and -f options.R David Murray2013-06-235-12/+273
* | Merge headsSerhiy Storchaka2013-06-230-0/+0
|\ \ | |/
| * Merge headsSerhiy Storchaka2013-06-232-13/+65
| |\
* | \ Merge headsSerhiy Storchaka2013-06-232-13/+65
|\ \ \
| * \ \ Merged fix for issue #18260 from 3.3Łukasz Langa2013-06-232-13/+65
| |\ \ \ | | | |/ | | |/|
| | * | Fixed issue #18260: configparser TypeError on source name specified as bytesŁukasz Langa2013-06-232-13/+65
* | | | Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raiseSerhiy Storchaka2013-06-233-1/+6
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raiseSerhiy Storchaka2013-06-233-2/+12
| |/
* | Solaris' /dev/null is a symlink. The device test now uses stat instead of lst...Christian Heimes2013-06-231-4/+7
|\ \ | |/
| * Solaris' /dev/null is a symlink. The device test now uses stat instead of lst...Christian Heimes2013-06-231-4/+7
* | import.c does neither need mode_t nor _mkdir() anymoreChristian Heimes2013-06-231-8/+0
* | Add _stat module to VS project file -- this time with the GUI instead of manu...Christian Heimes2013-06-232-2/+5
* | add _stat to list of builtin Windows modulesChristian Heimes2013-06-231-0/+2
* | (Merge 3.3) Issue #18135: Fix a possible integer overflow inVictor Stinner2013-06-232-10/+20
|\ \ | |/
| * Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write()Victor Stinner2013-06-232-5/+15
| * _ssl.c: strip trailing spacesVictor Stinner2013-06-231-5/+5
* | (Merge 3.3) Issue #18137: Detect integer overflow on precision inVictor Stinner2013-06-233-2/+34
|\ \ | |/
| * Issue #18137: Detect integer overflow on precision in float.__format__() andVictor Stinner2013-06-233-2/+34
* | Issue #11016: Try to fix compilaton of the new _stat.c module on WindowsVictor Stinner2013-06-222-0/+12