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

sort by:
Revision Author Date Message Commit Date
08759c7 move idle news entries to its section 07 April 2013, 01:21:21 UTC
6c467a4 Revert a premature patch for issue #14010 (changeset d17d10c84d27). 06 April 2013, 19:51:29 UTC
022db59 Issue #17645: convert an assert() into a proper exception in _Py_Mangle(). 06 April 2013, 19:21:04 UTC
0e7df43 merge heads 06 April 2013, 19:19:11 UTC
89e2aed move idle news to its own section 06 April 2013, 19:19:04 UTC
bb84565 Issue #14010: Fix a crash when iterating or deleting deeply nested filters in itertools module (i.e. itertools.izip(), itertools.chain(), etc). 06 April 2013, 19:04:10 UTC
9c6eb26 Change wording as Eli Bendersky suggests. 06 April 2013, 15:54:19 UTC
5419e49 start cracking on 2.7.5 06 April 2013, 14:17:54 UTC
9db0341 merge 2.7.4 release branch 06 April 2013, 14:00:24 UTC
7bcb2d5 Added tag v2.7.4 for changeset 026ee0057e2d 06 April 2013, 13:59:25 UTC
376dd0e change version to 2.7.4 06 April 2013, 13:58:51 UTC
9275d10 update pydoc-topics 06 April 2013, 13:56:41 UTC
7679413 #17641: 2.X / 3.X ssl doc unification 06 April 2013, 01:46:47 UTC
7eba9db Add link to glossary for hashable term in docs for set type 05 April 2013, 13:21:39 UTC
c898668 Fix typo 05 April 2013, 08:39:36 UTC
457f482 merge heads 05 April 2013, 07:14:28 UTC
42777cd Fix typo. 05 April 2013, 07:10:27 UTC
cfb63cd #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. 04 April 2013, 06:16:15 UTC
bf51717 merge 2.7.4 release branch 04 April 2013, 02:35:28 UTC
167a96c close search and replace dialog after it is used (closes #17625) 04 April 2013, 02:35:12 UTC
6e65e99 Issue #15940: NEWS entry 03 April 2013, 17:24:26 UTC
0d0a395 Issue #15940: Replace tab. 03 April 2013, 16:45:24 UTC
c2f905f Issue #15940: Specify effect of locale on time functions. 03 April 2013, 16:34:57 UTC
ad8cad3 #14254: IDLE now handles readline correctly across shell restarts. 03 April 2013, 05:42:24 UTC
d7c9d9c #17614: IDLE no longer raises exception when quickly closing a file. 03 April 2013, 03:37:12 UTC
c993a19 #13163: fix names of _get_socket args This was already done in Python3, but having it wrong leads to incorrect debug output, so it seems worth fixing in 2.7 as well. Patch by Victor Terrón. 02 April 2013, 16:15:07 UTC
34d0c66 #6698: IDLE now opens just an editor window when configured to do so. 01 April 2013, 04:28:55 UTC
cadd786 #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception. 31 March 2013, 20:53:08 UTC
e405946 Issue #6419: Fix a test_kqueue failure on some BSD flavors. 31 March 2013, 18:35:59 UTC
56bb8b9 Add an itertools recipe showing how to use t.__copy__(). 31 March 2013, 06:37:57 UTC
6e4e4ab #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. 31 March 2013, 05:57:16 UTC
d676a3a Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. 30 March 2013, 22:50:43 UTC
472f77d merge 2.7.4 release branch 30 March 2013, 19:31:31 UTC
f3ad030 G -> M (closes #17533) 30 March 2013, 19:30:28 UTC
337b173 merge 2.7.4 release branch 30 March 2013, 14:37:25 UTC
d627e12 fall back when an old test_support doesn't have various data and functions (closes #17533) 30 March 2013, 14:36:31 UTC
0861b13 Fix typos and clear up one very odd bit of wording as pointed out by Ezio. 30 March 2013, 08:38:38 UTC
da76aa8 Fix typos and clear up one very odd bit of wording as pointed out by Ezio. 30 March 2013, 08:38:38 UTC
e66e7de #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. 30 March 2013, 03:10:28 UTC
f03aab7 #17564: skip test_bad_address unless the tests are run with -unetwork/-uall. 29 March 2013, 23:32:45 UTC
d5cdc94 #17438: add links to the conversion tables in dump(s)/load(s). 29 March 2013, 01:59:29 UTC
035ecbe #8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld. 29 March 2013, 01:42:29 UTC
144c269 Update the suspicious builder to detect unused rules, and remove currently unusued rules. 28 March 2013, 16:01:11 UTC
75da357 Backport rev. 3ae74b361f53 to 2.7 branch. 28 March 2013, 12:35:18 UTC
44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. 28 March 2013, 12:28:44 UTC
75207ab Fix XML vulnerability link targets. 28 March 2013, 10:42:49 UTC
bf607aa Fix XML vulnerability link targets. 28 March 2013, 10:42:49 UTC
6ba6b13 Fix XML vulnerability link targets. 28 March 2013, 08:11:44 UTC
93324d7 Update suspicious ignore file. 28 March 2013, 03:47:31 UTC
e5caf29 Update suspicious ignore file. 28 March 2013, 02:54:58 UTC
fd4365a Update suspicious ignore file. 28 March 2013, 02:31:53 UTC
184e593 #17329: merge with 3.2. 27 March 2013, 18:12:55 UTC
265281a #17329: document unittest.SkipTest. Initial patch by Zachary Ware. 27 March 2013, 18:11:55 UTC
352def0 #17329: document unittest.SkipTest. Initial patch by Zachary Ware. 27 March 2013, 18:11:55 UTC
23790b4 Issue 17538: Document XML vulnerabilties 26 March 2013, 16:53:05 UTC
92acb0a Issue 17538: Document XML vulnerabilties 26 March 2013, 16:53:05 UTC
768f6a5 Issue 17538: Document XML vulnerabilties 26 March 2013, 16:47:23 UTC
7380a67 Issue 17538: Document XML vulnerabilties 26 March 2013, 16:35:55 UTC
c40f97f NEWS: add new header for Python 3.3.2 26 March 2013, 13:09:40 UTC
dbc5f8c move to correct section 26 March 2013, 12:57:42 UTC
4b394db merge 2.7.4 release branch (#17550) 26 March 2013, 12:56:16 UTC
615ea1a fix variable reference to fix --enable-profiling (closes #17550) 26 March 2013, 12:55:37 UTC
b9be7bb fix variable reference to fix --enable-profiling (closes #17550) 26 March 2013, 12:55:37 UTC
a1eb483 Add versionadded for `-X faulthandler` (also fix typo and markup). 26 March 2013, 00:36:28 UTC
1e76e86 Issue #12718: Set importer on instance if Python function, to avoid bad interaction with winpdb. 25 March 2013, 23:37:41 UTC
153866e Add missing docstrings to the collections ABCs 24 March 2013, 22:20:29 UTC
cce5b04 Add missing docstrings to the collections ABCs 24 March 2013, 21:54:25 UTC
005fb74 Fix typo 24 March 2013, 21:52:14 UTC
cc0b927 Issue #17425: Build with openssl 1.0.1d on Windows. 24 March 2013, 21:45:50 UTC
710f0c3 #17425: null merge 3.2 24 March 2013, 21:10:20 UTC
5be6d74 Issue #17425: Build with openssl 1.0.0k on Windows. 24 March 2013, 21:03:30 UTC
945c3bb - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, iceweasel, iceape. 24 March 2013, 17:46:49 UTC
31a7835 #17504: remove duplicated sentence. Patch by Radu Voicilas. 24 March 2013, 14:10:24 UTC
bc1d9c9 merge 2.7.4 release branch 24 March 2013, 03:32:34 UTC
da2c7eb allow any type with __getitem__ to be a mapping for the purposes of % (#15801) 24 March 2013, 03:32:00 UTC
b803c6c Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and correctly check for errors on two CreateFileMapping calls. 23 March 2013, 23:05:36 UTC
ac982d7 Merge heads. 23 March 2013, 21:39:25 UTC
93f756b Merge test_queue clean up from 3.2. 23 March 2013, 21:36:23 UTC
2350ecd merge 2.7.4 release branch 23 March 2013, 21:35:57 UTC
7e2f197 update NEWS for #17531 23 March 2013, 21:35:45 UTC
656c808 Clean up references to threads in test_queue. 23 March 2013, 21:35:06 UTC
be1632b Clean up references to threads in test_queue. 23 March 2013, 21:35:06 UTC
40d1cfe merge 2.7.4 release branch 23 March 2013, 21:19:20 UTC
d6138c4 always allow -1 as a uid 23 March 2013, 21:19:04 UTC
4a03c7d merge 2.7.4 release branch 23 March 2013, 20:40:48 UTC
01d9a77 group ids and user ids can be longs now (#17531) 23 March 2013, 20:40:36 UTC
e48b2c2 merge 2.7.4 branch 23 March 2013, 20:35:38 UTC
4d7fc3c undo PyInt -> PyLong change; that was wrong 23 March 2013, 20:35:24 UTC
aec8139 add 2.7.5 header 23 March 2013, 20:24:13 UTC
6909ab5 merge 2.7.4 release branch 23 March 2013, 20:23:19 UTC
3128923 return int instead long when possible (#17531) 23 March 2013, 20:22:20 UTC
a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value from unbuffered (0) to buffering (-1) to match the behavior existing code expects and match the behavior of the subprocess module in Python 2 to avoid introducing hard to track down bugs. 23 March 2013, 18:54:22 UTC
a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value from unbuffered (0) to buffering (-1) to match the behavior existing code expects and match the behavior of the subprocess module in Python 2 to avoid introducing hard to track down bugs. 23 March 2013, 18:44:25 UTC
3ddba16 Update collections ABC table to match the __abstractmethods__ attribute for each container. 23 March 2013, 16:07:36 UTC
6074ee4 Update collections ABC table to match the __abstractmethods__ attribute for each container. 23 March 2013, 15:57:00 UTC
cb80064 Update collections ABC table to match the __abstractmethods__ attribute for each container. 23 March 2013, 15:57:00 UTC
378170d Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords. 23 March 2013, 15:21:12 UTC
cd85aa4 after 2.7.4rc1 bump 23 March 2013, 15:19:40 UTC
4867060 Added tag v2.7.4rc1 for changeset a8d18780bc2b 23 March 2013, 15:18:05 UTC
a1f6fab version to 2.7.4rc1 23 March 2013, 15:17:29 UTC
back to top