- 10 May, 2014 3 commits
-
-
Jason R. Coombs authored
-
Eli Bendersky authored
This unit test runs only for source builds of Python, similarly to test_tools.
-
Eli Bendersky authored
The new parser does not rely on Spark (which is now removed from our repo), uses modern 3.x idioms and is significantly smaller and simpler. It generates exactly the same AST files (.h and .c), so in practice no builds should be affected.
-
- 09 May, 2014 13 commits
-
-
Brett Cannon authored
module.
-
Brett Cannon authored
-
Tim Golden authored
-
Tim Golden authored
-
Tim Golden authored
-
Tim Golden authored
Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. Initial patch by Gabi Davar
-
Tim Golden authored
Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. Initial patch by Gabi Davar
-
Brett Cannon authored
staticmethod.
-
Brett Cannon authored
-
Brett Cannon authored
load_module().
-
Brett Cannon authored
-
Brett Cannon authored
alternatives.
-
Zachary Ware authored
instead relying on OpenSSL source being configured and ready to build. The ``PCbuild\build_ssl.py`` script has been re-written and re-named to ``PCbuild\prepare_ssl.py``, and takes care of configuring OpenSSL source for both 32 and 64 bit platforms. OpenSSL sources obtained from svn.python.org will always be pre-configured and ready to build.
-
- 08 May, 2014 11 commits
-
-
Tim Peters authored
Issue #21435: Segfault in gc with cyclic trash Changed the iteration logic in finalize_garbage() to tolerate objects vanishing from the list as a side effect of executing a finalizer.
-
Tim Peters authored
Changed the iteration logic in finalize_garbage() to tolerate objects vanishing from the list as a side effect of executing a finalizer.
-
Antoine Pitrou authored
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. Patch by akira.
-
Antoine Pitrou authored
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. Patch by akira.
-
Charles-François Natali authored
-
R David Murray authored
-
R David Murray authored
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
in order to have the same resolution as pthreads condition variables. At the same time, it must be large enough to accept 31 bits of milliseconds, which is the maximum timeout value in the windows API. A PY_LONG_LONG of microseconds fullfills both requirements. This closes issue #20737
-
Kristján Valur Jónsson authored
in order to have the same resolution as pthreads condition variables. At the same time, it must be large enough to accept 31 bits of milliseconds, which is the maximum timeout value in the windows API. A PY_LONG_LONG of microseconds fullfills both requirements. This closes issue #20737
-
Kristján Valur Jónsson authored
in order to have the same resolution as pthreads condition variables. At the same time, it must be large enough to accept 31 bits of milliseconds, which is the maximum timeout value in the windows API. A PY_LONG_LONG of microseconds fullfills both requirements. This closes issue #20737
-
- 07 May, 2014 7 commits
-
-
Tim Golden authored
-
Tim Golden authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
R David Murray authored
-
R David Murray authored
-
- 06 May, 2014 6 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
This makes it match the new example below, and allows Sphinx's "hide the prompts and output" feature to work.
-
Zachary Ware authored
overrides a ``return`` in the ``try`` suite.
-