summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #22854: Fix logic for skipping testMartin Panter2016-03-311-1/+1
* Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-316-15/+15
* Issue #22854: Skip pipe seek tests on WindowsMartin Panter2016-03-311-2/+7
* Issue #22854: Clarify documentation about UnsupportedOperation and add testsMartin Panter2016-03-316-35/+130
* Issue #26492: Added additional tests for exhausted iterators of mutable seque...Serhiy Storchaka2016-03-303-0/+24
* Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-3019-22/+92
* Fix typo in xml.dom.pulldom.rstBerker Peksag2016-03-301-1/+3
* test_urllibnet: set timeout on test_fileno()Victor Stinner2016-03-301-1/+1
* Fix ResourceWarning in test_unittest when interruptedVictor Stinner2016-03-291-3/+6
* Issue #25911: Backport os._DummyDirEntry fixesVictor Stinner2016-03-291-2/+36
* Issue #26643: Add missing shutil resources to regrtest.pyVictor Stinner2016-03-291-0/+1
* Document None as timeout for asyncio.timeout()Andrew Svetlov2016-03-291-0/+2
* Issue #25314: store_true and store_false also create appropriate defaults.Raymond Hettinger2011-11-201-4/+6
* Issue #23804: Fix SSL recv/read(0) to not return 1024 bytesMartin Panter2016-03-284-5/+15
* Issue #25195: Fix a regression in mock.MagicMockBerker Peksag2016-03-273-0/+24
* Issue #23758: Improve num_params docs of create_{function,aggregate} functionsBerker Peksag2016-03-272-3/+36
* Document sqlite3.Cursor.close()Berker Peksag2016-03-271-0/+6
* sqlite3 documentation: Connection.iterdump() is a methodBerker Peksag2016-03-271-2/+2
* Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()Martin Panter2016-03-273-0/+19
* _pickle: Fix load_counted_tuple(), use Py_ssize_t for sizeVictor Stinner2016-03-141-1/+1
* Issue#26616:Fixed a bug in datetime.astimezone() method.Alexander Belopolsky2016-03-253-1/+16
* doctest: fix _module_relative_path() error messageVictor Stinner2016-03-251-2/+3
* Issue #25654:Victor Stinner2016-03-255-19/+39
* Issue #21925: Fix test_warnings for release modeVictor Stinner2016-03-251-2/+2
* Use Py_uintptr_t for atomic pointersVictor Stinner2016-01-223-30/+31
* pystate.h: fix _PyThreadState_UncheckedGet()Victor Stinner2016-03-241-2/+0
* warnings.formatwarning(): catch exceptionsVictor Stinner2016-03-243-2/+29
* Fix test_warnings.test_improper_option()Victor Stinner2016-03-241-6/+9
* Issue #26621: Remove unnecessary test.Stefan Krah2016-03-231-1/+0
* Issue #26525: Change chr example to match change in ord example.Terry Jan Reedy2016-03-231-1/+1
* Makefile.pre.in (profile-opt): Fix bashism.doko@ubuntu.com2016-03-231-1/+1
* Enhance _tracemalloc debug modeVictor Stinner2016-03-221-1/+1
* Fix _tracemalloc start/stopVictor Stinner2016-03-221-14/+0
* Issue #24266: Cancel history search mode with Ctrl+C in Readline 7Martin Panter2016-03-222-0/+6
* merge 3.4 (#17167)Benjamin Peterson2016-03-221-1/+1
|\
| * remove useless $ keyword (closes #17167)Benjamin Peterson2016-03-221-1/+1
* | Issue #15699: Reunite comment with variableMartin Panter2016-03-221-16/+3
* | Issue #26525: Change ord example from nu to more easily recognized Euro sign.Terry Jan Reedy2016-03-211-2/+2
* | Issue #15660: Further clarify 0 prefix for width specifier in formats.Terry Jan Reedy2016-03-211-2/+4
* | Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-208-6/+10
* | Added new tests for detecting Python source code encoding.Serhiy Storchaka2016-03-201-2/+81
* | Issue #12813: uuid.uuid4() no longer depends on ctypesBerker Peksag2016-03-201-1/+0
* | Issue #19164: Improve exception message of uuid.UUID()Berker Peksag2016-03-201-1/+2
* | Issue #26593: Fix typo in logging HOWTOBerker Peksag2016-03-201-1/+1
* | Issue #19265: Improve test coverage of datetime.tzinfoBerker Peksag2016-03-191-0/+3
* | Issue #26560: Avoid potential ValueError in BaseHandler.start_responseBerker Peksag2016-03-193-1/+25
* | Suggest people use feature detection in porting guideBrett Cannon2016-03-181-0/+46
* | #26250: document the sqlite3.Cursor.connection attribute. Initial patches by...Ezio Melotti2016-03-182-0/+13
* | Issue #26271: Fix the Freeze tool to use variables passed in from theBrett Cannon2016-03-183-2/+6
* | Fixed a typo.Serhiy Storchaka2016-03-181-1/+1