Commit graph

1855 commits

Author SHA1 Message Date
Hirokazu Yamamoto
3b47b6c04c Sorry, I committed into wrong branch. So reverted it. 2010-09-28 08:19:18 +00:00
Hirokazu Yamamoto
ba0c84371e Run test_ttk_guionly in verbose mode. 2010-09-28 07:35:56 +00:00
Antoine Pitrou
2fba0b3dfc Merged revisions 84635-84636 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84635 | antoine.pitrou | 2010-09-08 22:57:48 +0200 (mer., 08 sept. 2010) | 5 lines

  Issue #9188: The gdb extension now handles correctly narrow (UCS2) as well
  as wide (UCS4) unicode builds for both the host interpreter (embedded
  inside gdb) and the interpreter under test.
........
  r84636 | antoine.pitrou | 2010-09-08 23:07:40 +0200 (mer., 08 sept. 2010) | 4 lines

  Add a safety limit to the number of unicode characters we fetch
  (followup to r84635, suggested by Dave Malcolm).
........
2010-09-08 21:12:36 +00:00
Florent Xicluna
172e15fdd6 Merged revisions 83833,83838-83839,83859,83878 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83833 | florent.xicluna | 2010-08-08 18:25:27 +0200 (dim., 08 août 2010) | 2 lines

  Add test case for the HTTPResponse being an iterable.  Follow-up of issue #4608.
........
  r83838 | florent.xicluna | 2010-08-08 20:03:44 +0200 (dim., 08 août 2010) | 2 lines

  Typo.
........
  r83839 | florent.xicluna | 2010-08-08 20:06:13 +0200 (dim., 08 août 2010) | 2 lines

  Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.
........
  r83859 | florent.xicluna | 2010-08-09 00:07:16 +0200 (lun., 09 août 2010) | 2 lines

  Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an array.
........
  r83878 | florent.xicluna | 2010-08-09 10:29:08 +0200 (lun., 09 août 2010) | 1 line

  Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest).
........
2010-08-09 20:02:00 +00:00
Georg Brandl
eefec7b857 Merged revisions 82872,82874 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82872 | georg.brandl | 2010-07-14 10:53:18 +0200 (Mi, 14 Jul 2010) | 1 line

  Remove XXX from text.
........
  r82874 | georg.brandl | 2010-07-14 10:54:40 +0200 (Mi, 14 Jul 2010) | 1 line

  #9235: fix missing import of sys.
........
2010-07-14 08:55:55 +00:00
Martin v. Löwis
16b2a5e0a9 Display installer warning that Windows 2000 won't
be supported in future releases.
2010-06-04 19:15:32 +00:00
Martin v. Löwis
5aafc17405 Issue #5464: Implement plural forms in msgfmt.py. 2010-06-04 18:04:42 +00:00
R. David Murray
cbd7d3dbf2 Make the ctl-C shutdown of serve.py prettier. 2010-05-28 18:17:20 +00:00
Victor Stinner
b1556c537d libpython.py: fix support of non-BMP unicode characters
Forward port some code from Python3:

 * join surrogate pairs if sizeof(Py_UNICODE)==2
 * Enable non-BMP test on narrow builds using u"\U0001D121" instead of
   unichr(0x1D121)
2010-05-20 11:29:45 +00:00
Antoine Pitrou
c83ea137d7 Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
R. David Murray
1f7de71090 Have the serve.py script announce the directory it is
serving and which port it is serving it on (I can
never remember the default port number it uses...)
2010-05-06 00:59:04 +00:00
Ronald Oussoren
9545a23c7f In a number of places code still revers
to "sys.platform == 'mac'" and that is
dead code because it refers to a platform
that is no longer supported (and hasn't been
supported for several releases).

