- 12 Eki, 2017 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Ned Deily yazdı
-
Éric Araujo yazdı
-
Victor Stinner yazdı
time.clock() and time.perf_counter() now use again C double internally. Remove also _PyTime_GetWinPerfCounterWithInfo(): use _PyTime_GetPerfCounterDoubleWithInfo() instead on Windows.
-
Daisuke Miyakawa yazdı
-
- 11 Eki, 2017 2 kayıt (commit)
-
-
Victor Stinner yazdı
* Move _PyTime_overflow() at the top * Move assertion on numerator into _PyTime_ObjectToDenominator() * PEP 7: add { ... } to if blocks
-
Cheryl Sabella yazdı
* Separated functions and constants descriptions in sections. * Added a note about the limitations of timezone constants. * Removed redundant lists from the module docstring.
-
- 10 Eki, 2017 4 kayıt (commit)
-
-
Brad Smith yazdı
Change the code example from using `get_history_length` to `get_current_history_length`.
-
Oren Milman yazdı
bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (#3924)
-
Oren Milman yazdı
-
Victor Stinner yazdı
* Add _PyTime_GetPerfCounter() * Use _PyTime_GetPerfCounter() for -X importtime
-
- 09 Eki, 2017 3 kayıt (commit)
-
-
Ned Deily yazdı
-
Victor Stinner yazdı
bpo-31701: On Windows, faulthandler.enable() now ignores MSC and COM exceptions.
-
Oren Milman yazdı
-
- 08 Eki, 2017 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Oren Milman yazdı
bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() always return a list (#3840)
-
Serhiy Storchaka yazdı
-
Zachary Ware yazdı
With the upgrade of buildbot.python.org from Buildbot 0.8.x to 0.9.x, the xmlrpc interface has been removed. This test is now skipped until it can be rewritten to query a suitable substitute.
-
- 07 Eki, 2017 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Tzu-ping Chung yazdı
-
- 06 Eki, 2017 8 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Barry Warsaw yazdı
-
Masayuki Yamamoto yazdı
See PEP 539 for details. Highlights of changes: - Add Thread Specific Storage (TSS) API - Document the Thread Local Storage (TLS) API as deprecated - Update code that used TLS API to use TSS API
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Benjamin Peterson yazdı
There just isn't much we can assert in a portable way.
-
Benjamin Peterson yazdı
-
Jelle Zijlstra yazdı
Per PEP 492, 'async' and 'await' should become proper keywords in 3.7.
-
- 05 Eki, 2017 9 kayıt (commit)
-
-
Steve Dower yazdı
-
Barry Warsaw yazdı
Implement PEP 553, built-in breakpoint() with support from sys.breakpointhook(), along with documentation and tests. Closes bpo-31353
-
Victor K yazdı
-
Victor Stinner yazdı
Fix test_exception_errpipe_bad_data() and test_exception_errpipe_normal() of test_subprocess: mock os.waitpid() to avoid calling the real os.waitpid(0, 0) which is an unexpected side effect of the test.
-
INADA Naoki yazdı
sre_compile does bit test (e.g. `flags & SRE_FLAG_IGNORECASE`) in loop. `IntFlag.__and__` and `IntFlag.__new__` made it slower. So this commit convert it to normal int before passing flags to `sre_compile()`.
-
Jakub Stasiak yazdı
-
Benjamin Peterson yazdı
-
pdox yazdı
-
Terry Jan Reedy yazdı
Followed format of other entries.
-
- 04 Eki, 2017 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Implementations of these operations are virtually identical.
-
Serhiy Storchaka yazdı
* Fix incorrect links. * Remove redundant links. * Add signatures and index entries for gettext related functions in the locale module.
-