- 28 Nis, 2018 1 kayıt (commit)
-
-
Dong-hee Na yazdı
-
- 20 Nis, 2018 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 07 Nis, 2018 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
* bpo-33201: Modernize "Extension types" doc * Split tutorial and other topics * Some small fixes * Address some review comments * Rename noddy* to custom* and shoddy to sublist * Fix markup
-
Jay Crotts yazdı
-
- 04 Nis, 2018 2 kayıt (commit)
-
-
INADA Naoki yazdı
Py_UNICODE is deprecated since Python 3.3. But the deprecation is missed in the c-api/arg document.
-
hui shang yazdı
-
- 28 Mar, 2018 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 27 Mar, 2018 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
-
- 23 Mar, 2018 1 kayıt (commit)
-
-
Himanshu Lakhara yazdı
-
- 21 Mar, 2018 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
Original patch by Jon Foster and Berker Peksag.
-
- 20 Mar, 2018 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
-
- 01 Mar, 2018 1 kayıt (commit)
-
-
Jon Wayne Parrott yazdı
-
- 27 Şub, 2018 1 kayıt (commit)
-
-
Christian Heimes yazdı
The ssl module function ssl.wrap_socket() has been de-emphasized and deprecated in favor of the more secure and efficient SSLContext.wrap_socket() method. Signed-off-by: Christian Heimes <christian@python.org>
-
- 25 Şub, 2018 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
The 'optimization' is for space in the executable file, not for run time.
-
- 18 Şub, 2018 1 kayıt (commit)
-
-
chason yazdı
-
- 16 Şub, 2018 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 11 Şub, 2018 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
-
- 10 Şub, 2018 1 kayıt (commit)
-
-
sblondon yazdı
The new link is given in a red box on the old page.
-
- 05 Şub, 2018 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
When `__getattr__` is implemented, attribute lookup will always fall back to that, even if the initial failure comes from `__getattribute__` or a descriptor's `__get__` method (including property methods).
-
- 02 Şub, 2018 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
Modify RE examples in documentation to use raw strings to prevent DeprecationWarning. Add text to REGEX HOWTO to highlight the deprecation. Approved by Serhiy Storchaka.
-
- 01 Şub, 2018 1 kayıt (commit)
-
-
Stéphane Wirtel yazdı
In the tutorial about the Generator expression, there is an example with a dict comprehension and not with a generator expression, just removed the code.
-
- 31 Ock, 2018 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 30 Ock, 2018 1 kayıt (commit)
-
-
Stéphane Wirtel yazdı
Some commands are specified in the documentation, but there is no direct references.
-
- 28 Ock, 2018 1 kayıt (commit)
-
-
Xiang Zhang yazdı
Updating the C API docs was missed when the per-opcode tracing & profiling support was initially added.
-
- 24 Ock, 2018 1 kayıt (commit)
-
-
Pablo Galindo yazdı
-
- 09 Ock, 2018 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 30 Ara, 2017 1 kayıt (commit)
-
-
* Add abstract get_loop() method to Server, AbstractServer classes. * Add test cases for get_loop() method in Server, AbstractServer classes * Add documentation for get_loop() method
-
- 05 Ara, 2017 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 21 Kas, 2017 1 kayıt (commit)
-
-
AraHaan yazdı
-
- 17 Eki, 2017 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 10 Eki, 2017 1 kayıt (commit)
-
-
Brad Smith yazdı
Change the code example from using `get_history_length` to `get_current_history_length`.
-
- 24 Eyl, 2017 1 kayıt (commit)
-
-
Sanket Dasgupta yazdı
The dunderless functions are preferred; dunder are retained for back compatilibity. Patch by Sanket Dasgupta.
-
- 19 Eyl, 2017 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 14 Eyl, 2017 1 kayıt (commit)
-
-
Feanil Patel yazdı
New -n flag allow overriding localhost with custom value, for example to run from containers.
-
- 07 Eyl, 2017 1 kayıt (commit)
-
-
Pablo Galindo yazdı
* Fix ZeroMQSocketListener and ZeroMQSocketHandler examples * Use send_json and recv_json to simplify pyzmq interfacing * Add News entry
-
- 06 Eyl, 2017 1 kayıt (commit)
-
-
Christian Heimes yazdı
Signed-off-by: Christian Heimes <christian@python.org>
-
- 05 Eyl, 2017 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
- 04 Eyl, 2017 1 kayıt (commit)
-
-
larryhastings yazdı
Blurbify master branch.
-
- 29 Tem, 2017 1 kayıt (commit)
-
-
Peter Thomassen yazdı
Initial patch by Peter Thomassen.
-
- 22 Haz, 2017 1 kayıt (commit)
-
-
larryhastings yazdı
Add "Misc/NEWS.d" directory tree for "blurb". CPython workflow is changing! We're going to start using "blurb" to manage Misc/NEWS entries: https://github.com/python/core-workflow (This will be a big win for release managers, honest.) This checkin simply populates the "Misc/NEWS.d" subdirectory tree so that people can start putting their news entries in there. No other changes (yet).
-