- 25 Mar, 2017 2 commits
-
-
Mandeep Bhutani authored
-
NAKAMURA Osamu authored
-
- 24 Mar, 2017 7 commits
-
-
Ivan Levkivskyi authored
-
Serhiy Storchaka authored
In a future versions of Python this can be an error.
-
Serhiy Storchaka authored
when the OS gives priority to errors such as EACCES over EEXIST.
-
Antoine Pitrou authored
* bpo-29861: release references to multiprocessing Pool tasks Release references to tasks, their arguments and their results as soon as they are finished, instead of keeping them alive until another task arrives. * Comments in test
-
Serhiy Storchaka authored
permission bits of newly-created intermediate-level directories.
-
Sylvain Bellemare authored
-
Alex Dzyoba authored
* Fix `make tags` warnings `make tags` target tries to find C sources and headers in "Grammar" and "Mac" folders and generates these warnings: ctags: Warning: cannot open source file "Grammar/*.[ch]" : No such file or directory ctags: Warning: cannot open source file "Mac/*.[ch]" : No such file or directory This commit changes $SRCDIRS variable in configure.ac to remote these directories. This variable is used only for tags generation. Also, "configure" was regenerated with `autoreconf`. * Fix `make tags` fail on non-default tag names When ctags overrides default tags filename (e.g. `-f .tags`) `make tags` is failed because it assumes to see default `tags` filename: sort: cannot read: tags: No such file or directory This commit explicitly specifies "tags" filename for tags generation.
-
- 23 Mar, 2017 5 commits
-
-
Christophe Zeitouny authored
-
Serhiy Storchaka authored
There was few cases of using literal 0 instead of NULL in the context of pointers. While this was a legitimate C code, using NULL rather than 0 makes the code clearer.
-
Serhiy Storchaka authored
* bpo-6532: Make the thread id an unsigned integer. From C API side the type of results of PyThread_start_new_thread() and PyThread_get_thread_ident(), the id parameter of PyThreadState_SetAsyncExc(), and the thread_id field of PyThreadState changed from "long" to "unsigned long". * Restore a check in thread_get_ident().
-
Nathaniel J. Smith authored
* Provide socket.TCP_NOTSENT_LOWAT * New TCP option available on recent MacOS and Linux. * Document addition of TCP_NOTSENT_LOWAT
-
Ivan Levkivskyi authored
-
- 22 Mar, 2017 2 commits
-
-
INADA Naoki authored
-
Jelle Zijlstra authored
-
- 21 Mar, 2017 5 commits
-
-
Daniel Birnstiel authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Ned Deily authored
Use --short form of git hash. Use output from "git describe" for tag. Expected outputs: 1. previous hg 2. previous git 3. updated git Release (tagged) build: 1. Python 3.7.0a0 (v3.7.0a0:4def2a2901a5, ... 2. Python 3.7.0a0 (v3.7.0a0^0:05f53735, ... 3. Python 3.7.0a0 (v3.7.0a0:05f53735, ... Development build: 1. Python 3.7.0a0 (default:41df79263a11, ... 2. Python 3.7.0a0 (master:05f53735, ... 3. Python 3.7.0a0 (heads/master-dirty:05f53735, ... "dirty" means the working tree has uncommitted changes. See "git help describe" for more info.
-
Xiang Zhang authored
-
- 20 Mar, 2017 4 commits
-
-
zertrin authored
`NotImplentedError` --> `NotImplementedError`
-
Benjamin Peterson authored
This reverts commit 02371e0e.
-
4kir4 authored
-
Mariatta authored
From Shifted Dxit -> Shifted Exit in Doc/library/curses.rst
-
- 19 Mar, 2017 11 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Brett Cannon authored
The $CXX environment variable is not exported under the 'c' language on Travis.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Based on patch by Vajrasky Kok.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Added the documentation for PyUnicode_Translate().
-
- 18 Mar, 2017 1 commit
-
-
Marco Buttu authored
-
- 17 Mar, 2017 3 commits
-
-
Brett Cannon authored
This will eliminate one of the builds in Travis, allowing for CI overall to complete faster.
-
Jim Fasarakis-Hilliard authored
The module is implicitly tested through test_urllib.
-
Коренберг Марк authored
-