- 04 Ara, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Ilya Sandler.
-
Victor Stinner yazdı
ASCII/surrogateescape codec is now used, instead of the locale encoding, to decode the command line arguments. This change fixes inconsistencies with os.fsencode() and os.fsdecode() because these operating systems announces an ASCII locale encoding, whereas the ISO-8859-1 encoding is used in practice.
-
- 03 Ara, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
encoded/decoded to/from UTF-8/surrogateescape, instead of the locale encoding (which may be ASCII if no locale environment variable is set), to avoid inconsistencies with os.fsencode() and os.fsdecode() functions which are already using UTF-8/surrogateescape.
-
- 02 Ara, 2012 7 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka (reviewed by Martin and Raymond).
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
- 29 Kas, 2012 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#16549: Make json.tool work again on Python 3 and add tests. Initial patch by Berker Peksag and Serhiy Storchaka.
-
- 28 Kas, 2012 2 kayıt (commit)
-
-
Chris Jerdonek yazdı
This commit adds "parameter" to the glossary, improves and consolidates the "argument" glossary entry, and adds a question to the FAQ on the difference between arguments and parameters.
-
Chris Jerdonek yazdı
This commit also moves the documentation for the str built-in function to the new class entry. Links to :class:`str` now go to the class entry with the string methods immediately afterwards.
-
- 27 Kas, 2012 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
initialization. If the interpreter is shut down and reinitialized (embedded CPython), the old module dictionary was not dec-refed during the next import of the time extension module. Contributed by Torsten Marek of Google.
-
- 26 Kas, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 25 Kas, 2012 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 24 Kas, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. Patch by Serhiy Storchaka.
-
Antoine Pitrou yazdı
Patch by Mathias Panzenböck.
-
- 23 Kas, 2012 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #4473: Add a POP3.stls() to switch a clear-text POP3 session into an encrypted POP3 session, on supported servers. Patch by Lorenzo Catucci.
-
Antoine Pitrou yazdı
Patch by Lorenzo Catucci.
-
Antoine Pitrou yazdı
Patch by Lorenzo Catucci.
-
- 21 Kas, 2012 3 kayıt (commit)
-
-
R David Murray yazdı
Patch by me, most of the work (doc and tests) by Daniel Urban.
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
- 20 Kas, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Barry Warsaw yazdı
(actually, any non-string or non-bytes type).
-
- 19 Kas, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 18 Kas, 2012 4 kayıt (commit)
-
-
Brett Cannon yazdı
importlib.abc.SourceLoader. This provides an easy hook into the import system to allow for source transformations, AST optimizations, etc.
-
Ezio Melotti yazdı
#16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen.
-
Ezio Melotti yazdı
-
Brett Cannon yazdı
The concept of what was unexpected was typically defined as "some depencendy wasn't installed", which isn't unexpected at all as it's totally optional. Since it confuses new contributors as they think something is wrong with their installation it seems sensible to get rid of the concept. This change also adds the concept of optional tests that are required to work on a specific platform(s) (e.g. test_winreg on Windows). This should help catch compile issues instead of a test being blindly skipped even when it should have run. The skipped test list in the future can also print out the reason for being skipped to make it more obvious as to why the skipping occurred.
-
- 17 Kas, 2012 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Antoine Pitrou yazdı
-
Brett Cannon yazdı
the user to import any parent packages.
-
Jesus Cea yazdı
-
- 15 Kas, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
Also merged two duplicate sections of Tools/Demos.
-