]> granicus.if.org Git - python/shortlog
python
2018-11-06 Victor Stinnerbpo-35081: Add _PyCoreConfig_AsDict() (GH-10362)
2018-11-06 Alexey Izbyshevcloses bpo-35171: Fix test_TimeRE_recreation_timezone...
2018-11-06 Terry Jan Reedybpo-35099: Update idlelib/help.html (#10353)
2018-11-06 Terry Jan Reedy bpo-35099: Improve the doc about IDLE running user...
2018-11-06 Denis Osipovbpo-35119: Fix RecursionError in example of customizing...
2018-11-06 Rémi Lapeyrebpo-33462: Add __reversed__ to dict and dict views...
2018-11-05 E Kawashima[Docs] Fix required version of an example of importlib...
2018-11-05 Zackery SpytzFix possible crashes in pwdmodule.c. (GH-10331)
2018-11-05 Serhiy Storchakabpo-35167: Specify program for gzip and json.tool comma...
2018-11-05 Serhiy Storchakabpo-35133: Fix mistakes when concatenate string literal...
2018-11-05 Mario Corcherobpo-32512: Add -m option to profile for profiling modul...
2018-11-04 Max Bélangercloses bpo-32285: Add unicodedata.is_normalized. (GH...
2018-11-04 Julien Palardbpo-19675: Terminate processes if construction of a...
2018-11-04 Pablo Galindobpo-9842: Add cross-reference to the ellipsis object...
2018-11-04 Windson yangbpo-35118: Improve docs regarding indexing (GH-10265)
2018-11-04 Stéphane Wirtelbpo-10536: Enhancements to gettext docs (GH-10324)
2018-11-04 Saptak Senguptabpo-31887: Adds documentations for special multipart...
2018-11-04 Lysandros Nikolaoubpo-21263: Skip test_gdb when python has been compiled...
2018-11-04 Adrian LiawDoc: Disable smartquotes for zh-tw, zh-cn, fr and ja...
2018-11-04 Stéphane Wirtelbpo-35159: Add a link to the devguide in the sidebar...
2018-11-04 Alexey Izbyshevbpo-35161: Fix stack-use-after-scope in grp.getgr{nam...
2018-11-04 Elena OatExplain that the orderness of the result of glob is...
2018-11-03 Julien PalardDoc: -W flag for sphinx-build can be disabled (GH-10303)
2018-11-03 Stéphane Wirtelbpo-34969: Add --fast, --best on the gzip CLI (GH-9833)
2018-11-03 İsmail ArılıkFix a typo about a comma. (GH-10306)
2018-11-02 Alexey Izbyshevbpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300)
2018-11-02 BNMetricsbpo-29341: Clarify that path-like objects are accepted...
2018-11-02 Christopher... bpo-33578: Fix getstate/setstate for CJK decoder (GH...
2018-11-02 Max Bélangercloses bpo-35139: The `pyexpat` module's macros in...
2018-11-01 Anthony SottileSimplify sys.breakpointhook implementation (#9519)
2018-11-01 Pablo Galindobpo-35075: Fix broken url in the pprint documentation...
2018-11-01 Christopher... bpo-33578: Add getstate/setstate for CJK codec (GH...
2018-11-01 Pablo Aguiarbpo-35128: Fix spacing issues in warning.warn() message...
2018-11-01 Victor Stinnerbpo-35081: And pycore_lifecycle.h and pycore_pathconfig...
2018-11-01 Victor Stinnerbpo-35081: Move accu.h to Include/internal/pycore_accu...
2018-11-01 Victor Stinnerbpo-35081: Add _PyThreadState_GET() internal macro...
2018-10-31 Victor Stinnerbpo-35081: Add pycore_ prefix to internal header files...
2018-10-31 Victor Stinnerbpo-26558: Fix Py_FatalError() with GIL released (GH...
2018-10-31 Victor Stinnerbpo-35081: Move Py_BUILD_CORE code to internal/mem...
2018-10-31 Xiang Zhangbpo-35062: Fix parsing _io.IncrementalNewlineDecoder...
2018-10-31 Serhiy Storchakabpo-35110: Fix yet few spaces before dashes. (GH-10255)
2018-10-31 Zackery SpytzFix a possible crash in range.__reversed__(). (GH-10252)
2018-10-31 Serhiy Storchakabpo-33138: Change standard error message for non-pickle...
2018-10-31 Serhiy Storchakabpo-35110: Fix unintentional spaces around hyphens...
2018-10-30 matthewbelisle-wfbpo-35116, urllib.parse: Document the new max_num_field...
2018-10-30 Daniel Lovellbpo-35086: Fix tkinter example "A Simple Hello World...
2018-10-30 Victor Stinnerbpo-35081: Move Include/pyatomic.c to Include/internal...
2018-10-30 Victor Stinnerbpo-35081: Cleanup pystate.c and pystate.h (GH-10240)
2018-10-30 Victor Stinnerbpo-35059: Convert _Py_Dealloc() to static inline funct...
2018-10-30 Victor Stinnerbpo-32030: Make _PySys_AddXOptionWithError() private...
2018-10-30 Victor Stinnerbpo-34523: Fix config_init_fs_encoding() for ASCII...
2018-10-30 Serhiy Storchakabpo-31680: Add curses.ncurses_version. (GH-4217)
2018-10-30 Serhiy Storchakabpo-33237: Improve AttributeError message for partially...
2018-10-30 Serhiy Storchakabpo-34876: Change the lineno of the AST for decorated...
2018-10-29 Andriy MaletskyDoc: fix asyncio loop.close() description (GH-10229)
2018-10-29 Pablo Galindobpo-35031: Fix test_start_tls_server_1 on FreeBSD build...
2018-10-29 Victor Stinnerbpo-34765: install-sh is executable (GH-10225)
2018-10-29 Pablo Galindobpo-34945: Buffer output in test suite only when creati...
2018-10-29 Victor Stinnerbpo-35059: Convert Py_XINCREF() to static inline functi...
2018-10-29 Stephan HoyerInclude memo in the documented signature of copy.deepcopy()
2018-10-29 Serhiy Storchakabpo-34160: Preserve user specified order of Element...
2018-10-29 Serhiy Storchakabpo-33331: Clean modules in the reversed order in PyImp...
2018-10-29 Victor Stinnerbpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216)
2018-10-29 Victor Stinnerbpo-35059: Convert Py_INCREF() to static inline functio...
2018-10-29 Gus Goulartbpo-27741: Better wording for datetime.strptime() ...
2018-10-29 Zackery SpytzFix a possible "double decref" in termios.tcgetattr...
2018-10-29 Terry Jan Reedybpo-35097: Add IDLE doc subsection explaining editor...
2018-10-28 Pablo Galindobpo-33234: Add exact allocation optimization to lists...
2018-10-28 Petter Strandmarkbpo-35047, unittest.mock: Better error messages on...
2018-10-28 Terry Jan ReedyIssue 35093: Document the IDLE document viewer in the...
2018-10-28 Pablo Galindobpo-33234 Improve list() pre-sizing for inputs with...
2018-10-28 Serhiy StorchakaFix yet one error in checking Tcl version. (GH-10189)
2018-10-28 Raymond Hettingerbpo-34160: Preserve user specified order of Element...
2018-10-28 Serhiy StorchakaFix checking for bugfix Tcl version. (GH-10185)
2018-10-28 Alexey Izbyshevbpo-35090: Fix potential division by zero in allocator...
2018-10-28 Terry Jan Reedybpo-1529353: Explain Shell text squeezing in the IDLE...
2018-10-28 Sebastian Rittaubpo-35089: Don't mention typing.io and typing.re (GH...
2018-10-28 Xiang Zhangbpo-34672: fix a compiler warning in timemodule.c ...
2018-10-28 Pablo Galindobpo-35064 prefix smelly symbols that appear with COUNT_...
2018-10-28 Serhiy Storchakabpo-32892: Support subclasses of base types in isinstan...
2018-10-28 Serhiy Storchakabpo-35054: Add yet more index entries for symbols....
2018-10-28 Andrés DelfinoFix mistakes on function coroutines related definitions...
2018-10-28 Terry Jan Reedybpo-35088: Update idlelib.help.copy_string docstring...
2018-10-28 Terry Jan Reedybpo-35087: Update idlelib help files for the current...
2018-10-28 jdemeyerbpo-34751: improved hash function for tuples (GH-9471)
2018-10-27 Steve Dowerbpo-35067: Remove _distutils_findvs and use vswhere...
2018-10-27 Andreas Pelmeunittest documentation: Spell pytest without the dot...
2018-10-27 nsripFix typo in zipfile documentation. (GH-10151)
2018-10-27 Serhiy Storchakabpo-33710: Deprecate l*gettext() and related functions...
2018-10-27 Terry Jan Reedy bpo-35079: Revise difflib.SequenceManager.get_matching...
2018-10-26 Stéphane Wirtelbpo-35042: Use the :pep: role where a PEP is specified...
2018-10-26 Quentin Agrenbpo-35024: Remove redundant and possibly incorrect...
2018-10-26 Benjamin PetersonFix a typo in asyncio-dev.rst. (GH-10133)
2018-10-26 Victor Stinnerbpo-9263: _PyXXX_CheckConsistency() use _PyObject_ASSER...
2018-10-26 Victor Stinnerbpo-9263: Use _PyObject_ASSERT() in typeobject.c (GH...
2018-10-26 Victor Stinnerbpo-9263: Use _PyObject_ASSERT() in gcmodule.c (GH...
2018-10-26 Victor Stinnerbpo-9263: Use _PyObject_ASSERT() in object.c (GH-10110)
2018-10-26 Victor Stinnerbpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal...
2018-10-26 Andrés Delfinobpo-34789: make xml.sax.make_parser accept iterables...
2018-10-26 Denis Ledouxbpo-35017, socketserver: don't accept request after...
next