projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
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
2017-12-05
Ned Deily
Update macOS installer to XZ 5.2.3 (#4718)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-05
Ned Deily
bpo-31392: Update macOS installer to use OpenSSL 1...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-05
Neil Schemenauer
bpo-19610: Warn if distutils is provided something...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-05
Ned Deily
Enable SQLite JSON functions for macOS installer build...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-05
Ivan Levkivskyi
[bpo-28556] Minor fixes for typing module (#4710)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-05
Mariatta
bpo-28791: Update macOS installer to use SQLite 3.21...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-04
Terry Jan Reedy
bpo-30928: update idlelib/NEWS.txt. (#4706)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-04
Eric V. Smith
bpo-32214: Implement PEP 557: Data Classes (#4704)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-04
Terry Jan Reedy
bpo-32207: Improve tk event exception tracebacks in...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-04
Terry Jan Reedy
bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. ...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-04
Victor Stinner
Revert "bpo-32197: Try to fix a compiler error on OS...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-04
Serhiy Storchaka
bpo-25054, bpo-1647489: Added support of splitting...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-04
Serhiy Storchaka
Fix a regression in uuid added in bpo-32107. (#4677)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-03
R. David Murray
bpo-27240 Rewrite the email header folding algorithm...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-03
Serhiy Storchaka
bpo-31619: Fixed integer overflow in converting huge...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-03
Serhiy Storchaka
bpo-32137: The repr of deeply nested dict now raises...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-03
Neil Schemenauer
Refactor PyImport_ImportModuleLevelObject(). (#4680)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-03
Nick Coghlan
bpo-32176: Set CO_NOFREE in the code object constructor...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-02
Julien Palard
bpo-31589 : Build PDF using xelatex for better UTF8...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-02
Neil Schemenauer
Add a minimal unit test for Python/frozen.c. (#2995)
commit
|
commitdiff
|
tree
|
snapshot
2017-12-02
Serhiy Storchaka
bpo-32197: Try to fix a compiler error on OS X introduc...
commit
|
commitdiff
|
tree
|
snapshot
2017-12-02
Victor Stinner
bpo-32030: _PyPathConfig_Init() sets home and program_n...
commit
|
commitdiff
|
tree
|
snapshot
next