summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Issue #26580: Remove outdated reference to ftpmirrorBerker Peksag2016-03-181-6/+0
* | Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is...Steve Dower2016-03-172-1/+5
* | Issue #26583: Skip test_timestamp_overflow in test_import if bytecodeNed Deily2016-03-172-0/+4
* | Merge 3.4 into 3.5Donald Stufft2016-03-173-2/+2
|\ \ | |/
| * Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3Donald Stufft2016-03-173-2/+2
* | Fix pyclbr to support importing packagesVictor Stinner2016-03-172-3/+8
* | Issue #17603: Check for st_blocks field without requiring fileblocks.oMartin Panter2016-03-184-15/+4
* | Py_FatalError: disable faulthandler earlierVictor Stinner2016-03-161-5/+5