projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2017-12-30
Yury Selivanov
bpo-23749: Implement loop.start_tls() (#5039)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-29
Benjamin Peterson
return the new file descriptor from os.dup2 (closes...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-29
Eric V. Smith
bpo-32427: Expose dataclasses.MISSING object. (#5045)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-29
Benjamin Peterson
remove unused import (#5040)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-29
Benjamin Peterson
make PatternCompiler use the packaged grammar if possib...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-28
oldk
bpo-32440: Update the docs URL to https in help() ...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-28
gfyoung
Fix minor spelling error in test_sys_settrace.py. ...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-26
Serhiy Storchaka
bpo-32416: Refactor tests for the f_lineno setter and...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-26
Serhiy Storchaka
bpo-32259: Make a TypeError message when unpack non...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-26
Andrew Svetlov
bpo-26133: Fix typos (#5010)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-25
Yury Selivanov
bpo-31721: Allow Future._log_traceback to only be set...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-25
INADA Naoki
bpo-32422: Reduce lru_cache memory usage (GH-5008)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-25
Yury Selivanov
bpo-32363: Disable Task.set_exception() and Task.set_re...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-25
Serhiy Storchaka
bpo-32372: Move __debug__ optimization to the AST level...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-25
Serhiy Storchaka
bpo-29084: Exclude C API for OrderedDict from the limit...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-24
Andrew Svetlov
bpo-26133: Clear signals list on interpreter finalizing...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-24
INADA Naoki
bpo-32402: io: Add missing NULL check. (GH-4971)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-23
Yury Selivanov
bpo-32415: Fix "error is already set" (#4999)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-23
Andrew Svetlov
Fix check for run_in_executor on closed loop. (#4996)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-23
Yury Selivanov
bpo-32415: Add more tests (#4995)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-23
Andrew Svetlov
bpo-32357: Use PySet_GET_SIZE macro in _is_coroutine...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-23
Yury Selivanov
bpo-32415: Add asyncio.Task.get_loop() and Future.get_l...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-23
Yury Selivanov
bpo-32357: Fix tests in refleak mode (#4989)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-23
Mariatta
bpo-26439: Convert %s in Lib/ctypes/_aix.py to f-string...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-23
Benjamin Peterson
correct wording (#4983)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-22
Benjamin Peterson
bpo-24960: use pkgutil.get_data in lib2to3 to read...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-22
Benjamin Peterson
remove the dynload_next.c file (closes bpo-32386) ...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-21
Victor Stinner
bpo-29240: Skip test_readline.test_nonascii() (#4968)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-21
Victor Stinner
bpo-20891: Skip test_embed.test_bpo20891() (#4967)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-21
Victor Stinner
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-21
Victor Stinner
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-21
Andrew Svetlov
bpo-26133: Dont unsubscribe signals in UNIX even loop...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-21
Victor Stinner
bpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-21
Коренберг Марк
bpo-32323: urllib.parse.urlsplit() must not lowercase...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-21
Sebastian Pucilowski
Fix trivial typo in pickle.rst (#4955)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-21
Paul Ganssle
bpo-15873: Implement [date][time].fromisoformat (#4699)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-21
INADA Naoki
bpo-15216: io: TextIOWrapper.reconfigure() accepts...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-20
Victor Stinner
bpo-32030: Fix usage of memory allocators (#4953)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-20
Srinivas Reddy...
correct the typos (#4950)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-20
Victor Stinner
bpo-32030: Complete _PyCoreConfig_Read() (#4946)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-20
Andrew Svetlov
bpo-29970: Make ssh_handshake_timeout None by default...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-20
Antoine Pitrou
bpo-32306: Clarify c.f.Executor.map() documentation...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-20
Serhiy Storchaka
bpo-32385: Clean up the C3 MRO algorithm implementation...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-20
Victor Stinner
bpo-32030: Add _PyCoreConfig.warnoptions (#4936)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-20
Antoine Pitrou
bpo-32379: Faster MRO computation for single inheritanc...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-20
Marcel Plch
bpo-31901: atexit callbacks should be run at subinterpr...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-20
Victor Stinner
bpo-32030: Cleanup pymain_main() (#4935)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-19
Victor Stinner
bpo-32030: Add _PyCoreConfig.argv (#4934)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-19
KatherineMichel
Improve the F-strings and format specifier documentatio...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-19
Neil Aspinall
bpo-29970: Add timeout for SSL handshake in asyncio
commit
|
commitdiff
|
tree
|
snapshot
2017-12-19
Antoine Pitrou
bpo-32377: improve __del__ docs and fix mention about...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-19
Zackery Spytz
Fix GCC warning in _asynciomodule.c (#4928)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-19
Michael Felt
bpo-26439 Fix ctypes.util.find_library failure on AIX...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-19
Julien Duponchelle
bpo-29711: Fix stop_serving in proactor loop kill all...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-19
Yury Selivanov
bpo-32355: Optimize asyncio.gather() (#4913)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-19
Yury Selivanov
bpo-32357: Optimize asyncio.iscoroutine() for non-nativ...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-19
Yury Selivanov
bpo-27456: Simplify sock type checks (#4922)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-19
Victor Stinner
bpo-32030: Fix compiler warnings (#4921)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-19
Andrew Svetlov
Improve test coverage (#4924)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-19
Yury Selivanov
bpo-32331: Fix socket.type when SOCK_NONBLOCK is availa...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-18
Victor Stinner
bpo-32030: Fix compilation on FreeBSD, #include <fenv...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-18
Yury Selivanov
bpo-32356: idempotent pause_/resume_reading; new is_rea...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-18
izbyshev
bpo-32369: test_subprocess: Fix pass_fds check in test_...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-18
Andrew Svetlov
Add @asvetlov to asyncio codeowners (#4917)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-18
Serhiy Storchaka
bpo-32365: Fix a reference leak when compile __debug__...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-18
Segev Finer
bpo-19764: Implemented support for subprocess.Popen...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-18
INADA Naoki
bpo-29469: peephole: Remove const_stack (GH-4879)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-18
Nathaniel J...
bpo-30050: Allow disabling full buffer warnings in...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-18
Yury Selivanov
bpo-32348: Optimize asyncio.Future schedule/add/remove...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-17
Benjamin Peterson
add 'extern' to pygetopt.h symbols, so then don't end...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-17
Andrew Svetlov
bpo-32351: Use fastpath in asyncio.sleep if delay<0...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-16
Andrew Svetlov
bpo-32250: Implement asyncio.current_task() and asyncio...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-16
Andrew Svetlov
Fix PyObject_Hash signature in comment (#4905)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-16
Serhiy Storchaka
Add tests for using PEP560 with classes implemented...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-16
Nick Coghlan
bpo-32002: Refactor C locale coercion tests (GH-4369)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-16
Benjamin Peterson
fix up signedness in PyImport_ExtendInittab (#4831)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-16
Victor Stinner
bpo-29240, bpo-32030: Py_Main() re-reads config if...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-16
Yury Selivanov
bpo-27456: Ensure TCP_NODELAY is set on linux (#4231)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-16
Brett Cannon
bpo-32248: Implement importlib.abc.ResourceReader ...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Victor Stinner
bpo-29240: Don't define decode_locale() on macOS (...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Raymond Hettinger
Minor wording tweak for itertools documentation (#4893)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Mariatta
F-strings docs: link to Format Specifiers (GH-4888)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Victor Stinner
bpo-32294: Fix multiprocessing test_semaphore_tracker...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Victor Stinner
bpo-32329: Add versionchanged to -R option doc (#4884)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Serhiy Storchaka
bpo-32265: Classify class and static methods of builtin...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Serhiy Storchaka
bpo-30416: Protect the optimizer during constant foldin...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Serhiy Storchaka
bpo-32240: Add the const qualifier to declarations...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Serhiy Storchaka
bpo-27169: The __debug__ constant is now optimized...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Ville Skyttä
bpo-28393: Update encoding lookup docs wrt bpo-27938...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Benjamin Peterson
move pygetopt.h to internal (closes bpo-32264) (#4830)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Andrew Svetlov
bpo-32311: Implement asyncio.create_task() shortcut...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Yury Selivanov
bpo-32327: Convert asyncio functions documented as...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Victor Stinner
bpo-32030: Add _PyMainInterpreterConfig.executable...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-15
Victor Stinner
bpo-32030: Add _PyCoreConfig_Copy() (#4874)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-14
Victor Stinner
bpo-32329: Fix -R option for hash randomization (#4873)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-14
Giuseppe Scrivano
bpo-32143: add f_fsid to os.statvfs() (#4571)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-14
Ivan Levkivskyi
bpo-32226: Implementation of PEP 560 (core components...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-14
Serhiy Storchaka
bpo-29469: Optimize literal lists and sets iterating...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-14
Anthony Sottile
bpo-32277: Fix exception raised from chmod(..., follow_...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-14
Yury Selivanov
bpo-32314: Implement asyncio.run() (#4852)
commit
|
commitdiff
|
tree
|
snapshot
next