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
Martin v. Löwis
588b54b646
Issue #5847 : Remove -n switch on "Edit with IDLE" menu item.
2009-05-05 16:10:16 +00:00
Antoine Pitrou
e988e286b2
Issue #1734234 : Massively speedup `unicodedata.normalize()` when the
...
string is already in normalized form, by performing a quick check beforehand.
Original patch by Rauli Ruohonen.
2009-04-27 21:53:26 +00:00
Walter Dörwald
5d98ec76bb
Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in
...
makeunicodedata.py and regenerated the Unicode database (This fixes
u'\u1d79'.lower() == '\x00').
2009-04-25 14:03:16 +00:00
Martin v. Löwis
91a1a071a0
Issue #5470 : Package zipdir.zip.
2009-04-04 18:44:44 +00:00
Georg Brandl
392775f615
Add a script to fixup rst files if the pre-commit hook rejects them.
2009-03-28 19:33:33 +00:00
Jeffrey Yasskin
43bff057c1
Tools/scripts/analyze_dxp.py, a module with some helper functions to
...
analyze the output of sys.getdxp().
2009-02-24 22:48:34 +00:00
Mark Dickinson
3e4caeb3bf
Issue #5341 : Fix a variety of spelling errors.
2009-02-21 20:27:01 +00:00
Martin v. Löwis
7e28b9c565
Add optional code signing after merging.
2009-02-13 20:51:48 +00:00
Benjamin Peterson
eee9583065
rewrite verbose conditionals
2009-01-10 17:18:55 +00:00
Antoine Pitrou
e555f581dc
Issue #4677 : add two list comprehension tests to pybench.
2008-12-27 20:34:52 +00:00
Amaury Forgeot d'Arc
d378dc02da
#4700 : crtlicense.txt is displayed by the license() command and should be kept ascii-only.
...
Will port to 3.0
2008-12-19 22:56:48 +00:00
Martin v. Löwis
b5120ceae2
Consider micro version for name of CHM file.
2008-12-08 11:15:35 +00:00
Martin v. Löwis
17fa44f617
Add UUIDs for 2.6.1 and 2.6.2.
2008-12-08 11:14:57 +00:00
Martin v. Löwis
cb6c359a6d
Issue #4389 : Add icon to the uninstall entry in
...
"add-and-remove-programs".
2008-11-30 11:08:26 +00:00
Benjamin Peterson
6ed1c93c96
SVN format 9 is the same it seems
2008-11-28 23:18:46 +00:00
Martin v. Löwis
6347098a26
Issue #4289 : Remove Cancel button from AdvancedDlg.
2008-11-19 13:51:44 +00:00
Martin v. Löwis
3d6f8ff81f
Issue #1656675 : Register a drop handler for .py* files on Windows.
2008-11-07 18:51:50 +00:00
Martin v. Löwis
ddd8263678
Stop including fake manifest file in DLLs directory.
2008-11-06 19:46:03 +00:00
Benjamin Peterson
adc93b9499
don't use a catch-all
2008-10-25 23:27:07 +00:00
Martin v. Löwis
0f3e7697dc
Issue #4091 : Install pythonxy.dll in system32 again.
2008-10-17 13:43:01 +00:00
Benjamin Peterson
501447d7c7
don't recurse into directories that start with '.'
2008-10-15 20:34:09 +00:00
Martin v. Löwis
eba774b486
Issue #4018 : Disable "for me" installations on Vista.
2008-10-13 11:23:35 +00:00
Martin v. Löwis
62d453830e
Add UUID for 2.7.
2008-10-02 20:04:47 +00:00
Martin v. Löwis
f738f0b577
Use CRT 9 policy files.
2008-10-02 11:44:17 +00:00
Martin v. Löwis
d69c904a2f
Bug #3989 : Package the 2to3 script (as 2to3.py) in the Windows
...
installer.
2008-10-01 11:19:50 +00:00
Martin v. Löwis
e1d9dca794
Use AMD64 version of CRT in just-for-me installations for Win64 installers.
2008-09-19 19:20:03 +00:00
Martin v. Löwis
175d00784d
Bug #3887 : Package x64 version of CRT for AMD64
...
Windows binaries.
2008-09-19 15:21:07 +00:00
Martin v. Löwis
0c280c0127
Fix grammar.
2008-09-15 01:30:21 +00:00
Martin v. Löwis
b080256074
Set eol-style to native.
2008-09-14 20:25:40 +00:00
Martin v. Löwis
4eb18f9d5d
Issue #3617 : Include a licensing statement regarding the Microsoft C runtime in the Windows installer.
2008-09-14 20:22:39 +00:00
Martin v. Löwis
a9aff014a8
Change product code of Win64 installer to allow simultaneous installation on Win32 and Win64; also change product name to be able to distinguish the two in ARP.
2008-09-13 08:36:22 +00:00
Martin v. Löwis
ab0b29bd81
Issue #3833 : Use a different upgrade code for Win64 installers.
2008-09-13 08:11:57 +00:00
Martin v. Löwis
24329ba176
Issue #3811 : The Unicode database was updated to 5.1.
...
Reviewed by Fredrik Lundh and Marc-Andre Lemburg.
2008-09-10 13:38:12 +00:00
Martin v. Löwis
996b9f38db
Add UUIDs for upcoming releases
2008-09-08 16:15:38 +00:00
Martin v. Löwis
3f5fda8c50
Issue #2271 : Set SecureCustomProperties so that installation will properly
...
use the TARGETDIR even for unprivileged users.
2008-09-08 13:50:10 +00:00
Martin v. Löwis
67543a9dc9
Allow passing the MSI file name to merge.py.
2008-09-08 12:02:45 +00:00
Benjamin Peterson
ee3acff3e3
update 2to3 script from 2to3 trunk
2008-09-03 01:53:28 +00:00
Benjamin Peterson
d068ad5879
Merged revisions 65853-65854 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r65853 | benjamin.peterson | 2008-08-19 11:09:09 -0500 (Tue, 19 Aug 2008) | 1 line
apply a patch for #3131 . this solves the problem for the moment, but we should do some refactoring to get display logic out of RefactoringTool
........
r65854 | benjamin.peterson | 2008-08-19 11:37:38 -0500 (Tue, 19 Aug 2008) | 1 line
another quick fix to get lib2to3 to work
........
2008-08-19 16:41:34 +00:00
Benjamin Peterson
37553fdb95
set svn:executable on a script
2008-08-17 20:33:45 +00:00
Antoine Pitrou
0c37ae0464
add a pybench test for complex function calls (part of #1819 )
2008-07-25 22:02:07 +00:00
Matthias Klose
9c87a40786
- Fix bashisms in Tools/faqwiz/move-faqwiz.sh
2008-07-12 07:51:48 +00:00
Martin v. Löwis
1d2ce45689
Add _multiprocessing module.
2008-06-30 07:01:09 +00:00
Trent Nelson
6e7e137cff
Merged revisions 64368-64369 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/tnelson-trunk-bsddb-47-upgrade
........
r64368 | trent.nelson | 2008-06-17 23:13:44 -0500 (Tue, 17 Jun 2008) | 1 line
Initial commit of work pertaining to switching the Windows build from Berkeley DB 4.4.20 to 4.7.25. Note that I've deprecated the standalone '_bsddb44.vcproj' in lieu of adding the sources in a separate folder to the _bsddb project. This was a conscious decision and actually makes everything far more easier to manage. With this approach, entire test suite passed straight off the bat. Well, almost -- the timeout in bsddb/test/test_replication.py needed bumping up a little -- 2 seconds was too short. 10 seconds seems to be fine for me, but I'll make sure Jesus verifies. More documentation to come once I've been able to test out this approach on the buildbots (hence keeping the changes in a separate branch for now).
........
r64369 | trent.nelson | 2008-06-17 23:19:12 -0500 (Tue, 17 Jun 2008) | 1 line
Bump Berkeley DB version from 4.4.20 to 4.7.25.
........
2008-06-27 02:30:34 +00:00
Amaury Forgeot d'Arc
d574633894
Typo in a directory name. Should help the AMD64 buildbots
2008-06-18 21:33:58 +00:00
Benjamin Peterson
b8bfdf5200
fix Tools/scripts/2to3 as the result of a merge error
2008-06-16 20:18:18 +00:00
Martin v. Löwis
fd82f2e86a
Disable UAC by default.
2008-06-14 14:24:47 +00:00
Martin v. Löwis
945c632dff
Set eol-style to CRLF for all batch files.
2008-06-14 11:51:54 +00:00
Martin v. Löwis
6807120c64
Avoid rebuilding tcl/tk.
...
Merge x86 changes into AMD64.
2008-06-14 11:50:59 +00:00
Amaury Forgeot d'Arc
8c3bc862fa
Since python2.6 must run on Windows 2000,
...
explicitely disable the use of Windows XP themes when compiling tk.
This is also consistent with the WINVER=0x0500 option.
2008-06-14 09:44:41 +00:00
Amaury Forgeot d'Arc
c06f5a45c3
Use the correct URL for sqlite3 sources, and try to fix windows buildbots.
2008-06-14 07:40:32 +00:00
Martin v. Löwis
a6e02e8406
Conservatively restrict support to format 8 repositories.
2008-06-14 06:24:44 +00:00
Martin v. Löwis
49ac5aa2ef
Support subversion repositories of version 8.
2008-06-14 01:50:46 +00:00
Martin v. Löwis
c9798fc709
Pickup sqlite3.dll from binary directory.
...
Commit more often.
2008-06-13 18:58:47 +00:00
Martin v. Löwis
cc0f2b20c5
Switch to SQLite 3.5.9.
2008-06-13 18:12:51 +00:00
Martin v. Löwis
a4514c3009
Switch to bzip2 1.0.5.
2008-06-13 17:22:39 +00:00
Martin v. Löwis
111c180674
Make more symbols static.
2008-06-13 07:47:47 +00:00
Martin v. Löwis
b8a18eaca9
Fix Tcl/Tk license file in tcl8*/tk8*, include Tix license.
2008-06-12 20:07:53 +00:00
Martin v. Löwis
7b9e124776
Support file names which include '+' (for Tk 8.5).
2008-06-12 20:06:18 +00:00
Martin v. Löwis
329d738380
Split Tcl make targets into separate ones.
2008-06-12 19:51:59 +00:00
Martin v. Löwis
7630731af0
Switch to Tcl/Tk 8.5.
2008-06-12 18:52:00 +00:00
Georg Brandl
0b9aaa98a0
Spaces vs. tabs.
2008-06-01 19:24:36 +00:00
Benjamin Peterson
c49372b080
add a warning about bgen being removed
2008-06-01 19:01:25 +00:00