- 16 Agu, 2018 2 kayıt (commit)
-
-
Erik Janssens yazdı
-
Sergey Fedoseev yazdı
-
- 15 Agu, 2018 3 kayıt (commit)
-
-
Steve Dower yazdı
-
Berker Peksag yazdı
os.readlink() now accepts path-like and bytes objects on Windows. Previously, support for path-like and bytes objects was only implemented on Unix. This commit also merges Unix and Windows implementations of os.readlink() in one function and adds basic unit tests to increase test coverage of the function.
-
Zackery Spytz yazdı
Avoid undefined pointer arithmetic with NULL.
-
- 14 Agu, 2018 2 kayıt (commit)
-
-
Christian Heimes yazdı
Downstream vendors have started to deprecate weak keys. Update all RSA keys and DH params to use at least 2048 bits. Finite field DH param file use RFC 7919 values, generated with certtool --get-dh-params --sec-param=high Signed-off-by: Christian Heimes <christian@python.org>
-
Benjamin Peterson yazdı
Follow up to bpo-34270. Fixes: ``` Lib/test/test_asyncio/test_tasks.py:330: DeprecationWarning: invalid escape sequence \d match1 = re.match("^<Task pending name='Task-(\d+)'", repr(t1)) Lib/test/test_asyncio/test_tasks.py:332: DeprecationWarning: invalid escape sequence \d match2 = re.match("^<Task pending name='Task-(\d+)'", repr(t2)) ```
-
- 13 Agu, 2018 1 kayıt (commit)
-
-
Ville Skyttä yazdı
* SMTP.startssl: Fix doc on keyfile and certfile use * SMTP.startssl: Add missing keyfile and certfile deprecation notice * SMTP: Doc grammar fixes
-
- 12 Agu, 2018 6 kayıt (commit)
-
-
Rémy HUBSCHER yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Vadim Pushtaev yazdı
-
Andrés Delfino yazdı
-
Raymond Hettinger yazdı
Improves speed by 9 to 10ns per call.
-
- 11 Agu, 2018 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Sergey Fedoseev yazdı
-
Evan Allrich yazdı
-
Paul Price yazdı
Valgrind isn't seeing PyObject_Free/PyObject_Realloc, but using _PyObject_Free/_PyObject_Realloc works.
-
Berker Peksag yazdı
The main cause of this bug was fixed as part of bpo-31908.
-
Berker Peksag yazdı
The __getitem__ methods of DOMEventStream, FileInput, and FileWrapper classes ignore their 'index' parameters and return the next item instead.
-
Berker Peksag yazdı
-
- 10 Agu, 2018 2 kayıt (commit)
- 09 Agu, 2018 4 kayıt (commit)
-
-
Alex Grönholm yazdı
-
Andriy Maletsky yazdı
-
Andrés Delfino yazdı
-
Stéphane Wirtel yazdı
In the documentation, the `env` directory is specified when we execute the `make venv` command. But in the code, `make venv` will create the virtualenv inside the `venv` directory (defined by `VENVDIR`)
-
- 08 Agu, 2018 2 kayıt (commit)
-
-
Alex Grönholm yazdı
Co-authored-by: Antti Haapala <antti.haapala@anttipatterns.com>
-
Benjamin Peterson yazdı
posixmodule.c always declares environ, so don't bother catching a NameError in os.py.
-
- 07 Agu, 2018 5 kayıt (commit)
-
-
Sergey Fedoseev yazdı
-
Mikhail Terekhov yazdı
-
Steve Dower yazdı
-
Zackery Spytz yazdı
PyErr_Print() always clears the error indicator, so there is no need to call PyErr_Clear() immediately afterwards.
-
Berker Peksag yazdı
-
- 06 Agu, 2018 5 kayıt (commit)
-
-
Berker Peksag yazdı
-
Xtreak yazdı
Patch by Terry Jan Reedy.
-
Serhiy Storchaka yazdı
-
Terry Jan Reedy yazdı
* bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. The change in the mini language floating point and decimal table is consistent with 'Exponential notation' and clarifies that we are referring to the output notation, not an object type. * Update string.rst * Update string.rst * Update string.rst * Update string.rst
-
Anthony Sottile yazdı
-
- 05 Agu, 2018 1 kayıt (commit)
-
-
Ville Skyttä yazdı
-