- 24 Tem, 2018 3 kayıt (commit)
-
-
Mariatta yazdı
The script will exit with the number 0 (zero), instead of the letter O.
-
Serhiy Storchaka yazdı
Also make getchildren() and getiterator() emitting a DeprecationWarning instead of PendingDeprecationWarning.
-
Alexander Marshalov yazdı
Improve consistency with the signature for sorted(), heapq.nsmallest(), heapq.nlargest(), and itertools.groupby().
-
- 23 Tem, 2018 2 kayıt (commit)
-
-
Matthias Bussonnier yazdı
-
Berker Peksag yazdı
-
- 21 Tem, 2018 1 kayıt (commit)
-
-
Andrés Delfino yazdı
-
- 20 Tem, 2018 1 kayıt (commit)
-
-
Aaqa Ishtyaq yazdı
The parentheses were incorrect.
-
- 17 Tem, 2018 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 16 Tem, 2018 2 kayıt (commit)
-
-
Jon Ribbens yazdı
-
Antoine Pitrou yazdı
bpo-32430: Rename Modules/Setup.dist to Modules/Setup Remove the necessity to copy the former manually to the latter when updating the local source tree.
-
- 13 Tem, 2018 1 kayıt (commit)
-
-
Andrés Delfino yazdı
-
- 11 Tem, 2018 5 kayıt (commit)
-
-
Stig Johan Berggren yazdı
-
Andrés Delfino yazdı
-
INADA Naoki yazdı
-
Tom Faulkner yazdı
Dataclasses: Fix example on 30.6.8, add method should receive a list rather than an integer. (GH-8038) Change example function to append rather than add lists.
-
Lysandros Nikolaou yazdı
The ValueError message ends with a period.
-
- 10 Tem, 2018 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Many users won't realise the implications the OpenSSL 1.0.2 minimum version requirement has when it comes to Ubuntu 14.04 and Debian 8, so expand on that in the platform support section. Also explicitly note the non-ASCII-based locale requirement for full Unicode text handling support on non-Windows systems.
-
- 09 Tem, 2018 3 kayıt (commit)
-
-
Daniel Porteous yazdı
Include a more easily understood example for nullcontext
-
Serhiy Storchaka yazdı
-
Andrés Delfino yazdı
-
- 08 Tem, 2018 2 kayıt (commit)
-
-
Marcin Niemira yazdı
-
Sergey Fedoseev yazdı
-
- 07 Tem, 2018 8 kayıt (commit)
-
-
Andrés Delfino yazdı
Make the change where discussing the CPython implementation of lists and dicts.
-
Marcin Niemira yazdı
-
Andrew Kuchling yazdı
The 'output formatting' section of the tutorial talks a lot about manual formatting with things like .rjust() and .zfill(), with only a passing reference to 3.6's new f-strings. This doesn't drop all of the old material, but it does rearrange the topics into a more modern order: f-strings first, discussing formatting specifiers a bit; then calling .format(); finally manual formatting with .ljust().
-
Andrés Delfino yazdı
-
Andrés Delfino yazdı
-
Andrés Delfino yazdı
-
Andrés Delfino yazdı
-
Dong-hee Na yazdı
-
- 06 Tem, 2018 2 kayıt (commit)
-
-
Julien Palard yazdı
The line is speaking of a list of commands, not the list command.
-
Sergey Fedoseev yazdı
Per the recommendation in our Developer's Guide: https://devguide.python.org/documenting/#paragraph-level-markup
-
- 05 Tem, 2018 3 kayıt (commit)
-
-
Windson yang yazdı
-
Sergey Fedoseev yazdı
-
Julien Palard yazdı
It was moved from bitbucket to GitHub.
-
- 04 Tem, 2018 2 kayıt (commit)
-
-
Gerrit Holl yazdı
-
Farhaan Bukhsh yazdı
This commit fixes the -timedelta overfllow issue not documented properly. Signed-off-by: Farhaan Bukhsh <farhaan.bukhsh@gmail.com>
-
- 03 Tem, 2018 1 kayıt (commit)
-
-
Sergey Fedoseev yazdı
-
- 02 Tem, 2018 1 kayıt (commit)
-
-
Zachary Ware yazdı
The line-length limit is not needed because the pages appear in a separate app rather than on a browser tab. It can also interact badly with the DPI setting.
-