summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added example to enum docs show access to name and value attributes of enum m...Ethan Furman2013-06-281-2/+10
* Merge #14360: Add news item.R David Murray2013-06-281-0/+2
|\
| * #14360: Add news item.R David Murray2013-06-281-0/+3
* | Improve imap error message in unusual failure mode.R David Murray2013-06-281-1/+1
* | #18111: Add What's New entry for max/min default.R David Murray2013-06-281-0/+3
* | Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() whereCharles-François Natali2013-06-284-13/+7
* | Merge #14360: make encoders.encode_quopri work.R David Murray2013-06-272-2/+35
|\ \ | |/
| * #14360: make encoders.encode_quopri work.R David Murray2013-06-272-2/+35
* | Issue #13483: Use VirtualAlloc in obmalloc on Windows.Martin v. Löwis2013-06-272-2/+14
* | Merge #18311: fix typo.R David Murray2013-06-261-1/+1
|\ \ | |/
| * #18311: fix typo.R David Murray2013-06-261-1/+1
* | #11454: Reduce email module load time, improve surrogate check efficiency.R David Murray2013-06-261-4/+10
* | Fix os.confstr(): the result type of the C function is size_t, not intVictor Stinner2013-06-251-2/+2
* | Fix time.mktime() and datetime.datetime.timestamp() on AIXVictor Stinner2013-06-252-4/+20
* | test_gdb.py: ignore also "warning: Source file is more recent than executable...Victor Stinner2013-06-251-0/+1
* | Issue #17206: Fix test_cmd_line and test_faulthandler for my previous changeVictor Stinner2013-06-252-8/+17
* | Issue #17206: test.regrtest and test.script_helper enable faulthandler moduleVictor Stinner2013-06-252-2/+3
* | #11390: fix test failures due to readline and windows lineneds.R David Murray2013-06-251-22/+30
* | Issue 18111: Add a default argument to min() and max()Raymond Hettinger2013-06-254-28/+78
* | (Merge 3.3) Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999Victor Stinner2013-06-251-1/+1
|\ \ | |/
| * Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999Victor Stinner2013-06-251-1/+1
* | _ssl.c: strip trailing spacesVictor Stinner2013-06-241-3/+3
* | (Merge 3.3) Issue #18135: ssl.SSLSocket.write() now raises an OverflowError ifVictor Stinner2013-06-242-5/+12
|\ \ | |/
| * Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the inputVictor Stinner2013-06-242-5/+11
* | If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified.Victor Stinner2013-06-247-20/+20
* | Issue #18081: Workaround "./python -m test_idle test_logging" failureVictor Stinner2013-06-242-3/+6
* | Issue #9566: More long/Py_ssize_t fixes in tuple and list iterators (it_index)Victor Stinner2013-06-242-5/+5
* | Issue #9566: recv(), recvfrom(), send(), sendall() and sendto() methodsVictor Stinner2013-06-241-5/+32
* | 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
| |\ \ | | |/