- 16 Ock, 2016 3 kayıt (commit)
-
-
Senthil Kumaran yazdı
Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args.
-
Martin Panter yazdı
Otherwise, GDB seems to affect the terminal's foreground process group, interfering with test_ioctl, which does not expect the foreground process to change during the test. This change also solves the problem of the tests being stopped in the shell if test_gdb is run twice in parallel.
-
Martin Panter yazdı
-
- 15 Ock, 2016 3 kayıt (commit)
-
-
Brett Cannon yazdı
-
Senthil Kumaran yazdı
Patch contributed by Nicolas Évrard.
-
Martin Panter yazdı
This is instead of svn.python.org, whose certificate recently expired, and whose new certificate uses a different root certificate. The certificate used at the pythontest server was modifed to set the "basic constraints" CA flag. This flag seems to be required for test_get_ca_certs_ capath() to work. Added the new self-signed certificate to capath with the following commands: cp Lib/test/{selfsigned_pythontestdotnet.pem,capath/} c_rehash -v Lib/test/capath/ c_rehash -v -old Lib/test/capath/ # Note the generated file names cp Lib/test/capath/{selfsigned_pythontestdotnet.pem,0e4015b9.0} mv Lib/test/capath/{selfsigned_pythontestdotnet.pem,ce7b8643.0} When attempting to connect to port 444 on the new server, the resulting error code is EHOSTUNREACH on Linux, and ETIMEDOUT on Windows.
-
- 13 Ock, 2016 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 12 Ock, 2016 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Zachary Ware yazdı
-
- 11 Ock, 2016 7 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Gregory P. Smith yazdı
"ValueError: insecure string pickle" exception instead of the actual exception on some platforms such as Mac OS X when an exception raised in the forked child process prior to the exec() was large enough that it overflowed the internal errpipe_read pipe buffer.
-
Ezio Melotti yazdı
-
Barry Warsaw yazdı
regression.
-
Barry Warsaw yazdı
change. Also, as per further discussion, we'll just remove the regressing code in typeobject.c
-
Barry Warsaw yazdı
_PyObject_GetState() due to regressions observed in Cython-based projects.
-
- 10 Ock, 2016 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
-
- 08 Ock, 2016 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Benjamin Peterson yazdı
Patch from Upendra Kumar.
-
- 07 Ock, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Davin Potts and Camilla Montonen.
-
- 06 Ock, 2016 3 kayıt (commit)
-
-
Senthil Kumaran yazdı
Also rebuilt the pydoc_data with this change.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
- 05 Ock, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 04 Ock, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Issue24898 - Improve str.find documentation. Simplify str.find explaination as per Georg Brandl's suggestion.
-
- 03 Ock, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
attribute of mktime, with valid values and meaning. Patch contributed by Andrew Scheller.
-
- 01 Ock, 2016 5 kayıt (commit)
-
-
Ned Deily yazdı
-
Zachary Ware yazdı
Reported by Anatoly Techtonik on docs@
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 31 Ara, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 30 Ara, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
subclasses of list or dict and haven't implemented any pickle-related methods (__reduce__, __reduce_ex__, __getnewargs__, __getnewargs_ex__, or __getstate__), can no longer be pickled. Including memoryview.
-
- 27 Ara, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
This patch is manually crafted and contains changes that couldn't be handled automatically.
-
Serhiy Storchaka yazdı
The patch is automatically generated, it replaces the code that uses Py_CLEAR.
-