summaryrefslogtreecommitdiffstats
path: root/tools/activeqt
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-05-28 08:27:50 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-05-28 08:31:07 (GMT)
commitf390f9b51cf8686e9ed44f13a33c7349b9e96a09 (patch)
tree162c768769713a7215bca64daf8f2bdc75c9fbee /tools/activeqt
parent0bb0699d403b7541472a72a4057ecf0ca366a7cd (diff)
downloadQt-f390f9b51cf8686e9ed44f13a33c7349b9e96a09.zip
Qt-f390f9b51cf8686e9ed44f13a33c7349b9e96a09.tar.gz
Qt-f390f9b51cf8686e9ed44f13a33c7349b9e96a09.tar.bz2
improved string operations all over the place
used character operations whenever possible better usage of QLatin1String
Diffstat (limited to 'tools/activeqt')
0 files changed, 0 insertions, 0 deletions
: Handle readline.__doc__ being None in site.py readline activation.R David Murray2013-09-061-2/+3 * Issue #18621: Prevent the site module's patched builtins from keeping too man...Antoine Pitrou2013-08-061-93/+8 * Remove Lib/site.py hack to unregister patched builtins.Antoine Pitrou2013-08-011-29/+10 * Issue #18214: Improve finalization of Python modules to avoid setting their g...Antoine Pitrou2013-07-311-10/+29 * Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-3/+3 * Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-141-3/+3 * Issue #5845: avoid an exception at startup on OS X if no .editrc file exists.Mark Dickinson2013-05-061-1/+9 * Issue #5845: Enable tab-completion in the interactive interpreter by default,...Antoine Pitrou2013-05-041-2/+40 * Issue #16804: Fix 'python -S -m site' failure.Meador Inge2013-04-141-4/+6 |\ | * Issue #16804: Fix 'python -S -m site' failure.Meador Inge2013-04-141-4/+6 * | #17585: merge with 3.3.Roger Serwy2013-04-121-6/+1 |\ \ | |/ | * #17585: Fixed IDLE regression. Now closes when using exit() or quit().Roger Serwy2013-04-121-6/+1 * | modernize some modules' code by using with statement around open()Giampaolo Rodola'2013-02-121-3/+2 * | Issue #16972: Have site.addpackage() consider known paths even whenBrett Cannon2013-01-25