https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
b6492dd update topics 12 May 2013, 03:31:33 UTC
0864944 bump version to 2.7.5 12 May 2013, 03:29:20 UTC
5a27168 prevent IDLE from trying to close when sys.stdin is reassigned (#17838) 12 May 2013, 03:24:28 UTC
6e165b4 backout 214d8909513d for regressions (#1159051) 11 May 2013, 18:17:13 UTC
c875966 -Wformat is needed by gcc 4.8 (closes #17547) 11 May 2013, 18:00:05 UTC
5302ba8 #17949: fix merge glitch in itemgetter signature. Patch by Martijn Pieters. 10 May 2013, 16:57:04 UTC
67f84a7 #14878: add cross-reference to the yield statement. (Backported from 3.x by Jan Duzinkiewicz.) 10 May 2013, 00:55:22 UTC
ce34ba6 Issue #16601: Restarting iteration over tarfile no more continues from where it left off. Patch by Michael Birtwell. 09 May 2013, 11:22:05 UTC
673770c Issue 16584: in filecomp._cmp, catch IOError as well as os.error. Patch by Till Maas. 09 May 2013, 03:42:41 UTC
db03e6b Issue #17656: Skip test_extract_unicode_filenames if the FS encoding doesn't support non-ASCII filenames. 08 May 2013, 18:52:31 UTC
5f4ba6b #16523: improve attrgetter/itemgetter/methodcaller documentation. 08 May 2013, 07:53:11 UTC
4ccdc96 Fix NEWS order 08 May 2013, 01:23:10 UTC
1e18102 Issue #17928: Fix test_structmembers on 64-bit big-endian machines. (_testcapi isn't Py_ssize_t-clean, the "s#" code should use an int for length) 08 May 2013, 00:07:13 UTC
38f1afe Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines. 07 May 2013, 23:51:37 UTC
5939120 #17714: document that the base64 codec adds a trailing newline. 07 May 2013, 08:14:27 UTC
794e557 #17833: add debug output to investigate buildbot failure. 07 May 2013, 06:34:49 UTC
a74e5c8 Issue 17920: Fix-up terminology in the set documentation 07 May 2013, 01:21:10 UTC
f16ff7b Issue #17918: When using SSLSocket.accept(), if the SSL handshake failed on the new socket, the socket would linger indefinitely. Thanks to Peter Saveliev for reporting. 06 May 2013, 20:19:48 UTC
31bc8be Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable. Initial patch by Bradley Froehle. 06 May 2013, 19:51:03 UTC
880359c Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit platforms. Patch by Federico Schwindt. 06 May 2013, 19:21:57 UTC
a9b90a7 Issue #17805: Add AsyncResult alias for ApplyResult 06 May 2013, 11:04:28 UTC
b1d6f85 Issue17883: Update to assertIn to see why test fails on one buildbot. 06 May 2013, 03:22:19 UTC
277c27c Issue 17862: Improve the signature of itertools grouper() recipe. Putting *n* after the *iterable* matches the signature of other itertools and recipes. Also, it reads better. Suggested by Ezio Melotti. 06 May 2013, 02:45:42 UTC
6a4f394 #17883: Fix buildbot testing of Tkinter on Windows. Patch by Zachary Ware. 05 May 2013, 19:36:09 UTC
d8931c3 Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. 04 May 2013, 21:16:59 UTC
a09657e Elaborate on bytes-like objects. 04 May 2013, 18:18:34 UTC
5cea09d #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. 04 May 2013, 14:59:03 UTC
6aca765 Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. 04 May 2013, 12:11:46 UTC
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
back to top