| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419)... | Miss Islington (bot) | 2018-12-05 | 1 | -0/+2 |
|
|
* | bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-... | Victor Stinner | 2018-12-05 | 1 | -0/+5 |
|
|
* | [3.6] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867). (GH-1... | Andrew Svetlov | 2018-12-05 | 1 | -0/+1 |
|
|
* | bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_Ma... | Miss Islington (bot) | 2018-12-04 | 1 | -0/+4 |
|
|
* | bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555) | Miss Islington (bot) | 2018-12-03 | 1 | -0/+3 |
|
|
* | bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848) | Miss Islington (bot) | 2018-12-03 | 1 | -0/+2 |
|
|
* | bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844) | Miss Islington (bot) | 2018-12-01 | 1 | -0/+2 |
|
|
* | bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302) | Miss Islington (bot) | 2018-12-01 | 1 | -0/+2 |
|
|
* | bpo-35352: test_asyncio uses the certificate set from the test directory (GH-... | Victor Stinner | 2018-11-30 | 1 | -0/+1 |
|
|
* | bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) (GH-10822) | Victor Stinner | 2018-11-30 | 1 | -0/+3 |
|
|
* | [3.7] bpo-34279: Synchronize regrtest with master (GH-10800) | Miss Islington (bot) | 2018-11-29 | 1 | -0/+3 |
|
|
* | [3.6] bpo-31625: Stop using ranlib (GH-10417) | stratakis | 2018-11-29 | 1 | -0/+1 |
|
|
* | bpo-27903: Fix ResourceWarning in platform.dist() (GH-10792) | Miss Islington (bot) | 2018-11-29 | 1 | -0/+2 |
|
|
* | bpo-35317: Fix mktime() error in test_email (GH-10721) | Miss Islington (bot) | 2018-11-27 | 1 | -0/+3 |
|
|
* | bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) (GH... | Victor Stinner | 2018-11-26 | 1 | -0/+3 |
|
|
* | bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675)... | Victor Stinner | 2018-11-23 | 1 | -0/+4 |
|
|
* | [3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) (GH-10685) | Victor Stinner | 2018-11-23 | 1 | -0/+2 |
|
|
* | bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856) | Miss Islington (bot) | 2018-11-23 | 1 | -0/+2 |
|
|
* | bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023) | Miss Islington (bot) | 2018-11-21 | 1 | -0/+1 |
|
|
* | bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) (... | Victor Stinner | 2018-11-20 | 1 | -0/+3 |
|
|
* | Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598) | Miss Islington (bot) | 2018-11-19 | 1 | -0/+1 |
|
|
* | bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478) | Miss Islington (bot) | 2018-11-15 | 1 | -0/+1 |
|
|
* | [3.6] bpo-32613: Update window FAQ (GH-5552). (GH-10545) | Julien Palard | 2018-11-14 | 1 | -0/+2 |
|
|
* | bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506) | Miss Islington (bot) | 2018-11-13 | 1 | -0/+3 |
|
|
* | [3.6] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10493) | Gregory P. Smith | 2018-11-13 | 1 | -0/+4 |
|
|
* | bpo-34864: Document two IDLE on MacOS issues. (GH-10456) | Miss Islington (bot) | 2018-11-11 | 1 | -0/+3 |
|
|
* | bpo-35202: Remove unused imports in idlelib (GH-10438) | Miss Islington (bot) | 2018-11-10 | 1 | -0/+1 |
|
|
* | bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) (GH-1... | Gregory P. Smith | 2018-11-09 | 1 | -0/+3 |
|
|
* | bpo-34966: Improve support of method aliases in pydoc. (GH-9823) | Miss Islington (bot) | 2018-11-08 | 1 | -0/+3 |
|
|
* | [3.6] bpo-31354: Let configure --with-lto work on all builds (GH-10261) | stratakis | 2018-11-07 | 1 | -0/+1 |
|
|
* | bpo-33000: Document that IDLE's shell has no line limit. (GH-10373) | Miss Islington (bot) | 2018-11-07 | 1 | -0/+2 |
|
|
* | bpo-23220: Explain how IDLE's Shell displays output (GH-10356) (#10369) | Miss Islington (bot) | 2018-11-06 | 1 | -0/+1 |
|
|
* | bpo-35099: Improve the doc about IDLE running user code. (GH-10350) | Miss Islington (bot) | 2018-11-06 | 1 | -0/+3 |
|
|
* | bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10... | Miss Islington (bot) | 2018-11-04 | 1 | -0/+4 |
|
|
* | [3.6]bpo-29341: Backport b942707 3.6 (GH-10299) | BNMetrics | 2018-11-02 | 1 | -0/+2 |
|
|
* | closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match ... | Miss Islington (bot) | 2018-11-02 | 1 | -0/+1 |
|
|
* | bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ... | Miss Islington (bot) | 2018-10-31 | 1 | -0/+2 |
|
|
* | [3.6] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-1023... | Serhiy Storchaka | 2018-10-31 | 6 | -14/+22 |
|
|
* | bpo-35097: Add IDLE doc subsection explaining editor windows. (GH-10206) | Miss Islington (bot) | 2018-10-29 | 1 | -0/+2 |
|
|
* | Issue 35093: Document the IDLE document viewer in the IDLE doc. (GH-10195) | Miss Islington (bot) | 2018-10-28 | 1 | -0/+2 |
|
|
* | bpo-35089: Don't mention typing.io and typing.re (GH-10173) | Miss Islington (bot) | 2018-10-28 | 1 | -0/+2 |
|
|
* | bpo-35088: Update idlelib.help.copy_string docstring (GH-10164) | Miss Islington (bot) | 2018-10-28 | 1 | -0/+2 |
|
|
* | bpo-35087: Update idlelib help files for the current doc build. (GH-10162) | Miss Islington (bot) | 2018-10-28 | 1 | -0/+2 |
|
|
* | bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144) | Miss Islington (bot) | 2018-10-27 | 1 | -0/+2 |
|
|
* | bpo-35017, socketserver: don't accept request after shutdown (GH-9952) | Miss Islington (bot) | 2018-10-26 | 1 | -0/+3 |
|
|
* | bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (G... | Miss Islington (bot) | 2018-10-25 | 1 | -0/+2 |
|
|
* | bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082) | Steve Dower | 2018-10-25 | 1 | -0/+2 |
|
|
* | bpo-34794: Fix a leak in Tkinter. (GH-10025) | Miss Islington (bot) | 2018-10-23 | 1 | -0/+2 |
|
|
* | bpo-34973: Fix crash in bytes constructor. (GH-9841) | Miss Islington (bot) | 2018-10-21 | 1 | -0/+2 |
|
|
* | closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodu... | Miss Islington (bot) | 2018-10-21 | 1 | -0/+2 |
|
|