summaryrefslogtreecommitdiffstats
path: root/mkspecs/win32-msvc2008/qplatformdefs.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header.Jason McDonald2009-08-311-13/+13
* Update license headers.Jason McDonald2009-08-111-1/+1
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+42
ss='commitgraph'>* Fixed cPickle, by restoring some of the deleted code.Guido van Rossum2006-08-172-4/+41 | | | | | | | -This line, and those below, will be ignored-- M setup.py M Modules/cPickle.c * Make the it_index field in the str/unicode iterators Py_ssize_t's.Guido van Rossum2006-08-174-10/+31 | | | | Test the new iterators on str/unicode. * Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-1718-69/+84 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cPickle cannot be imported. This was necessary because my last mass checkin broke cPickle and I don't feel like debugging it right now; but it seems a good idea in general not to require cPickle when pickle.py is also there. A few unrelated fixes for issues while debigging various test failures. setup.py: disable building of cPickle until I've fixed it Objects/... genobject.c: disallow raising string exceptions Lib/... Cookie.py: fix doctest not to fail if cPickle is missing ctypes/macholib/dyld.py: fix relative imports sqlite3/__init__.py: fix relative import xml/dom/__init__.py: fix relative import Lib/test/... regrtest.py: reduce list of skipped items on darwin test_generators.py: don't test string exceptions; test throw() errors test_traceback.py: don't test string exceptions pickletester.py: don't fail if cPickle is missing test_datetime.py: don't fail if cPickle is missing test_descr.py: don't fail if cPickle is missing (still some other failures) test_exceptions.py: don't fail if cPickle is missing test_re.py: don't fail if cPickle is missing test_array.py: use pickle, not cPickle test_bool.py: don't fail if cPickle is missing test_deque.py: use pickle, not cPickle test_logging.py: use pickle, not cPickle * Use explicit relative import to make this work again.Guido van Rossum2006-08-173-8/+8 | * If cPickle isn't available, use pickle.Guido van Rossum2006-08-171-2/+6 | * Use explicit relative import, to make things work again.Guido van Rossum2006-08-171-2/+2 | * Completely get rid of PyClass and PyInstance.Guido van Rossum2006-08-1722-2543/+325 | | | | | | | | (classobject.[ch] aren't empty yet because they also define PyMethod.) This breaks lots of stuff, notably cPickle. But it's a step in the right direction. I'll clean it up later. (Also a few unrelated changes, e.g. T_NONE to define a "struct member" that is always None, and simplification of __hash__ -- these are unfinished.) * Get rid of the last mention of WITH_CYCLE_GC that I could find.Guido van Rossum2006-08-171-6/+0 | * Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11