summaryrefslogtreecommitdiff
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Update crlf and lfcr scripts for 3.x bytes semantics (#12032).Éric Araujo2011-08-122-12/+12
* patchcheck: don’t talk about the test suite when no code file were changed.Éric Araujo2011-08-121-2/+3
* Let “make patchcheck” work for out-of-dir builds (#9860)Éric Araujo2011-07-301-7/+13
* Branch merge.Éric Araujo2011-07-261-3/+12
|\
| * Fixes #10639: reindent.py should not convert newlinesJason R. Coombs2011-07-261-3/+12
* | Fix missing or wrong shebangs and missing executable bits for scripts (#10318)Éric Araujo2011-07-2615-1/+6
* | Fix string exception and a few style issues in mailerdaemon scriptÉric Araujo2011-07-261-8/+16
|/
* libpython.py (gdb) now catchs IOError in py-list and py-bt commandsVictor Stinner2011-07-011-4/+18
* merge:Do not add txt files twiceMartin v. Löwis2011-06-05173-8194/+7884
|\
| * (Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile andVictor Stinner2011-05-25173-8194/+7884
| |\
| | * Add 3.2.1rc2 uuid.Martin v. Löwis2011-05-231-0/+1
| | |\
| | | * Add 3.2.1rc2 uuid.Martin v. Loewis2011-05-221-0/+1
| | * | Merge release branch after 3.2.1rc1.Georg Brandl2011-05-211-0/+1
| | |\ \ | | | |/ | | |/|
| | | * (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch writtenVictor Stinner2011-05-161-0/+1
| | | |\
| | * | | Add 3.2.1 UUIDsMartin v. Löwis2011-05-161-0/+2
| | |/ /
| | * | Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and addVictor Stinner2011-05-131-1/+40
| | * | pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-251-1/+1
| | |\ \
| | * \ \ Merge 3.1Brian Curtin2011-04-131-5/+0
| | |\ \ \
| | * | | | In the Windows clean script for buildbots, also clear the build dirAntoine Pitrou2011-03-262-1/+7
| | * | | | #11565: Merge with 3.1.Ezio Melotti2011-03-16171-8202/+7837
| | |\ \ \ \
| | | * \ \ \ #11515: Merge with 3.1.Ezio Melotti2011-03-153-4/+4
| | | |\ \ \ \
| | | * | | | | Issue #11179: Make ccbench work under Python 3.1 and 2.7 again.Antoine Pitrou2011-03-111-1/+4
| | | * | | | | Dummy-merge 3.1 branch into 3.2 branch.Georg Brandl2011-03-05171-8202/+7834
| | | |\ \ \ \ \
| | | | * | | | | Add updated .hgeol file and fix newlines in the 3.2 branch.Georg Brandl2011-03-0511-147/+147
| | | | * | | | | Issue #11135: Remove redundant doc field from PyType_Spec.Martin v. Löwis2011-02-111-2/+1
| | | | * | | | | Add uuid for 3.2rc3.Martin v. Löwis2011-02-111-0/+1
| | | | * | | | | Issue #10987: Fix the recursion limit handling in the _pickle module.Antoine Pitrou2011-01-231-2/+3
| | | | * | | | | Package zip_cp437_header.zip.Martin v. Löwis2011-01-151-2/+1
| | | | * | | | | Avoid ResourceWarnings in ccbenchAntoine Pitrou2011-01-151-12/+13
| | | | * | | | | Update description of Tools/unicodeMichael Foord2011-01-031-2/+3
| | | | * | | | | Enable unittest.TestCase to be instantiated without providing a method name.Michael Foord2011-01-031-2/+4
| | | | * | | | | Issue 10502: addition of unittestgui to Tools/Michael Foord2011-01-033-2/+498
| | | | * | | | | Update README, remove empty directory.Georg Brandl2010-12-301-2/+4
| | | | * | | | | Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a R...Georg Brandl2010-12-3015-151/+196
| | | | * | | | | More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo...Georg Brandl2010-12-3019-0/+2560
| | | | * | | | | Fix NameErrors.Georg Brandl2010-12-301-3/+4
| | | | * | | | | Clean up tools: remove "world" and "framer", move single SSL script to scripts/.Georg Brandl2010-12-3015-1559/+0
| | | | * | | | | Remove some of the old demos. (Put a few somewhere else.)Georg Brandl2010-12-303-0/+880
| | | | * | | | | Upgrade to sqlite3 3.7.4.Martin v. Löwis2010-12-171-4/+4
| | | | * | | | | Upgrade Tcl/Tk to 8.5.9.Martin v. Löwis2010-12-173-13/+13
| | | | * | | | | Turn on regrtest -W (rerun immediately) option for Windows, too.R. David Murray2010-12-141-1/+1
| | | | * | | | | issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag fromGregory P. Smith2010-12-131-0/+2
| | | | * | | | | Automate build for python3.dll.Martin v. Löwis2010-12-051-0/+6
| | | | * | | | | Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+200
| | | | * | | | | Issue #9598: untabify.py will now respect encoding cookie in the files it pro...Alexander Belopolsky2010-11-301-3/+4
| | | | * | | | | Issue #10552: Partially fixed a sort error in Tools/unicode/gencodec.pyAlexander Belopolsky2010-11-301-7/+10
| | | | * | | | | Issue #10459: Update CJK character names to Unicode 6.0.Martin v. Löwis2010-11-221-2/+19
| | | | * | | | | Fix resource warning from patchcheck.pyÉric Araujo2010-11-221-6/+9
| | | | * | | | | Add UUID for 3.2a4Martin v. Löwis2010-11-121-0/+1
| | | | * | | | | Remove traces of setuptools (#10341)Éric Araujo2010-11-061-3/+0