Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
ccd6270 Issue #23375: Fix test_py3kwarn for modules implemented in C Don't check if importing a module emits a DeprecationWarning if the module is implemented in C and the module is already loaded. 03 September 2015, 08:46:17 UTC
cc1db4b python-gdb.py: enhance py-bt command * Add py-bt-full command * py-bt now gives an output similar to a regular Python traceback * py-bt indicates: - if the garbage collector is running - if the thread is waiting for the GIL - detect PyCFunction_Call to get the name of the builtin function 03 September 2015, 08:17:28 UTC
3c5ce40 test_gdb: enhance regex used to parse the GDB version 03 September 2015, 07:51:59 UTC
b50d3b2 Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. 03 September 2015, 02:07:31 UTC
a4ce943 Turn 'rem' comments into a real usage message in PCbuild/build.bat Also fixes quoting to match 3.5+ 02 September 2015, 18:21:19 UTC
9ce9f77 Improve tutorial suggestion for looping techniques 01 September 2015, 09:20:44 UTC
6a31bb5 Issue #24952: Clarify default argument of stack_size() in threading, thread Patch from Mattip. 31 August 2015, 03:40:59 UTC
fe2f287 Make an example a little clearer 30 August 2015, 21:48:42 UTC
e0c8e26 Issue #24962: Remove space from filename 30 August 2015, 03:25:04 UTC
d155d72 Issue #24953: Include ICC version in sys.version string when bulit with ICC on Windows 29 August 2015, 04:52:31 UTC
34eab07 Issue #24790: correct typo noticed by Eric Smith 27 August 2015, 17:01:45 UTC
0c416e0 Issue #24790: Restore unused function. 27 August 2015, 03:37:09 UTC
936a6f1 Issue #24782: In Idle extension config dialog, replace tabs with sorted list. Patch by Mark Roseman. 27 August 2015, 03:13:16 UTC
9de9b78 Update pip to 7.1.2 and setuptools to 18.2 24 August 2015, 20:17:13 UTC
f79aa58 #24926: Fix typo in example. 24 August 2015, 16:50:50 UTC
d951625 Merge 2.7 heads. 24 August 2015, 00:10:23 UTC
11ac1a8 Issue #22812: Fix unittest discovery examples. Patch from Pam McA'Nulty. 24 August 2015, 00:06:18 UTC
14462d4 remove tabs from ceval.c (closes #24895) 20 August 2015, 03:38:39 UTC
864e1a6 Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts). 18 August 2015, 17:26:45 UTC
c9a5a19 Issue #24079: Improve description of the text and tail attributes for ElementTree Element objects. Initial patch by Martin Panter. 18 August 2015, 02:10:47 UTC
ea42876 Entries for idlelib/NEWS.txt 17 August 2015, 03:22:32 UTC
5fa59bd Idle NEWS entries. 17 August 2015, 02:11:43 UTC
b4bdbe9 Issue #23672: ACKS 17 August 2015, 01:54:35 UTC
87da498 Issue #24833: Add attribute reference needed for 3.x, but optional for 2.7, to keep synchronized. 14 August 2015, 20:59:36 UTC
223546d add missing NULL checks to get_coding_spec (closes #24854) 14 August 2015, 04:52:56 UTC
9168d06 #21167: Fix definition of NAN when ICC used without -fp-model strict. Patch from Chris Hogan of Intel, reviewed by Mark Dickinson. 13 August 2015, 13:48:35 UTC
1687074 Fixed doubled spaces in Misc/NEWS. 09 August 2015, 10:07:06 UTC
ce698f3 Issue #24751: Fix running regrtest with '-w' flag in case of test failures. Also fixes reporting of tests that change environment when there are no test failures. 09 August 2015, 03:01:20 UTC
311c8d6 Issue #24531: Document that encoding lines cannot follow non-comment lines. Patch from Terry Reedy 06 August 2015, 09:08:44 UTC
a4777f1 Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. 05 August 2015, 02:53:21 UTC
0a85728 Don't left shift negative values. Use an unsigned value instead to avoid undefined behavior. 04 August 2015, 23:29:00 UTC
937f2f7 Issue #20769: Improve reload() docs. Patch by Dorian Pula. 04 August 2015, 20:16:41 UTC
1d8b7be Issue #24759: Revert 8203fc75b3d2. 03 August 2015, 22:34:07 UTC
d7a4f9e include fcntl.h on all *nix platforms (closes #24217) Patch by Jeffrey Armstrong. 02 August 2015, 19:15:30 UTC
ea4d287 Issue #20557: Use specific asserts in io tests. 02 August 2015, 12:19:04 UTC
977be3e Issue #23652: Make the select module compile against LSB headers. Initial patch by Matt Frank. 02 August 2015, 02:30:11 UTC
9de4707 Issue 24745: Add ACKS entry. 01 August 2015, 23:15:37 UTC
1235214 Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default editor font. This should not affect current customized font selections. Patch by Mark Roseman. 01 August 2015, 22:57:27 UTC
3f32b97 Issue #21192: acks for 2.7 01 August 2015, 20:32:27 UTC
8755d78 Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. Do not print false prompts. Original patch by Adnan Umer. 01 August 2015, 02:34:31 UTC
a872fec Issue 24759: Gracefull exit Idle if ttk import fails. 31 July 2015, 01:16:09 UTC
fa002d4 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. 30 July 2015, 20:44:09 UTC
ffc7e8e Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. It should StreamWriter for Codecs.encode() and StreamReader for Codec.decode(). Patch by Nick Weinhold. 30 July 2015, 20:27:13 UTC
3d731c5 Issue #15138: Speed up base64.urlsafe_b64* considerably (2.7 backport). 30 July 2015, 14:50:25 UTC
1edd2f6 make comment not lie about the size of SMALL_REQUEST_THRESHOLD 30 July 2015, 05:18:16 UTC
f524799 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. 29 July 2015, 18:14:32 UTC
15a92fd Issue #23319: Add Matthieu Gautier to Misc/ACKS 29 July 2015, 12:40:27 UTC
e97944a Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch written by Matthieu Gautier. 29 July 2015, 12:37:17 UTC
2f2c829 Issue #23254: Document how to close the TCPServer listening socket. Patch from Martin Panter. 29 July 2015, 00:48:42 UTC
62a2338 Set a default BasePlatformToolset to allow the ICC buildbot to build. 28 July 2015, 05:00:47 UTC
0287f2f check return value of PyString_FromStringAndSize for NULL (closes #24734) Patch by Pankaj Sharma. 27 July 2015, 14:47:21 UTC
581234e Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. 26 July 2015, 22:40:15 UTC
76a64ca Issue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st argument. 26 July 2015, 06:07:53 UTC
cf74c19 Issue #24613: Calling array.fromstring() with self is no longer allowed to prevent the use-after-free error. Patch by John Leitch. 26 July 2015, 05:49:37 UTC
7f18ac4 possible memory leak in error case (closes #24719) Patch by Pankaj Sharma. 25 July 2015, 17:20:13 UTC
455a2a3 proper overflow checks for mymemreplace (closes #24708) 25 July 2015, 06:25:35 UTC
80277ed Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d. 24 July 2015, 23:19:00 UTC
045c451 Issue #24704: Fixed possible NULL pointer dereferencing in the _json module initialization. Patch by Pankaj Sharma. 24 July 2015, 09:58:25 UTC
3b77d01 Issue #24620: Random.setstate() now validates the value of state last element. 24 July 2015, 06:02:53 UTC
affac00 Issue #24703: Fixed resource leak on error in bsddb.verify(). Original patch by Pankaj Sharma. 24 July 2015, 05:05:45 UTC
81c670d Initialize buf.outobj in multibyte encoder (closes issue #24702). Patch by pankaj.s01. 24 July 2015, 04:44:42 UTC
04fac8a Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond. 22 July 2015, 18:19:18 UTC
cdbe6fc we don't care about python 1.5.2 22 July 2015, 06:17:16 UTC
68773f3 Issue #24603: Update Windows build to use OpenSSL 1.0.2d 22 July 2015, 04:16:51 UTC
c6fe4db Issue #24680: Remove random backslash. Patch by cdz. 22 July 2015, 03:33:16 UTC
4b2f5d9 Issue #20792: Expand idle_test.test_pathbowser. Tweak file. Original patch by Saimadhav Heblikar. 20 July 2015, 21:44:55 UTC
fe13eac Issue #19663: Improve error message for defaultdict. 20 July 2015, 07:08:09 UTC
58785d5 Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector. 19 July 2015, 22:32:06 UTC
46d4ed1 Fixes OpenSSL directory reference 19 July 2015, 04:47:51 UTC
4306063 Issue #24568: fix typo. 18 July 2015, 23:31:29 UTC
65192c1 improve style of the convert macro (#24655) Patch by Brian Cain. 18 July 2015, 17:59:13 UTC
4734372 Close #24508: Backport the 3.5 MSBuild project files. The old project files move to PC/VS9.0 and remain supported. VS2008 is still required to build 2.7; VS2010 (or later, plus Windows SDK 7.1) is *also* required to use the new project files. 16 July 2015, 05:24:48 UTC
10c997a Close #23963: Fix building with original OpenSSL sources. Backport of bcf93e3766e8. 16 July 2015, 04:33:15 UTC
1485054 Issue #24634: Importing uuid should not try to load libc on Windows 14 July 2015, 20:25:03 UTC
7751843 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py 08 August 2015, 02:47:36 UTC
79d0e72 Backport b80d141a044e 13 July 2015, 19:27:29 UTC
be8c6ae Issue #24611: Fixed compiling the posix module on non-Windows platforms without mknod() or makedev() (e.g. on Unixware). 12 July 2015, 13:41:29 UTC
a1b1e5f Added regression test for issue24581. 08 July 2015, 19:58:55 UTC
8de92c3 Corrected empty lines and removed BOM in Misc/NEWS. 06 July 2015, 16:47:12 UTC
26040e8 'not' is very important here 06 July 2015, 16:28:07 UTC
678e7a9 tighten warning 06 July 2015, 14:40:43 UTC
7865f21 Issue #18684: Fixed reading out of the buffer in the re module. 06 July 2015, 10:58:24 UTC
518602a Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. 06 July 2015, 07:23:04 UTC
e6f87fc Update Docs/tools/susp-ignored.csv 06 July 2015, 05:08:15 UTC
6c5824a Issue #24540: fix typo in json.dumps docstring 05 July 2015, 18:43:59 UTC
96ae7fa Merge heads 05 July 2015, 15:39:53 UTC
3ce0b06 'free-after-use' is not a bug :) (closes #24568) 05 July 2015, 15:39:47 UTC
b2f949a Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference on OS X. Original patch by André Freitas. 04 July 2015, 22:04:42 UTC
3995421 #24548: replace dead link with pointer to archive.org. 04 July 2015, 19:50:30 UTC
14f233e Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. 04 July 2015, 06:32:44 UTC
e079936 Issue #24525: Add missing word. Patch by Vincent Legoll. 03 July 2015, 23:10:14 UTC
3dd3d7c Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. 03 July 2015, 22:19:38 UTC
99e36b9 Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false positives with the -flto option (gcc >= 4.9.0 and clang). 03 July 2015, 13:30:54 UTC
d048003 Issue #24514: tarfile now tolerates number fields consisting of only whitespace. 02 July 2015, 17:37:08 UTC
97cceac Update setuptools to 18.0.1 and pip to 7.1.0 01 July 2015, 15:29:34 UTC
ab76635 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray object now always allocates place for trailing null byte and it's buffer now is always null-terminated. 29 June 2015, 18:13:54 UTC
eabfe8c Issue #20387: Backport fix from Python 3.4 28 June 2015, 17:05:19 UTC
33b24f5 Issue #20387: Backport test from Python 3.4 28 June 2015, 17:03:26 UTC
84af51d Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() functions of the audioop module. Fixed SystemError when the state is not a tuple. Fixed possible memory leak. 28 June 2015, 14:51:40 UTC
d1d4d8a Issue #24336: Backported test for contextmanager. Patch by Martin Panter. 28 June 2015, 14:11:51 UTC
back to top