aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
* | Issue #17931: Resolve confusion on Windows between pids and process handles.Richard Oudkerk2013-06-051-2/+2
* | Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identifiedVictor Stinner2013-06-041-0/+3
* | Issue #17615: On Windows (VS2010), Performances of wmemcmp() to compare UnicodeVictor Stinner2013-04-091-3/+0
* | Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possibleVictor Stinner2013-04-081-0/+3
* | Identify the ARM compiler.Martin v. Löwis2013-01-291-1/+3
* | Drop support for Windows 2000; allow any XP API (but not Vista+).Martin v. Löwis2013-01-251-7/+1
* | Bump version to 3.4.0 alpha 0.Georg Brandl2012-09-291-2/+2
|/
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-2/+7
* merge 3.2Matthias Klose2012-03-141-1/+1
|\
| * merge 3.1Matthias Klose2012-03-141-1/+1
| |\
| | * - rename configure.in to configure.acMatthias Klose2012-03-141-1/+1
| | * Merged revisions 75537,75539 via svnmerge fromAntoine Pitrou2009-10-191-0/+5
* | | Merge #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n...Nadeem Vawda2011-10-171-0/+3
|\| |
| * | Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n...Nadeem Vawda2011-10-171-0/+3
* | | Implement PEP 393.Martin v. Löwis2011-09-281-4/+0
* | | Issue #11863: Remove support for legacy systems deprecated in Python 3.2Antoine Pitrou2011-07-081-3/+0
* | | More automated version replacement.Georg Brandl2011-02-201-2/+2
|/ /
* | Merge branches/pep-0384.Martin v. Löwis2010-12-031-1/+3
* | Issue 8781: Define SIZEOF_WCHAR_T on WindowsDaniel Stutzbach2010-08-251-0/+3
* | Remove long-redundant plat-win from sys.path on WindowsTim Golden2010-08-201-1/+1
* | Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-WindowsAntoine Pitrou2009-10-191-0/+5
* | Merged revisions 73603 via svnmerge fromHirokazu Yamamoto2009-06-281-6/+0
* | Bump Windows versions to 3.2.Martin v. Löwis2009-06-271-2/+2
|/
* Issue #6183: Disables wcsftime on VC6.Hirokazu Yamamoto2009-06-031-0/+2
* Issue #5562: Use wcsftime for time.strftime where available.Martin v. Löwis2009-05-301-0/+3
* Merged revisions 72698-72699 via svnmerge fromHirokazu Yamamoto2009-05-171-4/+0
* Issue #1580: use short float repr where possible.Mark Dickinson2009-04-161-0/+4
* Issue #4258: Make it possible to use 30-bit digits for PyLongs:Mark Dickinson2009-03-181-0/+36
* Merged revisions 68527 via svnmerge fromMartin v. Löwis2009-01-111-0/+6
* Merged revisions 68296,68299 via svnmerge fromMark Dickinson2009-01-041-3/+3
* Bumped up version number in PC/pyconfig.h.Hirokazu Yamamoto2008-12-041-2/+2
* Merged revisions 64214 via svnmerge fromAmaury Forgeot d'Arc2008-06-131-7/+0
* Slowly apply part of #2065: py3k can be compiled with VS8.0Amaury Forgeot d'Arc2008-06-121-2/+2
* Tkinter, step 5: remove lib-tk subdirectory and update all places where it wa...Georg Brandl2008-05-171-1/+1
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-191-2/+3
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-051-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-091-4/+9
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-191-0/+9
* Merged revisions 59376-59406 via svnmerge fromChristian Heimes2007-12-081-6/+0
* Merged revisions 59245-59254 via svnmerge fromChristian Heimes2007-12-011-1/+3
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-2/+2
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-10/+24
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-181-5/+5
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-0/+6
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-11/+2
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-4/+17
* Get rid of all #ifdef Py_USING_UNICODE (it is always present now).Guido van Rossum2007-05-031-3/+0
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+4
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-2/+2