index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #9598: untabify.py will now respect encoding cookie in the files it pro...
Alexander Belopolsky
2010-11-30
1
-3/+4
*
Issue #10552: Partially fixed a sort error in Tools/unicode/gencodec.py
Alexander Belopolsky
2010-11-30
1
-7/+10
*
Issue #10459: Update CJK character names to Unicode 6.0.
Martin v. Löwis
2010-11-22
1
-2/+19
*
Fix resource warning from patchcheck.py
Éric Araujo
2010-11-22
1
-6/+9
*
Add UUID for 3.2a4
Martin v. Löwis
2010-11-12
1
-0/+1
*
Remove traces of setuptools (#10341)
Éric Araujo
2010-11-06
1
-3/+0
*
Fix bytes/str issues in get-remote-certificate.py.
Georg Brandl
2010-10-28
1
-7/+11
*
Fix import.
Georg Brandl
2010-10-26
1
-2/+2
*
#1203650: allow larger list of files in windows makefile for freeze.
Georg Brandl
2010-10-21
1
-5/+7
*
#3077: fix h2py substitution of character literals.
Georg Brandl
2010-10-21
1
-1/+1
*
Fix missing import.
Georg Brandl
2010-10-21
1
-2/+1
*
#9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C fil...
Georg Brandl
2010-10-21
3
-33/+68
*
Fix Issue10140 - Tools/scripts/pathfix.py: add option to preserve timestamps
Senthil Kumaran
2010-10-19
1
-3/+18
*
Issue #10117: Tools/scripts/reindent.py now accepts source files that
Alexander Belopolsky
2010-10-18
1
-2/+4
*
libpython: implementation of os.fsencode() with surrogateescape error handler
Victor Stinner
2010-10-17
1
-2/+20
*
Issue #9308: Removed redundant coding cookies. Added tests for
Alexander Belopolsky
2010-10-15
2
-3/+1
*
Mention 2to3.
Georg Brandl
2010-10-14
1
-2/+3
*
Upgrade to Unicode 6.0.0.
Martin v. Löwis
2010-10-11
1
-58/+77
*
Reverted to r70917.
Hirokazu Yamamoto
2010-09-28
1
-2/+1
*
Changed order to see other test results. (Also temporary commit)
Hirokazu Yamamoto
2010-09-28
1
-1/+1
*
Run test_ttk_guionly in verbose mode. (This commit is temporary)
Hirokazu Yamamoto
2010-09-28
1
-1/+2
*
Revert previous commit.
Hirokazu Yamamoto
2010-09-20
1
-16/+1
*
Windows7 buildbot debug trial. (Probably impossible)
Hirokazu Yamamoto
2010-09-20
1
-1/+16
*
#9210: remove --with-wctype-functions configure option.
Amaury Forgeot d'Arc
2010-09-12
1
-4/+0
*
gdb: fix representation of non-printable surrogate pairs, and workaround
Antoine Pitrou
2010-09-08
1
-8/+11
*
Add a safety limit to the number of unicode characters we fetch
Antoine Pitrou
2010-09-08
1
-1/+2
*
Issue #9188: The gdb extension now handles correctly narrow (UCS2) as well
Antoine Pitrou
2010-09-08
1
-13/+43
*
Add an option to choose the IO module under test (allows to bench
Antoine Pitrou
2010-09-06
1
-0/+6
*
Drop cabarc artifact.
Martin v. Löwis
2010-09-04
1
-1/+0
*
Issue #1303434: Include PDBs in release.
Martin v. Löwis
2010-09-04
1
-1/+16
*
Stop packaging versioncheck.
Martin v. Löwis
2010-08-28
1
-1/+1
*
Replace cabarc with FCICreate.
Martin v. Löwis
2010-08-28
1
-36/+4
*
Disable deletion of openssl again.
Martin v. Löwis
2010-08-25
1
-2/+1
*
Fix reindent-rst.py: it works on binary files
Victor Stinner
2010-08-18
1
-2/+2
*
#5127: Even on narrow unicode builds, the C functions that access the Unicode
Amaury Forgeot d'Arc
2010-08-18
1
-37/+4
*
libpython.py: py-bt commands escape unencodable characters
Victor Stinner
2010-08-17
1
-1/+9
*
Fix ``Tools/scripts/checkpyc.py`` after PEP 3147.
Florent Xicluna
2010-08-09
1
-17/+20
*
Clean up syntax for some scripts.
Florent Xicluna
2010-08-09
7
-87/+115
*
Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest).
Florent Xicluna
2010-08-09
1
-2/+1
*
Change pyc removal to support __pycache__.
Martin v. Löwis
2010-08-06
1
-3/+10
*
Add various missing files.
Martin v. Löwis
2010-08-03
2
-12/+37
*
Issue #8867: Fix `Tools/scripts/serve.py` to work with files containing
Antoine Pitrou
2010-08-03
1
-1/+1
*
Fix unicode literal.
Georg Brandl
2010-08-02
1
-1/+1
*
Make the framer run (still generates wrong code for module creation though.)
Georg Brandl
2010-08-02
2
-2/+2
*
Update README, remove obsolete scripts.
Georg Brandl
2010-08-02
9
-993/+62
*
Update README for Tools.
Georg Brandl
2010-08-02
1
-18/+27
*
Remove faqwiz tool.
Georg Brandl
2010-08-02
6
-1620/+0
*
Minimum fixes to make freeze.py do something useful.
Georg Brandl
2010-08-02
2
-8/+7
*
Make the Pynche tool work with Python 3.
Georg Brandl
2010-08-02
8
-28/+32
*
#4280: remove outdated "versionchecker" tool.
Georg Brandl
2010-08-02
4
-206/+0
[next]