]> granicus.if.org Git - python/shortlog
python
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
2016-03-14 Serhiy StorchakaIssue #20556: Used specific assert methods in threading...
2016-03-14 Berker PeksagIssue #16181: cookiejar.http2time() now returns None...
2016-03-13 Ezio Melotti#24918: fix CSS for code blocks when a side box is...
2016-03-13 Raymond HettingerMinor recipe edit: convert "while 1" to "while True".
2016-03-13 Ezio Melotti#25687: clarify that errors in tearDown increase the...
2016-03-13 Raymond HettingerIssue #26548: Minor fix to awkward wording in docs
2016-03-12 Steve DowerIssue #26079: Fixing the build output folder for tix...
2016-03-12 Steve DowerIssue #23606: Adds note to ctypes documentation regardi...
2016-03-12 Steve DowerIssue #26513: Fixes platform module detection of Window...
2016-03-12 Serhiy StorchakaIssue #23718: Fixed parsing time in week 0 before Jan...
2016-03-11 Victor StinnerIssue #20589: Fix test_pathlib
2016-03-11 Berker PeksagIssue #26542: Fix markup of code example in difflib...
2016-03-11 Berker PeksagIssue #20589: Invoking Path.owner() and Path.group...
2016-03-11 Terry Jan ReedyIssue 25959: Explain in docstring that PhotoImage.zoom...
2016-03-09 Victor StinnerIssue #26516: Enhance Python mem allocators doc
2016-03-09 Serhiy StorchakaIssue #26177: Fixed the keys() method for Canvas and...
2016-03-08 Serhiy StorchakaIssue #15068: Avoid creating a reference loop in fileinput.
2016-03-08 Steve DowerBacks out buildbot clean trigger.
2016-03-08 Steve DowerAdds warning to prepare_ssl when nasm is not available.
2016-03-08 Serhiy StorchakaIssue #25911: Tring to silence deprecation warnings...
2016-03-08 Serhiy StorchakaBacked out changeset f9e22717722d
2016-03-08 Serhiy StorchakaBacked out changeset 19a3e0e664af
2016-03-08 Steve DowerIssue #26465: Update Windows builds to use OpenSSL...
2016-03-08 Serhiy StorchakaIssue #15068: Got rid of excessive buffering in the...
2016-03-08 Serhiy StorchakaIssues #23808, #25911: Trying to fix walk tests on...
2016-03-08 Serhiy StorchakaIssues #23808, #25911: Trying to fix walk tests on...
2016-03-08 Ned DeilyIssue #26465: Update OS X installer build to use OpenSS...
2016-03-08 Ned DeilyIssue #24324: Do not enable unreachable code warnings...
2016-03-07 Ned DeilyIssue #26505: Fix typos in getaddrinfo license text.
2016-03-07 Berker PeksagIssue #24852: Remove outdated "HOWTO Use Python in...
2016-03-07 Berker PeksagIssue #21034: Remove outdated paragraph from venv docum...
2016-03-07 Raymond HettingerDocument another recipe for itertools: all_equal(...
2016-03-06 Berker PeksagIssue #26489: Add dictionary unpacking support to Tools...
2016-03-06 Berker PeksagIssue #2202: Fix UnboundLocalError in AbstractDigestAut...
2016-03-06 Serhiy StorchakaIssue #26167: Backported copy tests.
2016-03-06 Serhiy StorchakaIssue #26015: Added new tests for pickling iterators...
2016-03-06 Serhiy StorchakaIssue #25718: Fixed pickling and copying the accumulate...
2016-03-06 Serhiy StorchakaIssue #26475: Fixed debugging output for regular expres...
2016-03-04 Serhiy StorchakaFixed typo in pickle tests.
2016-03-04 Benjamin Petersonmerge 3.4 (closes #26478)
next