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

sort by:
Revision Author Date Message Commit Date
c6fdafc #15199: Fix JavaScript's default MIME type to application/javascript 20 August 2012, 18:28:58 UTC
f6bd1b0 #15742: clarify sqlite parameter substitution example. Suggestion and patch by Mike Hoy. 20 August 2012, 18:14:18 UTC
75506e8 Issue #15726: Fix incorrect bounds checking in PyState_FindModule. Patch by Robin Schreiber. 20 August 2012, 17:30:46 UTC
07795df Issue #15741: Fix potential NULL dereference. Found by Coverity. 20 August 2012, 15:19:50 UTC
db579d7 Issue #15738: Fix a missing NULL check in subprocess_fork_exec(). 20 August 2012, 12:36:47 UTC
fd24f9e Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray(). Found by Coverity. 20 August 2012, 09:04:24 UTC
e56bf97 #13579: teach string.Formatter about 'a'. Patch by Francisco Martín Brugué. 19 August 2012, 21:26:34 UTC
8286071 Issue #15595: Fix subprocess.Popen(universal_newlines=True) for certain locales (utf-16 and utf-32 family). Patch by Chris Jerdonek. 19 August 2012, 19:13:41 UTC
6b96286 Check for NULL return value in PyStructSequence_NewType(). Found by Coverity. 19 August 2012, 09:20:41 UTC
3c6661a Allow redemo.py to be used from the command line like other demos. 18 August 2012, 19:21:17 UTC
b47ea9a Issue #15615: Add some tests for the json module's handling of invalid input data. Patch by Kushal Das. 18 August 2012, 18:46:23 UTC
05d79e9 Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken. 18 August 2012, 11:24:30 UTC
31a1190 tutorial typo fix 18 August 2012, 06:50:09 UTC
75fd225 #15636: add versionadded for decodebytes 18 August 2012, 00:55:21 UTC
2c1d1d6 #15355: Mention already-executing Exception in generator docs. Patch by Chris Jerdonek. 18 August 2012, 00:48:59 UTC
433ef3b #15694: reflow paragraph. 18 August 2012, 00:39:21 UTC
9f0c940 #15694: Link discussion of file objects to glossary entry. This is analogous to the link for `flie objects` in the description of 'open' that exists in the 2.7 docs, and adds a similar link to the io docs. Patch by Chris Jerdonek. 18 August 2012, 00:33:54 UTC
f6190c1 Issue 15660: Clarify 0 prefix for width field in str.format doc. 17 August 2012, 19:40:46 UTC
d9c026f Issue #15412: Remove erroneous note about weakrefs 17 August 2012, 14:02:47 UTC
264e9ac Issue #14501: Clarify that authentication keys are byte strings 17 August 2012, 13:39:18 UTC
b7c6c81 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. 16 August 2012, 20:14:43 UTC
8861494 #11062: Fix universal newline support in Babyl._install_message() When adding a message from a binary file, \r\n was translated to \r\r\n in the message body. 16 August 2012, 04:27:01 UTC
573b1fd Fix str docstring 16 August 2012, 04:13:07 UTC
6f430e4 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. Patch by Serhiy Storchaka. 15 August 2012, 21:18:25 UTC
dd7c552 clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@ 15 August 2012, 19:37:35 UTC
ee0a945 #15543: reflow paragraphs. 15 August 2012, 15:05:36 UTC
1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. Patch by Chris Jerdonek. 15 August 2012, 14:43:58 UTC
f748a37 merge heads in 3.2 branch 15 August 2012, 11:50:52 UTC
8f77349 Issue #15656: fixing code sample in extending doc 15 August 2012, 11:49:49 UTC
3d12c43 #11062: Fix adding a message from file to Babyl mailbox 15 August 2012, 11:26:27 UTC
2b209cd #15269: document dircmp.left and right, and add tests for them. Patch by Chris Jerdonek. 15 August 2012, 01:40:13 UTC
a17ef14 fix typo 14 August 2012, 17:51:43 UTC
4092e36 Merge 3.2 14 August 2012, 15:41:40 UTC
f376507 Add test to explicit check the absence regression in subprocess (issue #15592). Patch by Chris Jerdonek. 14 August 2012, 15:35:17 UTC
d182a6c Modules/socketmodule.c: netdb_lock: define static. 14 August 2012, 15:29:04 UTC
f158d86 Issue #14167: Document return statement in finally blocks. Patch by Yury Selivanov. 14 August 2012, 12:38:15 UTC
e88a244 Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing on Windows without the "if __name__ == '__main__'" idiom. 14 August 2012, 10:41:32 UTC
296d1be Restore original line lengths. 14 August 2012, 07:39:07 UTC
6f5c5cb Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth 13 August 2012, 22:05:57 UTC
59db401 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. Patch by Chris Jerdonek. 13 August 2012, 20:22:23 UTC
50be452 Issue #15561: Update subprocess docs to reference io.TextIOWrapper. Patch by Chris Jerdonek. 13 August 2012, 19:09:04 UTC
ecd78fe Issue #15624: clarify newline documentation for open and io.TextIOWrapper Thanks to Chris Jerdonek 13 August 2012, 09:58:02 UTC
1ef9caa Issue #15630: Add an example for "continue" statement in the tutorial. Patch by Daniel Ellis. 12 August 2012, 19:01:47 UTC
c7b0e21 add usage example from cli; thanks to Christian Clauss from docs@ 12 August 2012, 15:34:00 UTC
6cbe405 escape '\'; thanks to Steve Holden from docs@ 12 August 2012, 13:35:25 UTC
985104a it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@ 12 August 2012, 13:12:15 UTC
82a509c add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@ 12 August 2012, 10:35:14 UTC
8b2c71a update Geany URL; thanks to Karl Tarbet from docs@ 12 August 2012, 09:02:03 UTC
ee903c5 add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ 12 August 2012, 08:49:26 UTC
0a90a82 zip() returns an iterator, make a list() of it; thanks to Martin from docs@ 12 August 2012, 08:24:50 UTC
fbd4f80 Issue #15444: Use proper spelling for non-ASCII contributor names. Patch by Serhiy Storchaka. 11 August 2012, 14:51:50 UTC
cc98887 Remove unused variables in parsetok(). 11 August 2012, 09:16:18 UTC
7b250a5 Revert 961a15aff2a6, this is already checked in another way. 11 August 2012, 09:02:14 UTC
22bfa37 Closes #15620: check for presence of readline.clear_history(), which is apparently missing on some readline versions, before calling it in the test. 11 August 2012, 08:59:23 UTC
03b4d50 Issue #15424: Add a __sizeof__ implementation for array objects. Patch by Ludwig Hähne. 11 August 2012, 03:35:45 UTC
7dbee38 fix docs for c-api memory functions 09 August 2012, 18:26:34 UTC
eec6420 Issue #15501: Document exception classes in subprocess module. Initial patch by Anton Barkovsky. 09 August 2012, 12:20:45 UTC
c622f42 Issue #14992: Prevent test_os test_exist_ok_s_isgid_directory test case failure on OS X built with 10.4 ABI. 09 August 2012, 03:57:24 UTC
05c35a6 #15554: clarify splitlines/split differences. Patch by Chris Jerdonek. 06 August 2012, 20:08:09 UTC
9b000e7 Issue #15482: Properly document the default 'level' parameter for __import__(). To help explain why the -1 default value is typically not seen, a note about how import statements only use values of >= 0 is also noted. 06 August 2012, 00:46:25 UTC
03e2180 Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. 05 August 2012, 21:56:21 UTC
e768c39 Fix CGI tests to take into account the platform's line ending (issue #13119) 05 August 2012, 12:52:45 UTC
ec2d269 Fix universal newlines test to avoid the newline translation done by sys.stdout. 04 August 2012, 22:23:40 UTC
894375a Fix test_sys under Windows (issue #13119) 04 August 2012, 22:15:06 UTC
5ad514d Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. Patch by Roger Serwy. 04 August 2012, 18:38:22 UTC
da9df92 add missing period; thanks to Gaston Fiore from docs@ 04 August 2012, 17:42:24 UTC
90ef747 Close #13119: use "\r\n" newline for sys.stdout/err on Windows sys.stdout and sys.stderr are now using "\r\n" newline on Windows, as Python 2. 03 August 2012, 23:37:32 UTC
401e17d open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't translate newlines on output. 03 August 2012, 23:18:56 UTC
0c1c0d4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). 03 August 2012, 22:55:38 UTC
676e73b #15512: Remove remnants of debugging code 03 August 2012, 13:49:14 UTC
16e2fca Closes #15469: Correct __sizeof__ support for deque 03 August 2012, 12:49:42 UTC
e9c5318 Closes #15512: Correct __sizeof__ support for parser 03 August 2012, 12:28:37 UTC
a9a53c7 Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. Patch by Philipp Hagemeister. 02 August 2012, 18:37:12 UTC
f37c0c7 Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py 01 August 2012, 23:56:39 UTC
4c1730d Issue #8847: Disable COMDAT folding in Windows PGO builds. Analysis by Victor Stinner. Patch by Stefan Krah. 01 August 2012, 08:32:11 UTC
06c5c6d Issue #9803: Don't close IDLE on saving if breakpoint is open. Patch by Roger Serwy. 31 July 2012, 16:48:00 UTC
1fb0e3f Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. 30 July 2012, 16:59:53 UTC
3b79668 Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. 30 July 2012, 11:09:32 UTC
c556c64 Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include the Apple-supplied Tck/Tk versions shipped with OS X 10.7 and 10.8. They are not as buggy as the 10.6 version but can still easily crash. 30 July 2012, 10:31:21 UTC
8f328d0 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. Patch by Serhiy Storchaka. 29 July 2012, 22:01:06 UTC
10f0c50 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. Patch by Serhiy Storchaka. 29 July 2012, 17:02:46 UTC
33f7997 Issue #15467: Move helpers for __sizeof__ tests into test_support. Patch by Serhiy Storchaka. 29 July 2012, 14:33:05 UTC
90bc2db Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. 29 July 2012, 03:16:39 UTC
4887b1c Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. Original patch by J Derek Wilson. 27 July 2012, 13:06:11 UTC
a58d668 Improved cookbook entry and fixed typo. 27 July 2012, 09:54:10 UTC
e708a8a Issue #15041: update "see also" list in tkinter documentation. 26 July 2012, 14:02:57 UTC
09f2e6f Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. Patch by Chris Jerdonek. 25 July 2012, 22:45:19 UTC
707bd4e Mention the *limit* argument of TextIO.readline(). 25 July 2012, 20:38:33 UTC
393e23f Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios. 25 July 2012, 18:19:25 UTC
30d5e6c Issue #7163: Propagate return value of sys.stdout.write. Patch by Roger Serwy. 25 July 2012, 09:32:26 UTC
c882b7c Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. 25 July 2012, 08:47:20 UTC
186396d #15232: make NEWS entry more accurate. 24 July 2012, 18:22:19 UTC
ecd4e9d Issue #14197: For OS X framework builds, ensure links to the shared library are created with the proper ABI suffix. 24 July 2012, 10:31:48 UTC
55624da Rollback an incorrect Doc/ACKS.txt entry 23 July 2012, 16:42:37 UTC
189fdf1 Better test for Issue #15402: Add a __sizeof__ method to struct.Struct 23 July 2012, 16:15:33 UTC
b14d8c9 Issue #15402: Add a __sizeof__ method to struct.Struct. Initial patch by Serhiy Storchaka. 23 July 2012, 15:01:29 UTC
7e918cf merge heads. 23 July 2012, 02:32:44 UTC
28a9f21 - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. 23 July 2012, 02:12:58 UTC
6a31bc6 #15232: correctly mangle From lines in MIME preamble and epilogue 23 July 2012, 01:47:53 UTC
e60e12b #15429: Fix invalid mention of types.NoneType from None docs. 23 July 2012, 00:43:13 UTC
back to top