| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #21958: Merge with 3.4 | Zachary Ware | 2014-07-25 | 1 | -0/+5 |
|\ |
|
| * | Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. | Zachary Ware | 2014-07-25 | 1 | -0/+5 |
|
|
* | | Closes #21713: Merge with 3.4 | Zachary Ware | 2014-06-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #21713: Fix typo in a comment. Found by Joseph Shen. | Zachary Ware | 2014-06-11 | 1 | -1/+1 |
|
|
| * | Issue #20221: Removed conflicting (or circular) hypot definition | Zachary Ware | 2014-02-20 | 1 | -0/+4 |
|
|
* | | Bump Windows build to 3.5 | Zachary Ware | 2014-03-17 | 1 | -2/+2 |
|
|
* | | Issue #20221: Removed conflicting (or circular) hypot definition | Zachary Ware | 2014-02-20 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | Issue #20221: Removed conflicting (or circular) hypot definition | Zachary Ware | 2014-02-20 | 1 | -0/+4 |
|
|
* | | Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h | Christian Heimes | 2013-11-20 | 1 | -2/+0 |
|
|
* | | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -1/+1 |
|
|
* | | Issue #17931: Resolve confusion on Windows between pids and process handles. | Richard Oudkerk | 2013-06-05 | 1 | -2/+2 |
|
|
* | | Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identified | Victor Stinner | 2013-06-04 | 1 | -0/+3 |
|
|
* | | Issue #17615: On Windows (VS2010), Performances of wmemcmp() to compare Unicode | Victor Stinner | 2013-04-09 | 1 | -3/+0 |
|
|
* | | Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possible | Victor Stinner | 2013-04-08 | 1 | -0/+3 |
|
|
* | | Identify the ARM compiler. | Martin v. Löwis | 2013-01-29 | 1 | -1/+3 |
|
|
* | | Drop support for Windows 2000; allow any XP API (but not Vista+). | Martin v. Löwis | 2013-01-25 | 1 | -7/+1 |
|
|
* | | Bump version to 3.4.0 alpha 0. | Georg Brandl | 2012-09-29 | 1 | -2/+2 |
|/ |
|
* | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 1 | -2/+7 |
|
|
* | merge 3.2 | Matthias Klose | 2012-03-14 | 1 | -1/+1 |
|\ |
|
| * | merge 3.1 | Matthias Klose | 2012-03-14 | 1 | -1/+1 |
| |\ |
|
| | * | - rename configure.in to configure.ac | Matthias Klose | 2012-03-14 | 1 | -1/+1 |
|
|
| | * | Merged revisions 75537,75539 via svnmerge from | Antoine Pitrou | 2009-10-19 | 1 | -0/+5 |
|
|
* | | | Merge #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n... | Nadeem Vawda | 2011-10-17 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n... | Nadeem Vawda | 2011-10-17 | 1 | -0/+3 |
|
|
* | | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -4/+0 |
|
|
* | | | Issue #11863: Remove support for legacy systems deprecated in Python 3.2 | Antoine Pitrou | 2011-07-08 | 1 | -3/+0 |
|
|
* | | | More automated version replacement. | Georg Brandl | 2011-02-20 | 1 | -2/+2 |
|/ / |
|
* | | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -1/+3 |
|
|
* | | Issue 8781: Define SIZEOF_WCHAR_T on Windows | Daniel Stutzbach | 2010-08-25 | 1 | -0/+3 |
|
|
* | | Remove long-redundant plat-win from sys.path on Windows | Tim Golden | 2010-08-20 | 1 | -1/+1 |
|
|
* | | Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-Windows | Antoine Pitrou | 2009-10-19 | 1 | -0/+5 |
|
|
* | | Merged revisions 73603 via svnmerge from | Hirokazu Yamamoto | 2009-06-28 | 1 | -6/+0 |
|
|
* | | Bump Windows versions to 3.2. | Martin v. Löwis | 2009-06-27 | 1 | -2/+2 |
|/ |
|
* | Issue #6183: Disables wcsftime on VC6. | Hirokazu Yamamoto | 2009-06-03 | 1 | -0/+2 |
|
|
* | Issue #5562: Use wcsftime for time.strftime where available. | Martin v. Löwis | 2009-05-30 | 1 | -0/+3 |
|
|
* | Merged revisions 72698-72699 via svnmerge from | Hirokazu Yamamoto | 2009-05-17 | 1 | -4/+0 |
|
|
* | Issue #1580: use short float repr where possible. | Mark Dickinson | 2009-04-16 | 1 | -0/+4 |
|
|
* | Issue #4258: Make it possible to use 30-bit digits for PyLongs: | Mark Dickinson | 2009-03-18 | 1 | -0/+36 |
|
|
* | Merged revisions 68527 via svnmerge from | Martin v. Löwis | 2009-01-11 | 1 | -0/+6 |
|
|
* | Merged revisions 68296,68299 via svnmerge from | Mark Dickinson | 2009-01-04 | 1 | -3/+3 |
|
|
* | Bumped up version number in PC/pyconfig.h. | Hirokazu Yamamoto | 2008-12-04 | 1 | -2/+2 |
|
|
* | Merged revisions 64214 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-13 | 1 | -7/+0 |
|
|
* | Slowly apply part of #2065: py3k can be compiled with VS8.0 | Amaury Forgeot d'Arc | 2008-06-12 | 1 | -2/+2 |
|
|
* | Tkinter, step 5: remove lib-tk subdirectory and update all places where it wa... | Georg Brandl | 2008-05-17 | 1 | -1/+1 |
|
|
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 1 | -2/+3 |
|
|
* | Change command line processing API to use wchar_t. | Martin v. Löwis | 2008-04-05 | 1 | -1/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 1 | -4/+9 |
|
|
* | Merged revisions 59541-59561 via svnmerge from | Christian Heimes | 2007-12-19 | 1 | -0/+9 |
|
|
* | Merged revisions 59376-59406 via svnmerge from | Christian Heimes | 2007-12-08 | 1 | -6/+0 |
|
|