- 25 Jun, 2016 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 24 Jun, 2016 2 commits
-
-
Steve Dower authored
-
Serhiy Storchaka authored
-
- 23 Jun, 2016 3 commits
-
-
Terry Jan Reedy authored
-
Serhiy Storchaka authored
-
Martin Panter authored
-
- 22 Jun, 2016 5 commits
-
-
Senthil Kumaran authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Martin Panter authored
-
Martin Panter authored
-
- 21 Jun, 2016 1 commit
-
-
Martin Panter authored
* Set but unused variable in Parser/pgen.c in non-debug builds. Patch by Christian Heimes. * Unused static function in Modules/readline.c. Patch by Georg Brandl. * main_window unused in Modules/tkappinit.c. Patch by Gregory P. Smith. * Dead assignment in Modules/_ctypes/cfield.c. Extracted from patch by Brett Cannon. * Expression result unused in PyObject_INIT macro expansions. Based on patches by Christian Heimes. * Load expat_config.h and therefore pyconfig.h before C stdlib headers are loaded. This silences pre-processor warnings including '_POSIX_C_SOURCE redefined'. Extracted from patch by Christian Heimes.
-
- 20 Jun, 2016 1 commit
-
-
Martin Panter authored
-
- 18 Jun, 2016 2 commits
-
-
Serhiy Storchaka authored
represented as a compination of known flags.
-
Martin Panter authored
-
- 15 Jun, 2016 1 commit
-
-
Zachary Ware authored
-
- 11 Jun, 2016 8 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Terry Jan Reedy authored
-
Benjamin Peterson authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
This is how paste work on Windows, Mac, modern Linux apps, and ttk widgets. The exception was X11 tk widgets. Original patch by Serhiy Storchake.
-
- 10 Jun, 2016 1 commit
-
-
https://github.com/python/pythondotorg/issues/945doko@ubuntu.com authored
unused and outdated icons.
-
- 02 Jun, 2016 1 commit
-
-
Tommy Beadle authored
-
- 10 Jun, 2016 1 commit
-
-
Martin Panter authored
-
- 03 Jun, 2016 1 commit
-
-
Martin Panter authored
This matches the usage by BufferedReader, BufferedWriter, etc. Also document and test that the write() methods should only access their argument before they return.
-
- 16 Oct, 2014 1 commit
-
-
Victor Stinner authored
Replace os.popen() with subprocess.Popen. If the "gcc", "cc" or "objdump" command is not available, the code was supposed to raise an OSError exception. But there was a bug in the code. The shell code returns the exit code 10 if the required command is missing, and the code tries to check for the status 10. The problem is that os.popen() doesn't return the exit code directly, but a status which should be processed by os.WIFEXITED() and os.WEXITSTATUS(). In practice, the exception was never raised. The OSError exception was not documented and ctypes.util.find_library() is expected to return None if the library is not found. Based on patch by Victor Stinner.
-
- 17 Jun, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 16 Jun, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 15 Jun, 2016 3 commits
-
-
Zachary Ware authored
-
Serhiy Storchaka authored
-
Georg Brandl authored
-
- 01 Jun, 2016 1 commit
-
-
Martin Panter authored
Also synchronize with Python 3 examples. Based on patches by Matthew Boehm and Alexander Schrijver.
-
- 14 Jun, 2016 2 commits
-
-
Serhiy Storchaka authored
by Jelle Zijlstra.
-
Serhiy Storchaka authored
containing spaces.
-