- 11 Eyl, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 24 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 20 Mar, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 11 Şub, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
to format short Python version.
-
- 30 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 30 Eki, 2015 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 27 Eki, 2015 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 26 Eki, 2015 1 kayıt (commit)
-
-
Brett Cannon yazdı
not str.format call.
-
- 16 Eki, 2015 1 kayıt (commit)
-
-
Brett Cannon yazdı
This was done so as to move users to `python3 -m venv` which prevents confusion over which Python interpreter will be used in the virtual environment when more than one is installed.
-
- 03 Tem, 2015 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 27 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 20 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
with specified exception type. Original patch by Ramchandra Apte.
-
- 03 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 23 Nis, 2015 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 03 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 14 Şub, 2015 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 30 Ara, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 01 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
instead of deperecated cgi.escape(). Original patch by Raymond Hettinger.
-
- 19 Eki, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 16 Tem, 2014 1 kayıt (commit)
-
-
Zachary Ware yazdı
pydoc.gui was removed over 3 years ago (#10818), this script has been utterly bereft of worth since then.
-
- 15 Tem, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 11 Tem, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Zachary Ware.
-
- 07 Tem, 2014 2 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
The user-facing scripts in PCbuild have been updated to be easier to use and the buildbot scripts in Tools\buildbot have been updated to use the user-facing scripts in PCbuild wherever possible.
-
- 28 Nis, 2014 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Ned Deily yazdı
Patch by David Bolen.
-
- 16 Nis, 2014 1 kayıt (commit)
-
-
Thomas Wouters yazdı
when building in a separate object tree. More people should build this way. This may still fail if the source is unwritable, I haven't tested that yet.
-
- 15 Nis, 2014 1 kayıt (commit)
-
-
Kushal Das yazdı
It includes required changes in Makefile.pre.in and configure.ac among other files.
-
- 24 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Arfrever Frehtes Taifersar Arahesis.
-
- 16 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script.
-
- 11 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
The application object must return an iterable yielding bytestrings.
-
- 09 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
* The first line of Python script could be executed twice when the source encoding (not equal to 'utf-8') was specified on the second line. * Now the source encoding declaration on the second line isn't effective if the first line contains anything except a comment. * As a consequence, 'python -x' works now again with files with the source encoding declarations specified on the second file, and can be used again to make Python batch files on Windows. * The tokenize module now ignore the source encoding declaration on the second line if the first line contains anything except a comment. * IDLE now ignores the source encoding declaration on the second line if the first line contains anything except a comment. * 2to3 and the findnocoding.py script now ignore the source encoding declaration on the second line if the first line contains anything except a comment.
-
- 23 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 11 Kas, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Patch by Donald Stufft and Nick Coghlan
-
- 16 Eyl, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
now detect Python source code encoding only in comment lines.
-
- 25 Agu, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 19 Agu, 2013 1 kayıt (commit)
-
-
Andrew Kuchling yazdı
- document abitype.py, analyze_dxp.py, get-remote-certificate.py, import_diagnostics.py, parse_html5_entities.py. - remove redemo.py which was moved to Tools/Demo. - sort list into alphabetical order Patch by Seydou Dia.
-
- 18 Agu, 2013 1 kayıt (commit)
-
-
Andrew Kuchling yazdı
-
- 22 Tem, 2013 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 15 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-