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

sort by:
Revision Author Date Message Commit Date
0801d73 Issue #15535: Fix regression in pickling of named tuples. 03 May 2013, 07:59:20 UTC
a1fb671 # 1722 - Add a note on urllib helper functions like splittype, splithost etc. 02 May 2013, 12:50:21 UTC
71c1cff #16518: fix links in glossary entry. 01 May 2013, 11:13:05 UTC
b996e04 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. 30 April 2013, 22:15:44 UTC
1c0d8a7 #16518: add "bytes-like object" to the glossary. 30 April 2013, 20:33:31 UTC
4832f34 move the NEWS entry to the right section and mention ctypes. 30 April 2013, 07:56:07 UTC
b0cabc2 NEWS entry 30 April 2013, 07:54:45 UTC
06544ea This local change was lost during the fixing of issue17192 to update libffi to 3.0.13. (i'm not sure if it is needed anymore but see issue 10309 for details which makes no mention of upstream) 30 April 2013, 07:08:51 UTC
183dc46 #17866: mention that in Python 3, assertItemsEqual is named assertCountEqual. 29 April 2013, 09:26:01 UTC
fc45ce8 #7152: Remove incorrectly added reference to DataHandler. 28 April 2013, 21:04:53 UTC
c1ea5ec Add missing NEWS entry for issue #17843. 28 April 2013, 17:01:31 UTC
8c6521b Issue #17843: Remove bz2 test data that triggers antivirus warnings. 28 April 2013, 16:43:31 UTC
6596041 Reflow paragraph. 28 April 2013, 15:20:46 UTC
806c1c9 #7152: Clarify that ProxyHandler is added only if proxy settings are detected. Behavior confirmation and initial patch by Jessica McKellar. 28 April 2013, 15:16:21 UTC
8118df7 Issue #17842. Added base64 module tests with bytearray arguments. 28 April 2013, 12:48:54 UTC
8493a04 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, such as was shipped with Centos 5 and Mac OS X 10.4. This bug was already fixed in issue14572 for 2.7 only and then it was backported back from 3.3 in issue17073. 28 April 2013, 11:09:47 UTC
68915d7 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. 24 April 2013, 21:31:38 UTC
7b0baf0 Ensure that plistlib doesn't corrupt deeply nested datastructures Without this changeset plistlib would write empty tags for plistlib.Data objects in deeply nested datastructures. Fixes #17353 23 April 2013, 11:47:06 UTC
9d2d64f #17729: remove the Advocacy HOWTO from the index. 23 April 2013, 06:56:30 UTC
d04c5d6 #17729: remove the outdated Advocacy HOWTO, as suggested by the author. 23 April 2013, 06:24:51 UTC
d194b30 Issue #11714: Use 'with' statements to assure a Semaphore releases a condition variable. Original patch by Thomas Rachel. 22 April 2013, 19:51:00 UTC
4dc385b Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. 22 April 2013, 08:58:51 UTC
240a2fd #15575: Clarify tutorial description of when modules are executed. 21 April 2013, 21:14:40 UTC
0729500 Issue #17670: Provide an example of expandtabs() usage. 21 April 2013, 20:04:10 UTC
5cbff51 #17065: Use process-unique key for winreg test. Patch by Jeremy Kloth. 21 April 2013, 14:13:43 UTC
69f051c Issue #17801: fix shebang line of gprof2html.py 20 April 2013, 21:07:05 UTC
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
back to top