- 16 Nis, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Negative result should be returned only when an error is set.
-
- 15 Nis, 2017 4 kayıt (commit)
-
-
Xiang Zhang yazdı
-
cocoatomo yazdı
-
Mariatta yazdı
-
Olivier Vielpeau yazdı
* Remove conditional on free of `dps`, since `dps` is now allocated for all versions of OpenSSL * Remove call to `x509_check_ca` since it was only used to cache the `crldp` field of the certificate CRL_DIST_POINTS_free is available in all supported versions of OpenSSL (recent 0.9.8+) and LibreSSL.
-
- 14 Nis, 2017 6 kayıt (commit)
-
-
Michael Seifert yazdı
-
Benjamin Peterson yazdı
Replace the deprecated AC_TRY_RUN with AC_RUN_IFELSE. Also, standardize the variable name and allow for caching of the result.
-
Jack McCracken yazdı
-
Antoine Pitrou yazdı
-
Ryan Gonzalez yazdı
-
Mariatta yazdı
-
- 13 Nis, 2017 11 kayıt (commit)
-
-
Armin Rigo yazdı
-
Serhiy Storchaka yazdı
-
Nevada Sanchez yazdı
* Allow underscores in numeric literals in lib2to3. * Stricter literal parsing for Python 3.6 in lib2to3.pgen2.tokenize. * Add test case for underscores in literals in Python 3.
-
Joshua Diaddigo yazdı
Replace `For object's ... ` with `For objects ...`
-
Serhiy Storchaka yazdı
And fix the parameter name.
-
Marco Buttu yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Reported by Lucio Ricardo Montero Valenzuela.
-
Marco Buttu yazdı
-
Benjamin Peterson yazdı
-
Xiang Zhang yazdı
-
- 12 Nis, 2017 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
multiple times. Writing to closed zip entry writer object now always produce a ValueError.
-
NAKAMURA Osamu yazdı
-
Alex Gaynor yazdı
The data contained in them is nonsensical
-
- 11 Nis, 2017 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Nick Coghlan yazdı
-
svelankar yazdı
contextlib._GeneratorContextManager.__exit__ includes a special case to deal with PEP 479 RuntimeErrors created when `StopIteration` is thrown into the context manager body. Previously this check was too permissive, and undid one level of chaining on *all* RuntimeError instances, not just those that wrapped a StopIteration instance.
-
Senthil Kumaran yazdı
-
- 10 Nis, 2017 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 09 Nis, 2017 5 kayıt (commit)
-
-
Sanyam Khurana yazdı
The reference to administrative data was confusing to readers, so this simplifies the note to explain that deep copying may copy more then you intended, such as data that you expected to be shared between copies.
-
Aviv Palivoda yazdı
conn.set_trace_callback() shouldn't be called multiple times when the schema is changing. This has indirectly been fixed by using sqlite3_prepare_v2() in bpo-9303.
-
Nick Coghlan yazdı
The original attempted fix missed an `isdir()` call in `get_base_branch()`.
-
Michael Seifert yazdı
Also changed format specifier for function name from "%s" to "%.200s" and exception messages should start with lowercase letter.
-
Senthil Kumaran yazdı
-
- 08 Nis, 2017 4 kayıt (commit)
-
-
Jelle Zijlstra yazdı
Documents a few omitted classes and adds NamedTuple methods.
-
Serhiy Storchaka yazdı
attributes.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
object.__reduce__() no longer takes arguments, object.__reduce_ex__() now requires one argument.
-
- 07 Nis, 2017 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-