Fixes issue #7908 for the trunk.
2010-05-05 19:09:31 +00:00
Victor Stinner
a92e81bf48 Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm 2010-04-20 22:28:31 +00:00
Martin v. Löwis
24f09fdb23 Issue #8279: Fix test_gdb failures. 2010-04-17 22:40:40 +00:00
Antoine Pitrou
fc53153498 Issue #8374: Update the internal alias table in the :mod:locale module
to cover recent locale changes and additions.
2010-04-11 22:32:39 +00:00
Martin v. Löwis
bf0dfb3d0e Issue #8032: For gdb7, a python-gdb.py file is added to the build,
allowing to use advanced gdb features when debugging Python.
2010-04-01 07:40:51 +00:00
Florent Xicluna
22b243809e #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14. 2010-03-30 08:24:06 +00:00
Florent Xicluna
2e0a53fdf6 Issue #8024: Update the Unicode database to 5.2 2010-03-18 21:50:06 +00:00
Martin v. Löwis
3436064785 Integrate merge.py into msi.py. 2010-03-16 18:49:28 +00:00
Florent Xicluna
dc36472472 Remove py3k deprecation warnings from these Unicode tools. 2010-03-15 14:00:58 +00:00
Martin v. Löwis
24e4e168a0 Issue #6716: Quote -x arguments of compileall in MSI installer. 2010-03-15 13:00:17 +00:00
Antoine Pitrou
02b3f0ab0d Issue #7993: Add a test of IO packet processing bandwidth to ccbench.
It measures the number of UDP packets processed per second depending on
the number of background CPU-bound Python threads.
2010-03-13 21:21:30 +00:00
Martin v. Löwis
a0fd4ccdda Add 2.6 uuids. 2010-03-13 17:53:02 +00:00
Florent Xicluna
13ba1a1c65 Move the xml test data to their own directory. 2010-03-13 11:18:49 +00:00
Benjamin Peterson
9cf41d0c9d normalize shebang lines to #!/usr/bin/env python 2010-03-11 22:33:25 +00:00
Benjamin Peterson
f4803aa623 set svn:eol-style on various files 2010-03-08 22:15:11 +00:00
Benjamin Peterson
cd0ace391c remove svn:executable from scripts without a shebang line 2010-03-08 02:11:06 +00:00
Dirkjan Ochtman
60677a78f8 Add some notes about Tools/scripts/serve.py. 2010-02-24 17:06:31 +00:00
Dirkjan Ochtman
e4c74e1ea2 Issue #8004: add a serve target to the Doc Makefile. 2010-02-24 04:12:11 +00:00
Andrew M. Kuchling
f2055ae43d Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.
(I asked the BDFL first, and he approved removing it.  The last actual bugfix
to Tools/modulator was in 2001; since then all changes have been search-and-replace:
string methods, whitespace fixes, etc.)
2010-02-22 21:04:02 +00:00
Antoine Pitrou
9a386826fb Add ccbench to the Tools directory 2010-01-18 21:10:31 +00:00
Antoine Pitrou
c9d6238b34 Add iobench to the Tools directory (see December python-dev discussion) 2010-01-18 21:04:00 +00:00
Antoine Pitrou
b9d4963a98 Issue #7092: Fix the DeprecationWarnings emitted by the standard library
when using the -3 flag.  Patch by Florent Xicluna.
2010-01-04 23:22:44 +00:00
Martin v. Löwis
f477b93d9d Update Windows build to sqlite 3.6.21. 2010-01-02 09:25:21 +00:00
Martin v. Löwis
55e1a697ab Switch to OpenSSL 0.9.8l. 2009-12-21 19:27:15 +00:00
Martin v. Löwis
add792fa7d Add UUIDs for 2.7. Drop UUIDs for 2.4. 2009-12-06 18:27:29 +00:00
Martin v. Löwis
0306894fb1 Fix typo. 2009-11-26 08:42:05 +00:00
Amaury Forgeot d'Arc
5c92d4301d #7112: Fix compilation warning in unicodetype_db.h
makeunicodedata now generates double literals
2009-10-13 21:29:34 +00:00
Georg Brandl
0b74edd9aa Add find_recursionlimit.py to README. 2009-10-11 21:14:37 +00:00
Georg Brandl
2bd92a5961 Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc. 2009-10-11 21:10:07 +00:00
Kristján Valur Jónsson
49b881410b http://bugs.python.org/issue7029
a non-default timer wasn't actually used by the individual Tests.
2009-10-09 14:32:19 +00:00
Amaury Forgeot d'Arc
d0052d17b1 #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,
_PyUnicode_IsLinebreak and _PyUnicode_IsWhitespace.

It now also parses the Unihan.txt for numeric values.
2009-10-06 19:56:32 +00:00
Georg Brandl
af09b60aac #6912: add "with" block support to pindent. 2009-09-17 07:49:37 +00:00
Amaury Forgeot d'Arc
70dda76cde #1616979: Add the cp720 (Arabic DOS) encoding.
Since there is no official mapping file from unicode.org,
the codec file is generated on Windows with the new genwincodec.py script.
2009-07-13 20:01:11 +00:00
Martin v. Löwis
741e6998f8 Fix types in logic to compute help file name. 2009-06-28 12:24:23 +00:00
Martin v. Löwis
ecb4f953dd Issue 5390: Add uninstall icon independent of whether file
extensions are installed.
2009-06-28 09:32:39 +00:00
Benjamin Peterson
0805b28fd2 handle different rc format 2009-06-13 15:48:04 +00:00
Martin v. Löwis
ea598b675a Issue #6158: package Sine-1000Hz-300ms.aif. 2009-06-01 04:10:03 +00:00
Georg Brandl
eae1b28fb1 #6078: _warnings is a builtin module and has no standard init_warnings function. 2009-05-22 17:00:17 +00:00
Martin v. Löwis
8dc74f4602 Issue #5721: don't package Lib/test/README anymore. 2009-05-05 22:13:01 +00:00