]> granicus.if.org Git - python/shortlog
python
2016-04-11 Serhiy StorchakaIssue #25910: Fixed dead links in the docs.
2016-04-11 Serhiy StorchakaIssue #26200: Restored more safe usages of Py_SETREF.
2016-04-11 Martin PanterIssue #14456: Remove contradiction about blocking signa...
2016-04-10 Serhiy StorchakaIssue #26200: Added Py_SETREF and replaced Py_XSETREF...
2016-04-10 Serhiy StorchakaIssue #26719: More efficient formatting of ints and...
2016-04-10 Serhiy StorchakaIssue #25339: PYTHONIOENCODING now has priority over...
2016-04-10 Martin PanterRemove relics of str8 (became bytes) and buffer (bytear...
2016-04-10 Martin PanterIssue #26712: Unify (r)split, (l/r)strip tests into...
2016-04-09 Martin PanterIssue #21069: Move test_fileno() from test_urllibnet...
2016-04-09 Martin PanterIssue #26609: Fix HTTP server tests to request an absol...
2016-04-09 Victor StinnerUpdate fcntl doc: replace IOError with OSError
2016-04-09 Berker PeksagIssue #17264: Fix cross refs and a markup error in...
2016-04-09 Berker PeksagIssue #16329: Add .webm to mimetypes.types_map
2016-04-09 Berker PeksagIssue #13952: Add .csv to mimetypes.types_map
2016-04-08 Brett CannonIssue #26587: Remove an incorrect statement from the...
2016-04-08 Serhiy StorchakaIssue #26709: Fixed Y2038 problem in loading binary...
2016-04-06 Martin PanterIssue #26257: Eliminate buffer_tests.py and fix ByteArr...
2016-04-06 Steve DowerAdds version info to all signed binaries on Windows.
2016-04-06 Serhiy StorchakaIssue #22570: Renamed Py_SETREF to Py_XSETREF.
2016-04-05 Guido van RossumAdd Text=str. Make ItemsView derive from AbstractSet...
2016-04-05 Guido van RossumMany changes from the upstream repo (https://github...
2016-04-05 Martin PanterIssue #6953: Rearrange and expand Readline module docum...
2016-04-05 Martin PanterFix typos in documentation and comments
2016-04-03 Martin PanterIssue #23735: Avoid sighandler_t Gnu-ism
2016-04-03 Martin PanterIssue #23735: Add SIGWINCH handler for Readline 6.3...
2016-04-03 Martin PanterIssue #26586: Handle excessive header fields in http...
2016-04-02 Berker PeksagIssue #26679: Fix description of KEY_PPAGE and KEY_NPAG...
2016-04-02 Berker PeksagIssue #26688: Fix module name in mock docs
2016-04-01 Martin PanterIssue #26678: Fix indexing of datetime.tzinfo and timez...
2016-04-01 Vinay SajipAdded a cookbook recipe for a logging context manager.
2016-04-01 Victor Stinnerasyncio: Don't log ConnectionAbortedError
2016-04-01 Victor Stinnerasyncio: allow None as wait timeout
2016-04-01 Victor Stinnerasyncio: sync overlapped.c with GitHub
2016-03-31 Martin PanterIssue #22854: Fix logic for skipping test
2016-03-31 Serhiy StorchakaRemove redundant leading zeroes in PEP references.
2016-03-31 Martin PanterIssue #22854: Skip pipe seek tests on Windows
2016-03-31 Martin PanterIssue #22854: Clarify documentation about UnsupportedOp...
2016-03-30 Serhiy StorchakaIssue #26492: Added additional tests for exhausted...
2016-03-30 Serhiy StorchakaIssue #26494: Fixed crash on iterating exhausting itera...
2016-03-30 Berker PeksagFix typo in xml.dom.pulldom.rst
2016-03-30 Victor Stinnertest_urllibnet: set timeout on test_fileno()
2016-03-29 Victor StinnerFix ResourceWarning in test_unittest when interrupted
2016-03-29 Victor StinnerIssue #25911: Backport os._DummyDirEntry fixes
2016-03-29 Victor StinnerIssue #26643: Add missing shutil resources to regrtest.py
2016-03-29 Andrew SvetlovDocument None as timeout for asyncio.timeout()
2011-11-20 Raymond HettingerIssue #25314: store_true and store_false also create...
2016-03-28 Martin PanterIssue #23804: Fix SSL recv/read(0) to not return 1024...
2016-03-27 Berker PeksagIssue #25195: Fix a regression in mock.MagicMock
2016-03-27 Berker PeksagIssue #23758: Improve num_params docs of create_{functi...
2016-03-27 Berker PeksagDocument sqlite3.Cursor.close()
2016-03-27 Berker Peksagsqlite3 documentation: Connection.iterdump() is a method
2016-03-27 Martin PanterIssue #26644: Raise ValueError for negative SSLSocket...
2016-03-14 Victor Stinner_pickle: Fix load_counted_tuple(), use Py_ssize_t for...
2016-03-25 Alexander BelopolskyIssue#26616:Fixed a bug in datetime.astimezone() method.
2016-03-25 Victor Stinnerdoctest: fix _module_relative_path() error message
2016-03-25 Victor StinnerIssue #25654:
2016-03-25 Victor StinnerIssue #21925: Fix test_warnings for release mode
2016-01-22 Victor StinnerUse Py_uintptr_t for atomic pointers
2016-03-24 Victor Stinnerpystate.h: fix _PyThreadState_UncheckedGet()
2016-03-24 Victor Stinnerwarnings.formatwarning(): catch exceptions
2016-03-24 Victor StinnerFix test_warnings.test_improper_option()
2016-03-23 Stefan KrahIssue #26621: Remove unnecessary test.
2016-03-23 Terry Jan ReedyIssue #26525: Change chr example to match change in...
2016-03-23 doko@ubuntu.comMakefile.pre.in (profile-opt): Fix bashism.
2016-03-22 Victor StinnerEnhance _tracemalloc debug mode
2016-03-22 Victor StinnerFix _tracemalloc start/stop
2016-03-22 Martin PanterIssue #24266: Cancel history search mode with Ctrl...
2016-03-22 Benjamin Petersonmerge 3.4 (#17167)
2016-03-22 Benjamin Petersonremove useless $ keyword (closes #17167)
2016-03-22 Martin PanterIssue #15699: Reunite comment with variable
2016-03-21 Terry Jan ReedyIssue #26525: Change ord example from nu to more easily...
2016-03-21 Terry Jan ReedyIssue #15660: Further clarify 0 prefix for width specif...
2016-03-20 Serhiy StorchakaIssue #26581: Use the first coding cookie on a line...
2016-03-20 Serhiy StorchakaAdded new tests for detecting Python source code encoding.
2016-03-20 Berker PeksagIssue #12813: uuid.uuid4() no longer depends on ctypes
2016-03-20 Berker PeksagIssue #19164: Improve exception message of uuid.UUID()
2016-03-20 Berker PeksagIssue #26593: Fix typo in logging HOWTO
2016-03-19 Berker PeksagIssue #19265: Improve test coverage of datetime.tzinfo
2016-03-19 Berker PeksagIssue #26560: Avoid potential ValueError in BaseHandler...
2016-03-18 Brett CannonSuggest people use feature detection in porting guide
2016-03-18 Ezio Melotti#26250: document the sqlite3.Cursor.connection attribut...
2016-03-18 Brett CannonIssue #26271: Fix the Freeze tool to use variables...
2016-03-18 Serhiy StorchakaFixed a typo.
2016-03-18 Berker PeksagIssue #26580: Remove outdated reference to ftpmirror
2016-03-17 Steve DowerIssue #26313: ssl.py _load_windows_store_certs fails...
2016-03-17 Ned DeilyIssue #26583: Skip test_timestamp_overflow in test_impo...
2016-03-17 Donald StufftMerge 3.4 into 3.5
2016-03-17 Donald StufftUpgrade ensurepip._bundled pip to 8.1.1 and setuptools...
2016-03-17 Victor StinnerFix pyclbr to support importing packages
2016-03-18 Martin PanterIssue #17603: Check for st_blocks field without requiri...
2016-03-16 Victor StinnerPy_FatalError: disable faulthandler earlier
2016-03-16 Victor StinnerFix usage of PyMem_Malloc() in overlapped.c
2016-03-17 Martin PanterIssue #26499: Fixes to HTTPResponse.readline() and...
2016-03-15 Victor Stinner_tracemalloc: store lineno as unsigned int
2016-03-15 Victor Stinnerfaulthandler: Test Py_FatalError() with GIL released
2016-03-14 Victor StinnerFix Py_FatalError() if called without the GIL
2016-03-15 Antoine PitrouIssue #26523: The multiprocessing thread pool (multipro...
2016-03-15 Robert Collins#25320: Handle sockets in directories unittest discover...
2016-03-14 Victor StinnerFix test_venv on FreeBSD buildbot
2016-03-14 Victor StinnerSkip test_site if USER_SITE cannot be created
next