| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-39310: Add math.ulp(x) (GH-17965) | Victor Stinner | 2020-01-13 | 1 | -8/+14 |
|
|
* | bpo-13601: always use line-buffering for sys.stderr (GH-17646) | Jendrik Seipp | 2020-01-01 | 1 | -3/+9 |
|
|
* | bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks a... | Steve Dower | 2019-11-28 | 1 | -1/+22 |
|
|
* | bpo-38892: Improve docs for audit event (GH-17361) | Terry Jan Reedy | 2019-11-26 | 1 | -3/+3 |
|
|
* | bpo-38738: Fix formatting of True and False. (GH-17083) | Serhiy Storchaka | 2019-11-12 | 1 | -1/+1 |
|
|
* | bpo-38434: Fixes some audit event documentation (GH-16932) | Steve Dower | 2019-10-26 | 1 | -8/+11 |
|
|
* | bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) | Ram Rachum | 2019-09-20 | 1 | -0/+11 |
|
|
* | bpo-36270: Doc: add link to traceback object reference (GH-13119) | Björn Meier | 2019-09-11 | 1 | -1/+1 |
|
|
* | bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) | Raymond Hettinger | 2019-09-11 | 1 | -6/+6 |
|
|
* | Correct minor gramatical mistake in sys.settrace doc (GH-15637) | Andre Delfino | 2019-09-05 | 1 | -1/+2 |
|
|
* | bpo-37284: Add note to sys.implementation doc (GH-14328) | Giovanni Cappellotto | 2019-07-15 | 1 | -0/+4 |
|
|
* | bpo-37363: Add audit events on startup for the run commands (GH-14524) | Steve Dower | 2019-07-01 | 1 | -0/+6 |
|
|
* | bpo-37390: Add audit event table to documentations (GH-14406) | Steve Dower | 2019-06-27 | 1 | -6/+9 |
|
|
* | bpo-37392: Remove sys.setcheckinterval() (GH-14355) | Victor Stinner | 2019-06-25 | 1 | -23/+0 |
|
|
* | bpo-36707: Document "m" removal from sys.abiflags (GH-14090) | Victor Stinner | 2019-06-15 | 1 | -0/+4 |
|
|
* | bpo-37261: Document sys.unraisablehook corner cases (GH-14059) | Victor Stinner | 2019-06-14 | 1 | -3/+11 |
|
|
* | bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-1... | Matthias Bussonnier | 2019-05-28 | 1 | -59/+0 |
|
|
* | bpo-1230540: Add threading.excepthook() (GH-13515) | Victor Stinner | 2019-05-27 | 1 | -1/+5 |
|
|
* | bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488) | Victor Stinner | 2019-05-27 | 1 | -0/+5 |
|
|
* | bpo-36842: Implement PEP 578 (GH-12613) | Steve Dower | 2019-05-23 | 1 | -0/+63 |
|
|
* | bpo-36829: Add sys.unraisablehook() (GH-13187) | Victor Stinner | 2019-05-22 | 1 | -4/+29 |
|
|
* | bpo-36932: use proper deprecation-removed directive (GH-13349) | Matthias Bussonnier | 2019-05-21 | 1 | -1/+1 |
|
|
* | Doc: Add link threading.settrace to sys.settrace (GH-13345) | Stefan Hoelzl | 2019-05-17 | 1 | -2/+2 |
|
|
* | bpo-36588: On AIX, remove major version from sys.platform (GH-12787) | Michael Felt | 2019-04-12 | 1 | -1/+10 |
|
|
* | bpo-17110: doc: add note how to get bytes from sys.argv (GH-12602) | Inada Naoki | 2019-03-30 | 1 | -0/+6 |
|
|
* | bpo-31904: Add encoding support for VxWorks RTOS (GH-12051) | pxinwr | 2019-03-04 | 1 | -2/+6 |
|
|
* | bpo-30410: Documentation of sys.stdin/out/err update to reflect change in 3.6... | Lysandros Nikolaou | 2019-02-14 | 1 | -7/+24 |
|
|
* | Fixed missing colun in library/sys.po (GH-11153) | Jules Lasne (jlasne) | 2018-12-14 | 1 | -1/+1 |
|
|
* | bpo-35054: Add more index entries for symbols. (GH-10064) | Serhiy Storchaka | 2018-10-26 | 1 | -0/+2 |
|
|
* | bpo-11233: Create availability directive for documentation (GH-9692) | Cheryl Sabella | 2018-10-12 | 1 | -7/+13 |
|
|
* | bpo-34901: add isolated (-I) flag to sys.flags (GH-9708) | Danish Prakash | 2018-10-07 | 1 | -0/+4 |
|
|
* | closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928) | Alexey Izbyshev | 2018-08-25 | 1 | -3/+0 |
|
|
* | bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (... | Carl Meyer | 2018-06-16 | 1 | -0/+20 |
|
|
* | bpo-32532: Improve documentation of settrace and setprofile (#5359) | Xiang Zhang | 2018-01-27 | 1 | -1/+5 |
|
|
* | bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056) | Pablo Galindo | 2018-01-24 | 1 | -17/+32 |
|
|
* | bpo-32591: Add native coroutine origin tracking (#5250) | Nathaniel J. Smith | 2018-01-21 | 1 | -0/+40 |
|
|
* | bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) | Victor Stinner | 2017-12-13 | 1 | -1/+12 |
|
|
* | bpo-32101: Add PYTHONDEVMODE environment variable (#4624) | Victor Stinner | 2017-11-30 | 1 | -0/+4 |
|
|
* | Fix miscellaneous typos (#4275) | luzpaz | 2017-11-05 | 1 | -1/+1 |
|
|
* | bpo-28647: Update -u documentation after bpo-30404 (GH-3961) | Berker Peksag | 2017-10-13 | 1 | -3/+3 |
|
|
* | PEP 553 built-in breakpoint() function (bpo-31353) (#3355) | Barry Warsaw | 2017-10-05 | 1 | -4/+43 |
|
|
* | bpo-31344: Per-frame control of trace events (GH-3417) | Nick Coghlan | 2017-09-08 | 1 | -1/+16 |
|
|
* | Spelling fixes (#2902) | Ville Skyttä | 2017-08-03 | 1 | -1/+1 |
|
|
* | Merge 3.6 (issue #28091) | Yury Selivanov | 2016-12-15 | 1 | -0/+36 |
|\ |
|
| * | Issue #28091: Document PEP 525 & PEP 530. | Yury Selivanov | 2016-12-15 | 1 | -0/+36 |
|
|
* | | Add sys.getandroidapilevel() | Victor Stinner | 2016-12-02 | 1 | -0/+9 |
|/ |
|
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
|\ |
|
| * | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
|
|
* | | Issue #27932: Prevent memory leak in win32_ver(). | Steve Dower | 2016-09-18 | 1 | -16/+11 |
|
|
* | | remove ceval timestamp support | Benjamin Peterson | 2016-09-09 | 1 | -12/+0 |
|
|