2018-10-26 |
Victor Stinner | bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Andrés Delfino | bpo-34789: make xml.sax.make_parser accept iterables... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Denis Ledoux | bpo-35017, socketserver: don't accept request after... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Senthil Kumaran | Simplify the warning for http.server. (#10116) |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Victor Stinner | bpo-35059, PCbuild: Expand inline funcs in Debug (GH... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Victor Stinner | bpo-35059: Convert PyObject_INIT() to function (GH... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Pablo Galindo | bpo-34890: Make iscoroutinefunction, isgeneratorfunctio... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Stéphane Wirtel | bpo-35044, doc: Use the :exc: role for the exceptions... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Serhiy Storchaka | bpo-35054: Add more index entries for symbols. (GH... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Victor Stinner | bpo-9263: _Py_NegativeRefcount() use _PyObject_AssertFa... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Victor Stinner | bpo-35053: Define _PyTraceMalloc_NewReference in object... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Max Bélanger | bpo-35022: unittest.mock.MagicMock now also supports... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Stéphane Wirtel | bpo-35038: AttributeError: 'frame' object has no attrib... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Stéphane Wirtel | Fix grammar in using/unix build instruction docs (GH... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Victor Stinner | bpo-9263: Dump Python object on GC assertion failure... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Victor Stinner | bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093) |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Tim Graham | bpo-31047: Fix ntpath.abspath to trim ending separator... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
madman-bob | bpo-32321: Add pure Python fallback for functools.reduc... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Victor Stinner | bpo-35053: Add Include/tracemalloc.h (GH-10091) |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Victor Stinner | bpo-35053: Enhance tracemalloc to trace free lists... |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Quentin | importlib: Fix typo in SourceLoader.path_stats docstrin... |
commit | commitdiff | tree | snapshot |
2018-10-24 |
serge-sans... | bpo-28015: Support LTO build with clang (GH-9908) |
commit | commitdiff | tree | snapshot |
2018-10-24 |
Ned Batchelder | configparser doc: Properly label ConfigParser attribute... |
commit | commitdiff | tree | snapshot |
2018-10-24 |
orlnub123 | importlib doc: Fix approximated import_module() code... |
commit | commitdiff | tree | snapshot |
2018-10-24 |
TilmanK | bpo-35027, distutils doc: Correct note on setup.py... |
commit | commitdiff | tree | snapshot |
2018-10-24 |
Srinivas Thatiparth... | turtledemo/penrose.py: remove unused clock() calls... |
commit | commitdiff | tree | snapshot |
2018-10-24 |
Mariatta | Use f-strings in asyncio-task code examples (GH-10035) |
commit | commitdiff | tree | snapshot |
2018-10-24 |
jdemeyer | bpo-32797: improve documentation of linecache.getline... |
commit | commitdiff | tree | snapshot |
2018-10-24 |
Tal Einat | bpo-33899: Mention tokenize behavior change in What... |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Serhiy Storchaka | bpo-30863: Rewrite PyUnicode_AsWideChar() and PyUnicode... |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Serhiy Storchaka | bpo-34794: Fix a leak in Tkinter. (GH-10025) |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Zackery Spytz | Fix error handling bugs in _elementtree.c. (GH-10060) |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Victor Stinner | bpo-9263: _PyObject_Dump() detects freed memory (GH... |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Ned Deily | Add macos-team as a code owner (GH-10045) |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Jeremy Kloth | bpo-34980: P/Invoke QueryFullProcessImageName to get... |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Zsolt Cserna | bpo-34260, shutil: fix copy2 and copystat documentation... |
commit | commitdiff | tree | snapshot |
2018-10-23 |
matthewbelisle-wf | bpo-35028: cgi: Fix max_num_fields off by one error... |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Josh Snyder | bpo-35046: do only one system call per line (logging... |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Alexey Izbyshev | bpo-34482: test datetime classes' handling of non-UTF... |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Andrei Petre | bpo-34748: link to :ref:`partial-objects` in functools... |
commit | commitdiff | tree | snapshot |
2018-10-22 |
Paul Ganssle | bpo-34454: Clean up datetime.fromisoformat surrogate... |
commit | commitdiff | tree | snapshot |
2018-10-22 |
Eric Lippert | Fix issue 34551 - remove redundant store (#9009) |
commit | commitdiff | tree | snapshot |
2018-10-22 |
Tal Einat | bpo-29843: raise AttributeError if given negative _leng... |
commit | commitdiff | tree | snapshot |
2018-10-21 |
Xtreak | bpo-34081: Fix wrong example link that was linking... |
commit | commitdiff | tree | snapshot |
2018-10-21 |
Xtreak | bpo-35036: Remove empty log line in the suspicious... |
commit | commitdiff | tree | snapshot |
2018-10-21 |
Serhiy Storchaka | bpo-34984: Improve error messages for bytes and bytearr... |
commit | commitdiff | tree | snapshot |
2018-10-21 |
Serhiy Storchaka | bpo-34973: Fix crash in bytes constructor. (GH-9841) |
commit | commitdiff | tree | snapshot |
2018-10-21 |
Sanyam Khurana | bpo-8525: help() on a type now shows builtin subclasses... |
commit | commitdiff | tree | snapshot |
2018-10-21 |
Serhiy Storchaka | bpo-35029: Replace the SyntaxWarning exception with... |
commit | commitdiff | tree | snapshot |
2018-10-21 |
Nick Coghlan | Update codeowners to match experts list change (#10022) |
commit | commitdiff | tree | snapshot |
2018-10-21 |
Max Bélanger | closes bpo-35025: Properly guard the `CLOCK_GETTIME... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Benjamin Peterson | Remove ">>>" from testsetup. (GH-10017) |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Xtreak | bpo-35020: Link to sorting examples from list.sort... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Senthil Kumaran | bpo-34576 - Fix the formatting for security considerati... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Zachary Ware | Encrypt Zulip webhook address (GH-10010) |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Stéphane Wirtel | bpo-35032: Remove inaccessible videos from faq/Windows... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Stéphane Wirtel | bpo-34839: Add a 'before 3.6' in the section 'warnings... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Sergey Fedoseev | bpo-34574: Prevent OrderedDict iterators from exhaustio... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Ned Deily | bpo-34909: NEWS entry (GH-9995) |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Alexey Izbyshev | bpo-32256: Make patchcheck.py work for out-of-tree... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Pablo Galindo | bpo-34983: Expose symtable.Symbol.is_nonlocal() in... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Sergey Fedoseev | bpo-34573: Simplify __reduce__() of set and dict iterat... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Pablo Galindo | bpo-32798: Add restriction on the offset parameter... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Berker Peksag | bpo-21196: Clarify name mangling rules in tutorial... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Alexey Izbyshev | bpo-32890, os: Use errno instead of GetLastError()... |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Alexey Izbyshev | bpo-32236: open() emits RuntimeWarning if buffering... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Victor Stinner | bpo-34536: Cleanup test_enum imports (GH-9979) |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Matthias Bussonnier | bpo-33594: Add deprecation info in inspect.py module... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Andrés Delfino | bpo-33726, doc: Add short descriptions to PEP reference... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Serhiy Storchaka | bpo-33712: OrderedDict only creates od_fast_nodes cache... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Chris Barker | Elaborate datetime.timedelta docstring (GH-7458) |
commit | commitdiff | tree | snapshot |
2018-10-19 |
David Herberth | bpo-34070: open() only checks for isatty if buffering... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Julien Palard | queue doc: Clarify that the simple FIFO queue is Simple... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Mario Corchero | unittest.mock doc: Fix references to recursive seal... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
jdemeyer | bpo-25750: Add test on bad descriptor __get__() (GH... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Serhiy Storchaka | bpo-33073: Rework int.as_integer_ratio() implementation... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Sergey Fedoseev | Use dict unpacking in functools.partial() docs (GH... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Quan Tian | Fix typos in comments (GH-9905) |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Srinivas Thatiparth... | bpo-20216: Correct docstrings of digest() methods in... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Srinivas Thatiparth... | bpo-33947: dataclasses no longer can raise RecursionEr... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Serhiy Storchaka | bpo-34741: Get rid of tp_getattro and tp_setattro in... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Serhiy Storchaka | bpo-32912: Replace a DeprecationWarning with a SyntaxWa... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
matthewbelisle-wf | bpo-34866: Adding max_num_fields to cgi.FieldStorage... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Serhiy Storchaka | bpo-35013: Add more type checks for children of Element... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Zackery Spytz | Fix several reference counting bugs in pyexpat.c. ... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Cheryl Sabella | bpo-31522: mailbox.get_string: pass `from_` parameter... |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Braden Groom | bpo-26441: Remove documentation for deleted to_splittab... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Shivank98 | Update opcode.h header comment to mention the source... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Juliette Monsel | bpo-34936: Fix TclError in tkinter.Spinbox.selection_el... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Vinay Sajip | Updated documentation on logging.debug(). (GH-9946) |
commit | commitdiff | tree | snapshot |
2018-10-18 |
stratakis | bpo-34765: Update the install-sh file (GH-9592) |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Serhiy Storchaka | bpo-35008: Fix possible leaks in Element.__setstate__... |
commit | commitdiff | tree | snapshot |
2018-10-18 |
Gregory P.... | bpo-35011: Restore use of pyexpatns.h in libexpat ... |
commit | commitdiff | tree | snapshot |
2018-10-17 |
Stéphane Wirtel | bpo-24658: Fix read/write greater than 2 GiB on macOS... |
commit | commitdiff | tree | snapshot |
2018-10-17 |
Cheryl Sabella | Add missing comma to wsgiref doc (GH-9932) |
commit | commitdiff | tree | snapshot |
2018-10-17 |
Stéphane Wirtel | bpo-23420: Verify the value of '-s' when execute the... |
commit | commitdiff | tree | snapshot |
2018-10-17 |
Julien Palard | Doc: Fix is_prime (GH-9909) |
commit | commitdiff | tree | snapshot |
2018-10-16 |
Cheryl Sabella | In email docs, correct spelling of foregoing (#9856) |
commit | commitdiff | tree | snapshot |
2018-10-16 |
Cheryl Sabella | In email.parser in message_from_bytes, update `strict... |
commit | commitdiff | tree | snapshot |
2018-10-16 |
Pablo Galindo | bpo-34997: Fix test_logging.ConfigDictTest.test_out_of_... |
commit | commitdiff | tree | snapshot |
next |