summaryrefslogtreecommitdiffstats
path: root/tests/auto/q3groupbox
Commit message (Expand)AuthorAgeFilesLines
* Replace license headers with 'release' versionsJason McDonald2009-04-081-5/+5
* Long live Qt 4.5!Lars Knoll2009-03-233-0/+126
lass='column1'>| * asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if ↵Guido van Rossum2014-05-122-6/+47 | | | | data exceeds buffer limit. * Issue #21383: Allow "make touch" to work when building outside of theNed Deily2014-05-121-0/+1 | | | | source directory. * Issue #18104: News for 3.4 (which will not merge forward).Terry Jan Reedy2014-05-121-0/+7 | * whitespaceTerry Jan Reedy2014-05-121-1/+0 | * Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to beginTerry Jan Reedy2014-05-124-32/+114 | | | | | consolidating and improving human-validated tests of Idle. Change other files as needed to work with htest. Running the module as __main__ runs all tests. * use logical rather than bit andBenjamin Peterson2014-05-111-1/+1 | * Change all references to Unix to POSIX in the subprocess docs. It'sGregory P. Smith2014-05-111-14/+14 | | | | more accurate and sounds less like a strange tale of yore. * Remove the warning-soup from the subprocess documentation by addingGregory P. Smith2014-05-111-79/+48 | | | | | a Security Considerations section as preferred by both the devguide and documentation users who do not wish to go insane. * remove confusing delete indexing (closes #21466)Benjamin Peterson2014-05-111-2/+0 | * Try to fix issue #21425 workaround for shared library buildsAntoine Pitrou2014-05-111-2/+2 | * Fix printing out error message when test fails and run with -bbAntoine Pitrou2014-05-111-1/+1 | * Try workaround for test issues in #21425Antoine Pitrou2014-05-111-0/+8 | * Issue #21425: Fix flushing of standard streams in the interactive interpreter.Antoine Pitrou2014-05-114-4/+57 | * asyncio: Upstream issue #167: remove dead code, by Marc Schlaich.Guido van Rossum2014-05-101-5/+1 | * MergeTim Golden2014-05-091-9/+9 |\ | * Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. ↵Tim Golden2014-05-091-9/+9 | | | | | | | | Initial patch by Gabi Davar * | Issue21452 Add missing backslash to build path for make_buildinfoTim Golden2014-05-091-6/+6 |/ * Issue #21438: Document what loaders don't require a module name forBrett Cannon2014-05-091-1/+11 | | | | load_module(). * Issue #21157: Touch up imp docs to be more explicit about importlibBrett Cannon2014-05-091-4/+8 | | | | alternatives. * Issue #21435: Segfault in gc with cyclic trashTim Peters2014-05-083-11/+62 | | | | | Changed the iteration logic in finalize_garbage() to tolerate objects vanishing from the list as a side effect of executing a finalizer. * Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a ↵Antoine Pitrou2014-05-085-4/+45 | | | | | | flush() on the underlying binary stream. Patch by akira. * #21300: fix typoR David Murray2014-05-082-4/+4 | * Merging from 3.3: The PyCOND_TIMEDWAIT must use microseconds for the timeout ↵Kristján Valur Jónsson2014-05-082-7/+7 |\ | | | | | | | | | | | | | | | | | | argument in order to have the same resolution as pthreads condition variables. At the same time, it must be large enough to accept 31 bits of milliseconds, which is the maximum timeout value in the windows API. A PY_LONG_LONG of microseconds fullfills both requirements. This closes issue #20737 | * The PyCOND_TIMEDWAIT must use microseconds for the timeout argumentKristján Valur Jónsson2014-05-082-7/+7 | | | | | | | | | | | | | | | | in order to have the same resolution as pthreads condition variables. At the same time, it must be large enough to accept 31 bits of milliseconds, which is the maximum timeout value in the windows API. A PY_LONG_LONG of microseconds fullfills both requirements. This closes issue #20737 | * - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-074-13/+15 | | * | - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-074-14/+25 | | * | #21300: Clean up the docs for the email "policy" arguments.R David Murray2014-05-07