sandbox/vs2010port: log (original) (raw)

Mercurial > sandbox > vs2010port

log

age description
Sat, 12 May 2012 21:16:59 -0500 Brian Curtin Cleanups vs2010 tip
Sat, 12 May 2012 19:43:15 -0500 Brian Curtin Fix ctypes, decimal, and testbuffer link errors vs2010
Sat, 12 May 2012 19:42:47 -0500 Brian Curtin Fix build warning dll->exe name vs2010
Sat, 12 May 2012 18:44:22 -0500 Brian Curtin Fix link errors vs2010
Wed, 09 May 2012 16:40:04 -0500 Brian Curtin Explictly have no additional dependencies vs2010
Wed, 09 May 2012 16:34:23 -0500 Brian Curtin Correct a few names and extensions vs2010
Wed, 09 May 2012 12:09:34 -0500 Brian Curtin Clean up 32-bit release build warnings vs2010
Tue, 08 May 2012 23:28:39 -0500 Brian Curtin Add property sheets to some 64-bit projects vs2010
Tue, 08 May 2012 21:02:03 -0500 Brian Curtin Fix packaging to work with VS2010. No longer embedding a manifest on 10. vs2010
Tue, 08 May 2012 19:31:12 -0500 Brian Curtin Allow MSVC 10 to set the proper library_dir (PCBuild). Previously it was falling through to the else clause and being set to VC6 vs2010
Tue, 08 May 2012 17:26:38 -0500 Brian Curtin merge default vs2010
Tue, 08 May 2012 22:24:47 +0100 Richard Oudkerk Issue #14727: Fix race in test_multiprocessing default
Tue, 08 May 2012 16:08:07 +0100 Richard Oudkerk Minor fix for test_multiprocessing
Tue, 08 May 2012 09:22:45 -0400 Benjamin Peterson merge 3.2 (#14752)
Tue, 08 May 2012 09:22:24 -0400 Benjamin Peterson fix possible refleak (closes #14752) 2.7
Tue, 08 May 2012 09:22:24 -0400 Benjamin Peterson fix possible refleak (closes #14752) 3.2
Tue, 08 May 2012 03:54:05 -0700 Larry Hastings Merge from 3.2. Issue #14749: Add support for 'Z' to skipitem().
Tue, 08 May 2012 03:51:18 -0700 Larry Hastings Issue #14749: Add support for 'Z' to skipitem() in Python/getargs.c. 3.2
Mon, 07 May 2012 22:24:05 -0400 Benjamin Peterson merge 3.2
Mon, 07 May 2012 22:23:48 -0400 Benjamin Peterson remove basically bitrotted XXXs 2.7
Mon, 07 May 2012 22:23:48 -0400 Benjamin Peterson remove basically bitrotted XXXs 3.2
Mon, 07 May 2012 22:19:42 -0400 Benjamin Peterson explicitly set UnsupportedOperation's module rather than relying on incorrect globals on startup (closes #14745)
Mon, 07 May 2012 23:50:05 +0200 Victor Stinner Backout ab500b297900: the check for integer overflow is wrong
Mon, 07 May 2012 22:36:43 +0100 Mark Dickinson Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tools until we can speed it up.
Mon, 07 May 2012 21:56:24 +0200 Sandro Tosi backport 7a05cb3beddf to 2.7 2.7
Mon, 07 May 2012 21:41:59 +0200 Antoine Pitrou Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error.
Mon, 07 May 2012 17:25:14 +0100 Mark Dickinson Issue #14741: Merge fix from 3.2.
Mon, 07 May 2012 17:24:04 +0100 Mark Dickinson Issue #14741: Fix missing support for ellipsis in parser module. 3.2
Mon, 07 May 2012 16:36:33 +0100 Mark Dickinson Issue #14697: Merge fix from 3.2.
Mon, 07 May 2012 16:34:34 +0100 Mark Dickinson Issue #14697: Fix missing parser module support for set displays and set comprehensions. 3.2
Mon, 07 May 2012 13:02:44 +0200 Victor Stinner Issue #14716: Change integer overflow check in unicode_writer_prepare()
Mon, 07 May 2012 12:47:02 +0200 Victor Stinner Close #14716: str.format() now uses the new "unicode writer" API instead of the
Mon, 07 May 2012 12:03:11 +0100 Mark Dickinson Issue #14701: Merge fix from 3.2.
Mon, 07 May 2012 12:01:27 +0100 Mark Dickinson Issue #14701: Add missing support for 'raise ... from' in parser module. 3.2
Mon, 07 May 2012 11:20:50 +0100 Mark Dickinson Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks in old-style string formatting. Thanks Serhiy Storchaka for report and original patch.
Mon, 07 May 2012 02:44:50 -0700 Larry Hastings Issue #14705: Added support for the new 'p' format unit to skipitem().
Mon, 07 May 2012 10:37:37 +0100 Mark Dickinson Add John Regehr to Misc/ACKS for his help with finding integer overflows (issue #9530).
Mon, 07 May 2012 10:27:23 +0100 Mark Dickinson Issue #14695: Run Tools/parser/test_unparse.py as part of test_tools.
Mon, 07 May 2012 10:25:56 +0100 Mark Dickinson Merge Misc/NEWS issue number fix from 3.2
Mon, 07 May 2012 10:24:02 +0100 Mark Dickinson Fix issue number in Misc/NEWS. 3.2
Mon, 07 May 2012 00:12:02 +0100 Richard Oudkerk Add Misc/NEWS entry for rev b4a1d9287780
Mon, 07 May 2012 00:40:57 +0200 Nadeem Vawda Fix buildbot failures in test_lzma.
Sun, 06 May 2012 23:01:51 +0200 Nadeem Vawda Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion.
Sun, 06 May 2012 23:01:27 +0200 Nadeem Vawda Add lzma.{encode,decode}_filter_properties().
Sun, 06 May 2012 21:39:35 +0200 Georg Brandl Fix document title for Sphinx. 2.7
Sun, 06 May 2012 21:39:59 +0200 Georg Brandl Merge with 3.2.
Sun, 06 May 2012 21:39:35 +0200 Georg Brandl Fix document title for Sphinx. 3.2
Sun, 06 May 2012 19:24:18 +0200 Nadeem Vawda Really fix test_gzip failures on Windows.
Sun, 06 May 2012 17:35:19 +0100 Mark Dickinson Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. Grammar.
Sun, 06 May 2012 17:27:39 +0100 Mark Dickinson Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. 3.2
Sun, 06 May 2012 16:46:36 +0100 Richard Oudkerk Make test_multiprocessing more lenient about another timeout check
Sun, 06 May 2012 16:45:02 +0100 Richard Oudkerk Make AcquirerProxy.acquire() support timeout argument
Sun, 06 May 2012 17:15:23 +0200 Antoine Pitrou Fix too early decrefs.
Sun, 06 May 2012 16:25:35 +0200 Nadeem Vawda Fix test_gzip failures on Windows.
Sun, 06 May 2012 17:05:54 +0300 Ezio Melotti #14034: merge indentation fixes from 3.2.
Sun, 06 May 2012 17:05:16 +0300 Ezio Melotti #14034: fix indentation. 3.2
Sun, 06 May 2012 17:03:19 +0300 Ezio Melotti #14034: adapt to Python 2 and fix indentation. 2.7
Sun, 06 May 2012 16:55:17 +0300 Ezio Melotti Merge heads.
Sun, 06 May 2012 16:34:43 +0300 Ezio Melotti #14034: merge argparse tutorial from 3.2.
Sun, 06 May 2012 16:15:35 +0300 Ezio Melotti #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. 3.2