Martin v. Löwis
b147aae26f
Add 3.2.4 UUIDs
13 years ago
Martin v. Loewis
5be6d74a0d
Issue #17425 : Build with openssl 1.0.0k on Windows.
13 years ago
Terry Jan Reedy
65e69b3718
Issue #17047 : removed doubled words in Doc/*, Mac/*, and Tool/*
found by Serhiy Storchaka and Matthew Barnett
13 years ago
Serhiy Storchaka
b6ed17344b
Issue #17156 : pygettext.py now uses an encoding of source file and correctly
writes and escapes non-ascii characters.
13 years ago
doko@python.org
3e6e2ac31d
- Issue #17029 : Let h2py search the multiarch system include directory.
13 years ago
Serhiy Storchaka
a3a01b6ac3
Issue #15539 : Fix a backup file creation in pindent.py on Windows.
13 years ago
Ezio Melotti
5e12bb728f
Add a note about checking refleaks to patchcheck.
13 years ago
Serhiy Storchaka
6840a54ad4
Issue #15539 : Fix a number of bugs in Tools/scripts/pindent.py.
Now pindent.py works with a "with" statement. pindent.py no longer produces
improper indentation. pindent.py now works with continued lines broken after
"class" or "def" keywords and with continuations at the start of line. Added
regression tests for pindent.py. Modernized pindent.py.
13 years ago
Andrew Svetlov
4bb142b1b7
Issue #16714 : use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
13 years ago
Andrew Svetlov
737fb89dd1
Issue #16714 : use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
13 years ago
Ezio Melotti
9bf379e9fb
#13301 : use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka.
13 years ago
Ezio Melotti
dc118790de
#13301 : use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka.
13 years ago
Antoine Pitrou
1eff0fc3cd
Issue #15378 : Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.
13 years ago
Ned Deily
3c6661a914
Allow redemo.py to be used from the command line like other demos.
14 years ago
Éric Araujo
0d983b5339
Avoid SyntaxError in script using print function
14 years ago
Stefan Krah
a14a06fe0e
Issue #15170 : Quote the variable that expands to the current directory.
14 years ago
Stefan Krah
4cf1cc71a6
Issue #15171 : Quote the variable that expands to the current directory.
14 years ago
Antoine Pitrou
8c368efa55
Regrtest option "-n" doesn't exist in 2.7.
14 years ago
Antoine Pitrou
d0bb9c6386
Allow passing extra testing options to the buildbot test scripts
14 years ago
Antoine Pitrou
3a121561b7
Allow passing extra testing options to the buildbot test scripts
14 years ago
Stefan Krah
ea1eda2a29
Issue #15170 : Try the HOST_PYTHON hack for 2.7.
14 years ago
Stefan Krah
62ba0428af
Issue #15171 : Try the HOST_PYTHON hack for 3.2.
14 years ago
Martin v. Löwis
3407dfbaf9
Upgrade OpenSSL to 1.0.0j
14 years ago
Martin v. Löwis
64051d0916
Stop refetching OpenSSL.
14 years ago
Martin v. Löwis
580227a8a0
Force recheckout of openssl.
14 years ago
Martin v. Löwis
fd0afed503
Upgrade openssl to 0.9.8x.
14 years ago
Brian Curtin
1f24548e1f
bsddb never existed in 3.x, no need to keep downloading sleepycat
14 years ago
Martin v. Löwis
2d82d049f6
Stop deleting non-existing bytecode files.
14 years ago
Martin v. Löwis
e7f67b5b98
Upgrade to bzip2 1.0.6.
14 years ago
Martin v. Löwis
87960da3e3
Upgrade bzip2 to 1.0.6.
14 years ago
Mark Dickinson
1b2e9444fe
Issue #14965 : Fix missing support for starred assignments in Tools/parser/unparse.py.
14 years ago
R David Murray
776c0df42b
#14508 : make gprof2html script runnable under python3
Not that I haven't tested it to make sure it works, just that it
can run against an empty source file.
Initial patch by Popa.Claudiu.
14 years ago
R David Murray
d3af6344ef
#14492 : fix some bugs in Tools/scripts/pdeps.py.
Initial patch by Popa Claudiu.
14 years ago
R David Murray
54ac832a24
#14490 , #14491 : add 'sundry'-style import tests for Tools/scripts.
This patch changes a few of the scripts to have __name__=='__main__'
clauses so that they are importable without running. Also fixes the
syntax errors revealed by the tests.
14 years ago
Martin v. Löwis
cdc60aac3d
Add 2.7.3rc2 uuid
14 years ago
Martin v. Löwis
28b22d0d15
Add 2.7.3rc2 uuid
14 years ago
Martin v. Löwis
a7f6b14fa6
Add 3.2.3rc2 uuid.
14 years ago
Martin v. Löwis
3d4809f464
Package mime.types
14 years ago
Martin v. Löwis
3a34c5100d
Add 2.7.3 and 2.7.4 UUIDs
14 years ago
Nadeem Vawda
9f64f73193
Issue #14053 : Fix "make patchcheck" to work with MQ.
Patch by Francisco Martín Brugué
14 years ago
Nadeem Vawda
f00011aff4
Issue #14053 : Fix "make patchcheck" to work with MQ.
Patch by Francisco Martín Brugué
14 years ago
Martin v. Löwis
a1b2af8034
Issue #6807 : Run msisupport.mak earlier.
14 years ago
Martin v. Löwis
dbd3f6173a
Issue #6807 : Run msisupport.mak earlier.
14 years ago
Martin v. Löwis
26bb3cf7cd
Issue #10580 : Minor grammar change in Windows installer.
14 years ago
Martin v. Löwis
ef281bdddb
Issue #10580 : Minor grammar change in Windows installer.
14 years ago
Martin v. Löwis
4ef5528356
Add 2.7.3 and 2.7.4 UUIDs
14 years ago
Victor Stinner
99cff3f182
Issue #13628 : python-gdb.py is now able to retrieve more frames in the Python
traceback if Python is optimized.
* delay the lookup of the size_t type, it is not available at startup
* The second argument of the PyFrameObjectPtr constructor is optional, as
done in other constructors
* iter_builtins() and iter_globals() methods of PyFrameObjectPtr returns
an empty tuple instead of None if Python is optimized
* Fix py-bt to handle correctly "optimized" frames
* Frame.get_pyop() tries to get the frame pointer from PyEval_EvalCodeEx()
if the pointer is optimized out in PyEval_EvalFrameEx()
14 years ago
Victor Stinner
d208416a40
Issue #13628 : python-gdb.py is now able to retrieve more frames in the Python
traceback if Python is optimized.
* delay the lookup of the size_t type, it is not available at startup
* The second argument of the PyFrameObjectPtr constructor is optional, as
done in other constructors
* iter_builtins() and iter_globals() methods of PyFrameObjectPtr returns
an empty tuple instead of None if Python is optimized
* Fix py-bt and py-bt-full to handle correctly "optimized" frames
* Frame.get_pyop() tries to get the frame pointer from PyEval_EvalCodeEx()
if the pointer is optimized out in PyEval_EvalFrameEx()
14 years ago
Antoine Pitrou
31b3763fa3
Fix a missing encoding argument when opening a text file in some of iobench's subtests.
(found by Georg)
14 years ago
Éric Araujo
a5afa4955d
patchcheck: don’t talk about the test suite when no code file were changed.
The line about the test suite will still get printed for changes in
Tools for example, which aren’t covered by the test suite, but it’s not
a big deal IMO.
15 years ago