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

sort by:
Revision Author Date Message Commit Date
e5af944 #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs. 20 April 2013, 17:37:50 UTC
7bdd93c Issue #17555: Fix ForkAwareThreadLock so that size of after fork registry does not grow exponentially with generation of process. 17 April 2013, 18:15:52 UTC
90f8b23 #14735: Update IDLE docs to omit "Control-z on Windows". 17 April 2013, 05:22:50 UTC
c973057 #17740: fix links to the socket function. Initial patch by Zachary Ware. 17 April 2013, 01:10:26 UTC
f12f391 Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets. Thanks to David D Lowe for reporting. 16 April 2013, 18:27:17 UTC
be92971 Issue #17710: Fix cPickle raising a SystemError on bogus input. 15 April 2013, 19:35:25 UTC
108d1b4 Issue #17703: Fix a regression where an illegal use of Py_DECREF() after interpreter finalization can cause a crash. 15 April 2013, 19:20:14 UTC
1b33206 #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. 15 April 2013, 16:08:31 UTC
12ec99d Issue #17728: Specify default precision for float.format for presentation types e, f, and g. 15 April 2013, 13:51:54 UTC
6077339 #17341: Include name in re error message about invalid group name. Patch by Jason Michalski. 14 April 2013, 17:08:50 UTC
ff99e41 Issue #17221: Resort Misc/NEWS. 14 April 2013, 15:52:15 UTC
95aa172 Fix example ignoring ".svn" directories in compileall. 14 April 2013, 10:02:43 UTC
34f5dd0 The Integral class does not contain implementations for the bit-shifting operations. (See #3056.) 14 April 2013, 09:58:54 UTC
e7fb700 The im_class of unbound class methods is actually not the same as im_self. 14 April 2013, 09:53:36 UTC
d4c45a9 Clarify that the function *definition* creates the function and the binding in the module globals. 14 April 2013, 09:47:46 UTC
10bb21e Fix refcount leak in the reference counting example section (!). 14 April 2013, 09:45:16 UTC
ba58cbe Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, PyErr_SetFromWindowsErrWithFilenameObject, and PyErr_SetExcFromWindowsErrWithFilenameObject. Note that PyErr_SetExcFromWindowsErrWithFilenameObjectAndSomeOtherParametersSoThatTheNameGetsSoLongThatNobodyIsEverGonnaUseThisStrangeFunctionForAnything is still undocumented. 14 April 2013, 09:12:16 UTC
2124dcd bind('') does not do the same as bind('localhost') 14 April 2013, 08:59:04 UTC
827372e Closes #17661: fix references to repr() going to module repr. 14 April 2013, 08:36:03 UTC
dc18cb9 Closes #17726: small clarification in design FAQ. 14 April 2013, 08:31:06 UTC
30a88fa Update using/mac documentation which was still on 2.5. 14 April 2013, 08:17:35 UTC
7a48a8b Clarify point in name mangling doc. 14 April 2013, 08:13:42 UTC
3a2b371 Reflow paragraph. 13 April 2013, 18:37:42 UTC
2fc97e6 #2118: clarify smtplib exception documentation. 13 April 2013, 18:37:22 UTC
616f2fe Issue #17016: Get rid of possible pointer wraparounds and integer overflows in the re module. Patch by Nickolai Zeldovich. 13 April 2013, 18:15:10 UTC
c2a4f6b #17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti. 13 April 2013, 17:07:42 UTC
5247730 null merge 13 April 2013, 15:07:15 UTC
75f1fc2 Revert changes for #13355 by request from Raymond Hettinger 13 April 2013, 15:05:44 UTC
66da7c5 - Issue #17536: Add to webbrowser's browser list: xdg-open, gvfs-open, www-browser, x-www-browser, chromium browsers, iceweasel, iceape. 13 April 2013, 15:05:11 UTC
f794b14 Issue #16447: Fix potential segfault when setting __name__ on a class. 13 April 2013, 14:19:05 UTC
6fa83f9 Issue #17656: Fix extraction of zip files with unicode member paths. 13 April 2013, 09:28:17 UTC
b6cdae3 Issue #13355: Raise ValueError on random.triangular call with invalid params. Initial patch by Yuriy Senko. 12 April 2013, 20:39:33 UTC
0ba584c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. 12 April 2013, 13:22:24 UTC
53dc4f0 #17585: Fixed IDLE regression. Now closes when using exit() or quit(). 12 April 2013, 00:13:21 UTC
77d8dbc - Issue #17086: Search the include and library directories provided by the compiler. 10 April 2013, 22:19:55 UTC
3218f65 #17635: fix wrong function name in multiprocessing docs. 10 April 2013, 14:59:20 UTC
5ef41ab - Issue #17682: Add the _io module to Modules/Setup.dist (commented out). 09 April 2013, 15:34:39 UTC
789299f #17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito. 09 April 2013, 01:57:13 UTC
371432b Close #17666: Fix reading gzip files with an extra field. 08 April 2013, 19:33:55 UTC
6cb4343 - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h files when imported, instead doing it at build time. This makes importing sysconfig faster and reduces Python startup time by 20%. 08 April 2013, 19:20:09 UTC
7e360b3 Issue #17662: fix socketmodule compilation with Setup.dist. Patch contributed by Bohuslav "Slavek" Kabrda (bkabrda) 08 April 2013, 16:03:30 UTC
4e9a705 #17613: Prevent traceback when removing syntax colorizer in IDLE. 07 April 2013, 17:41:16 UTC
231a8fd #1207589: Backwards-compatibility patch for right-click menu in IDLE. 07 April 2013, 17:15:52 UTC
74001fa list slotdefs in offset order rather than sorting them (closes #17610) This means we can remove our usage of qsort() than relied on undefined behavior. Backport by Zbigniew Halas. 07 April 2013, 13:52:59 UTC
aff9cef Update argparse docs to follow order of ArgumentParser() arguments. 07 April 2013, 11:45:37 UTC
75b249c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. 07 April 2013, 01:26:53 UTC
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
back to top