summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* _tracemalloc: add domain to trace keysVictor Stinner2016-03-184-121/+270
* Merge with 3.5Terry Jan Reedy2016-03-211-2/+2
|\
| * Issue #26525: Change ord example from nu to more easily recognized Euro sign.Terry Jan Reedy2016-03-211-2/+2
* | Merge with 3.5Terry Jan Reedy2016-03-211-2/+4
|\ \ | |/
| * 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
|\ \ | |/
| * Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-208-6/+10
* | Issues #25643, #26581: Added new tests for detecting Python source code encod...Serhiy Storchaka2016-03-201-2/+81
|\ \ | |/
| * 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 #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 #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 #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 #19265: Improve test coverage of datetime.tzinfoBerker Peksag2016-03-191-0/+3
* | Issue #18787: spwd.getspnam() now raises a PermissionError if the userBerker Peksag2016-03-195-1/+22
* | fix indentation in Py_DECREF()Victor Stinner2016-03-191-1/+1
* | Issue #26567: enhance ResourceWarning exampleVictor Stinner2016-03-191-9/+12
* | Try again to fix test_warnings on WindowsVictor Stinner2016-03-191-0/+2
* | Issue #26560: Avoid potential ValueError in BaseHandler.start_responseBerker Peksag2016-03-193-1/+25
|\ \ | |/
| * Issue #26560: Avoid potential ValueError in BaseHandler.start_responseBerker Peksag2016-03-193-1/+25
* | Try to fix test_warnings on WindowsVictor Stinner2016-03-191-8/+10
* | ResourceWarning: Revert change on socket and scandirVictor Stinner2016-03-192-3/+4
* | Fix test_loggingVictor Stinner2016-03-191-27/+33
* | On ResourceWarning, log traceback where the object was allocatedVictor Stinner2016-03-1911-40/+175
* | Add _showwarnmsg() and _formatwarnmsg() to warningsVictor Stinner2016-03-183-41/+117
* | Merge for issue #26095Brett Cannon2016-03-181-0/+46
|\ \ | |/
| * Suggest people use feature detection in porting guideBrett Cannon2016-03-181-0/+46
* | Issue #26252: Add an example on how to register a finderBrett Cannon2016-03-181-2/+32
* | #26250: merge with 3.5.Ezio Melotti2016-03-182-0/+13
|\ \ | |/
| * #26250: document the sqlite3.Cursor.connection attribute. Initial patches by...Ezio Melotti2016-03-182-0/+13
* | Merge for issue #26271Brett Cannon2016-03-183-2/+6
|\ \ | |/
| * Issue #26271: Fix the Freeze tool to use variables passed in from theBrett Cannon2016-03-183-2/+6
* | Doc: fix typos, patch written by Stefan BehnelVictor Stinner2016-03-183-6/+6
* | Fixed a typo.Serhiy Storchaka2016-03-181-1/+1
|\ \ | |/
| * Fixed a typo.Serhiy Storchaka2016-03-181-1/+1
* | Issue #26580: Remove outdated reference to ftpmirrorBerker Peksag2016-03-181-6/+0
|\ \ | |/
| * Issue #26580: Remove outdated reference to ftpmirrorBerker Peksag2016-03-181-6/+0
* | Enhance documentation on malloc debug hooksVictor Stinner2016-03-183-11/+20
* | Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is...Steve Dower2016-03-172-1/+5
|\ \ | |/
| * Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is...Steve Dower2016-03-172-1/+5
* | Issue #26583: merge from 3.5Ned Deily2016-03-172-0/+4
|\ \ | |/
| * Issue #26583: Skip test_timestamp_overflow in test_import if bytecodeNed Deily2016-03-172-0/+4
* | Merge 3.5 into defaultDonald Stufft2016-03-173-2/+2
|\ \ | |/
| * 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
* | | Merge 3.5Victor Stinner2016-03-172-3/+8
|\ \ \ | |/ /
| * | Fix pyclbr to support importing packagesVictor Stinner2016-03-172-3/+8