projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
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
2017-12-14
INADA Naoki
bpo-29469: Remove unnecessary peephole optimizer (GH...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-14
Victor Stinner
bpo-32030: Add _PyMainInterpreterConfig.warnoptions...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-14
Mike
bpo-32297: Few misspellings found in Python source...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-14
Ivan Levkivskyi
bpo-32225: Implementation of PEP 562 (#4731)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-14
Victor Stinner
bpo-32302: Fix distutils bdist_wininst for CRT v142...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-14
INADA Naoki
bpo-29469: Move constant folding to AST optimizer ...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-14
Victor Stinner
bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-14
Jelle Zijlstra
bpo-30241: implement contextlib.AbstractAsyncContextMan...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-13
Yury Selivanov
bpo-32296: Unbreak tests on Windows (#4850)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-13
Victor Stinner
bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-13
Yury Selivanov
bpo-32296: Implement asyncio.get_event_loop and _get_ru...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-13
Victor Stinner
pymain_set_sys_argv() now copies argv (#4838)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-13
Victor Stinner
pythoninfo: Add builtins, test.support, ... (#4840)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-13
Andrew Svetlov
Fix couple typos (#4839)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-13
jimmy
trivial: link updates in documentation (#2765)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-13
Victor Stinner
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-13
Sebastian Rittau
bpo-32284: Fix documentation of BinaryIO and TextIO...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-13
Antoine Pitrou
Test atexit shutdown mechanism in a subprocess (#4828)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-13
Antoine Pitrou
bpo-17852: Revert incorrect fix based on misunderstandi...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-12
Victor Stinner
import.c: Fix a GCC warning (#4822)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-12
Victor Stinner
bpo-32101: Fix tests for PYTHONDEVMODE=1 (#4821)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-12
Victor Stinner
bpo-32230: Set sys.warnoptions with -X dev (#4820)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-12
Serhiy Storchaka
Fix improper use of re.escape() in tests. (#4814)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-12
Serhiy Storchaka
Fix implementation dependent assertion in test_plistlib...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-12
Serhiy Storchaka
bpo-32241: Add the const qualifire to declarations...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-12
Nitish Chandra
bpo-31942: Document optional support of start and stop...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-12
Licht Takeuchi
bpo-32255: Always quote a single empty field when write...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-12
Chris
Fix small typo in tupleobject.h (#4801)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-12
Terry Jan Reedy
Fix idlelib comment typos reported by Mike on pull...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-11
Łukasz Langa
bpo-32227: functools.singledispatch supports registerin...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-11
Andrew Svetlov
bpo-32258: Replace 'yield from' to 'await' in asyncio...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-11
Yury Selivanov
Add asyncio.get_running_loop() function. (#4782)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-11
Yury Selivanov
bpo-32273: Move asyncio.test_utils to test.test_asyncio...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-11
Yury Selivanov
bpo-32272: Remove asyncio.async() function. (#4784)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-11
Sanyam Khurana
bpo-22671: Clarify and test default read method impleme...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-11
Victor Stinner
bpo-32252: Fix faulthandler_suppress_crash_report(...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-11
Yury Selivanov
bpo-32262: Fix f-string (#4787)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-10
Yury Selivanov
bpo-32262: Fix codestyle; use f-strings formatting...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-10
Yury Selivanov
Skip test_read_pty_output test on macOS for poll and...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-10
Pablo Galindo
bpo-32114: Updated the documentation for get_event_loop...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-10
Terry Jan Reedy
Removed doubled 'bpo-'. (#4777)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-10
Sanyam Khurana
bpo-31506: Improve the error message logic for class...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-09
Benjamin Peterson
byte swap the raw hash secrets (more bpo-32260) (#4773)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-09
Benjamin Peterson
fix my byte-swapping implementation (#4772)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-09
Benjamin Peterson
bpo-32260: don't byte swap siphash keys (#4771)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-09
Benjamin Peterson
closes bpo-31650: PEP 552 (Deterministic pycs) implemen...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-09
Andrew Svetlov
bpo-32253: Deprecate with statement and bare await...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-09
Vinay Sajip
bpo-32212: Updated logging documentation to make parame...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-08
Andrew Svetlov
bpo-32193: Convert asyncio to async/await usage (#4753)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-08
Nitish Chandra
bpo-22589 Changed MIME type of .bmp to "image/bmp"...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-08
Neil Schemenauer
Fix missing DECREF of mod. (#4749)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-07
Victor Stinner
PyLong_FromString(): fix Coverity CID 1424951 (#4738)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-07
Garrett Berg
bpo-32208: update threading.Semaphore docs and add...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-07
xdegaye
bpo-32199: The getnode() ip getter now uses 'ip link...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-07
Pablo Galindo
Fix hardcoded value in test_os.py (#4744)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-06
Steve Dower
Allows non-critical upload steps to fail (#4742)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-06
Eric V. Smith
Use raw strings for regex to avoid invalid escape seque...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-06
Rob Boehne
Modify configure to link with the compiler driver under...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-06
Stefan Krah
bpo-32233: Fix build with --with-system-libmpdec. ...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-06
Victor Stinner
bpo-32030: Add _PyImport_Fini2() (#4737)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-06
Sanyam Khurana
bpo-25910: Fixes redirection from http to https (#4674)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-06
Victor Stinner
bpo-32030: Add pymain_get_global_config() (#4735)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-06
Victor Stinner
bpo-32030: pass interp to _PyImport_Init() (#4736)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-06
Ned Deily
Bump to 3.7.0a3+
commit
|
commitdiff
|
tree
|
snapshot
2017-12-06
Ned Deily
Merge tag 'v3.7.0a3'
commit
|
commitdiff
|
tree
|
snapshot
2017-12-05
Guido van Rossum
Add Guido and Ivan as owners for typing.py (#4729)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-05
Eric V. Smith
Add dataclasses to CODEOWNERS. (GH-4730)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-05
Victor Stinner
bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-05
Ned Deily
Bump to 3.7.0a3
v3.7.0a3
commit
|
commitdiff
|
tree
|
snapshot
2017-12-05
Ned Deily
Update NEWS and pydoc topics.
commit
|
commitdiff
|
tree
|
snapshot
2017-12-05
Ned Deily
Tidy NEWS entry.
commit
|
commitdiff
|
tree
|
snapshot
2017-12-05
Julien Palard
Add a missing space in tkinter documentation. (GH-4692)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-05
Ned Deily
bpo-31380: Skip test_httpservers test_undecodable_file...
commit
|
commitdiff
|
tree
|
snapshot
next