Martin v. Löwis
3d4809f464
Package mime.types
14 years ago
Nadeem Vawda
9f64f73193
Issue #14053 : Fix "make patchcheck" to work with MQ.
Patch by Francisco Martín Brugué
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
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
74472a94aa
Fix a missing encoding argument when opening a text file in some of iobench's subtests.
(found by Georg)
14 years ago
Martin v. Löwis
73abc24345
Add 3.2.2 and 3.2.3 UUIDs.
15 years ago
Éric Araujo
1bf5b6a454
Update crlf and lfcr scripts for 3.x bytes semantics ( #12032 ).
Changes to crlf originally by Victor Stinner for 3.3, copied to lfcr by
me. Manually tested.
15 years ago
Éric Araujo
fbc5ff6235
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
Éric Araujo
a3e072bb89
Let “make patchcheck” work for out-of-dir builds ( #9860 )
15 years ago
Éric Araujo
a0e92a8028
Fix missing or wrong shebangs and missing executable bits for scripts ( #10318 )
15 years ago
Éric Araujo
1ce7b17165
Fix string exception and a few style issues in mailerdaemon script
15 years ago
Jason R. Coombs
76748b7033
Fixes #10639 : reindent.py should not convert newlines
reindent.py now will use the newline detected in the original file and will report an error if mixed newlines are encountered.
15 years ago
Victor Stinner
d57c5c8a3a
libpython.py (gdb) now catchs IOError in py-list and py-bt commands
py-list displays the error. py-bt ignores the error (the filename and line
number is already displayed).
15 years ago
Martin v. Löwis
721bb33e3b
Add 3.1.4 UUIDs.
15 years ago
Martin v. Löwis
4c226dac02
Do not add txt files twice.
15 years ago
Victor Stinner
46f8264b8e
Issue #12057 : Add cjkencodings directory to the Makefile and Tools/msi/msi.py
15 years ago
Martin v. Loewis
b042a3ac0c
Add 3.2.1rc2 uuid.
15 years ago
Victor Stinner
c77b931196
Issue #11614 : import __hello__ prints "Hello World!". Patch written by Andreas
Stührk.
15 years ago
Martin v. Löwis
41972316f5
Add 3.2.1 UUIDs
15 years ago
Victor Stinner
e670c889cc
Issue #11996 : libpython (gdb), replace "py-bt" command by "py-bt-full" and add
a smarter "py-bt" command printing a classic Python traceback.
15 years ago
Jesus Cea
8f14bbdaf6
pybench prep_times calculation error ( closes #11895 )
15 years ago
Brian Curtin
b4fb909c86
Remove inexistent tools
15 years ago
Antoine Pitrou
9eea9d39c1
In the Windows clean script for buildbots, also clear the build dir
(so that stale test files, which can be very large, get wiped out)
15 years ago
Ezio Melotti
13925008dc
#11565 : Fix several typos. Patch by Piotr Kasprzyk.
15 years ago
Ezio Melotti
42da663e6f
#11515 : fix several typos. Patch by Piotr Kasprzyk.
15 years ago
Antoine Pitrou
375ff587c2
Issue #11179 : Make ccbench work under Python 3.1 and 2.7 again.
15 years ago
Georg Brandl
49857f8a93
Add updated .hgeol file and fix newlines in the 3.2 branch.
15 years ago
Georg Brandl
5537d298ea
Add updated .hgeol file and fix newlines in the 3.1 branch.
15 years ago
Martin v. Löwis
6916806443
Issue #11135 : Remove redundant doc field from PyType_Spec.
Reviewed by Georg Brandl.
15 years ago
Martin v. Löwis
dafdd7f8ca
Add uuid for 3.2rc3.
15 years ago
Antoine Pitrou
0f2a61a11e
Merged revisions 88147 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r88147 | antoine.pitrou | 2011-01-23 18:12:25 +0100 (dim., 23 janv. 2011) | 3 lines
Issue #10987 : Fix the recursion limit handling in the _pickle module.
........
15 years ago
Antoine Pitrou
e6d4c5bab8
Issue #10987 : Fix the recursion limit handling in the _pickle module.
15 years ago
Martin v. Löwis
678fa9f5a9
Package zip_cp437_header.zip.
Don't try to package subprocessdata/*.py twice.
15 years ago
Antoine Pitrou
126c8b4a82
Avoid ResourceWarnings in ccbench
15 years ago
Michael Foord
751ba4cfac
Update description of Tools/unicode
15 years ago
Michael Foord
32e1d8340c
Enable unittest.TestCase to be instantiated without providing a method name.
Changed unittestgui to show number of discovered tests in the status bar.
15 years ago
Michael Foord
90efac7f37
Issue 10502: addition of unittestgui to Tools/
15 years ago
Georg Brandl
81f3d7bcd0
Update README, remove empty directory.
15 years ago
Georg Brandl
856898b395
Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a README file to Tools/demo.
15 years ago
Georg Brandl
7fafbc95c0
More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo to Tools, and remove all the other Demo content.
15 years ago
Georg Brandl
30baf2b0ed
Fix NameErrors.
15 years ago
Georg Brandl
5684a9ac30
Clean up tools: remove "world" and "framer", move single SSL script to scripts/.
15 years ago
Georg Brandl
4cf83f4d12
Remove some of the old demos. (Put a few somewhere else.)
15 years ago
Martin v. Löwis
0e74cacdff
Upgrade to sqlite3 3.7.4.
15 years ago
Martin v. Löwis
910a4edbcd
Upgrade Tcl/Tk to 8.5.9.
15 years ago
R. David Murray
39f34aa1f3
Turn on regrtest -W (rerun immediately) option for Windows, too.
15 years ago
Gregory P. Smith
51ee270876
issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from
the C code, using pipe2() when available. Adds unittests for close_fds and
cloexec behaviors.
15 years ago
Martin v. Löwis
d53ee5dd12
Automate build for python3.dll.
Package missing files.
15 years ago
Martin v. Löwis
4d0d471a80
Merge branches/pep-0384.
15 years ago