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

sort by:
Revision Author Date Message Commit Date
609939e Issue #14954: Clarify the interaction of weak references and garbage collection. Patch by Ethan Furman. 20 August 2012, 22:07:35 UTC
9439f04 Issue #14954: Clarify the interaction of weak references and garbage collection. Patch by Ethan Furman. 20 August 2012, 22:07:07 UTC
77ebfcc Fix Issue 15743 - improve urllib tests by removing deprecated method usages. Patch by Jeff Knupp. 20 August 2012, 20:43:59 UTC
df9c945 #15199: Fix JavaScript's default MIME type to application/javascript 20 August 2012, 18:30:03 UTC
c6fdafc #15199: Fix JavaScript's default MIME type to application/javascript 20 August 2012, 18:28:58 UTC
1ea50f5 Merge #15742: clarify sqlite parameter substitution example. Suggestion and patch by Mike Hoy. 20 August 2012, 18:14:46 UTC
f6bd1b0 #15742: clarify sqlite parameter substitution example. Suggestion and patch by Mike Hoy. 20 August 2012, 18:14:18 UTC
35503c9 Issue #15726: Fix incorrect bounds checking in PyState_FindModule. Patch by Robin Schreiber. 20 August 2012, 17:31:52 UTC
75506e8 Issue #15726: Fix incorrect bounds checking in PyState_FindModule. Patch by Robin Schreiber. 20 August 2012, 17:30:46 UTC
66d1eb2 Merge 3.2. 20 August 2012, 15:20:46 UTC
07795df Issue #15741: Fix potential NULL dereference. Found by Coverity. 20 August 2012, 15:19:50 UTC
28a2ad5 Check return value of asdl_seq_new(). Found by Coverity. 20 August 2012, 14:07:38 UTC
8bd24fe Issue #12643: Respect sys.excepthook in code.InteractiveConsole 20 August 2012, 13:02:28 UTC
c0c03be Merge 3.2. 20 August 2012, 12:42:59 UTC
db579d7 Issue #15738: Fix a missing NULL check in subprocess_fork_exec(). 20 August 2012, 12:36:47 UTC
000fde9 Closes #15737: Fix potential NULL dereference in zipimport.c. 20 August 2012, 12:14:49 UTC
6adf243 Merge 3.2. 20 August 2012, 09:13:58 UTC
fd24f9e Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray(). Found by Coverity. 20 August 2012, 09:04:24 UTC
bac9a53 Break up the 'someos' docs classification based on a more user-focused scheme, including creation of a separate 'Concurrent Execution' section 20 August 2012, 08:05:46 UTC
273069c Close #4966: revamp the sequence docs in order to better explain the state of modern Python 20 August 2012, 07:14:07 UTC
1685db0 s/path importer/path based finder/ (because the path based finder is not an importer and the simpler 'path finder' is too ambiguous) 20 August 2012, 03:49:08 UTC
48fec05 Close #14846: Handle a sys.path entry going away 20 August 2012, 03:18:15 UTC
db7920b Close #14814: Avoid depending on struct by using newer features. Also use enumerate where appropriate (patch by Serhiy Storchaka). Declaring PEP 3144 final at this point - any further changes to code or docs can go in new issues. 20 August 2012, 00:19:12 UTC
a8517ad Issue #14814: document the Interface APIs and fix various problems with the string representations (initial patch by Eli Bendersky). 20 August 2012, 00:04:26 UTC
749bd42 Merge #13579: teach string.Formatter about 'a'. Patch by Francisco Martín Brugué. 19 August 2012, 21:45:40 UTC
e56bf97 #13579: teach string.Formatter about 'a'. Patch by Francisco Martín Brugué. 19 August 2012, 21:26:34 UTC
8528c31 Issue #15728: Fix leak in PyUnicode_AsWideCharString(). Found by Coverity. 19 August 2012, 19:52:43 UTC
a19de80 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:20:03 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
377a152 Use Thread.is_alive() instead of old-style Thread.isAlive() in subprocess. 19 August 2012, 17:49:39 UTC
a86f185 Fixes #14668. Mention Windows Path manipulation option in the installer. 19 August 2012, 16:22:20 UTC
47ec25d Brush subprocess tests a bit. 19 August 2012, 13:25:37 UTC
4d16bcc The latest NumPy revision no longer segfaults here. 19 August 2012, 10:54:50 UTC
aaf8e2e Fix out-of-date comment in test_memoryview. 19 August 2012, 10:50:24 UTC
7fda33b Mereg 3.2. 19 August 2012, 09:22:28 UTC
6b96286 Check for NULL return value in PyStructSequence_NewType(). Found by Coverity. 19 August 2012, 09:20:41 UTC
6b9bfe8 Allow redemo.py to be used from the command line like other demos. 18 August 2012, 19:24:56 UTC
3c6661a Allow redemo.py to be used from the command line like other demos. 18 August 2012, 19:21:17 UTC
dbcae3c Issue #15615: Add some tests for the json module's handling of invalid input data. Patch by Kushal Das. 18 August 2012, 18:48: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
35fa864 Issue #15477: Merge fix from 3.2 18 August 2012, 11:26:15 UTC
05d79e9 Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken. 18 August 2012, 11:24:30 UTC
8c601b0 Merge 3.2: tutorial typo fix 18 August 2012, 06:50:32 UTC
31a1190 tutorial typo fix 18 August 2012, 06:50:09 UTC
a1b0f6d Issue #15586: fix prompts in some documentation examples 18 August 2012, 02:42:22 UTC
cd7128a Merge #15636: add versionadded for decodebytes 18 August 2012, 00:55:54 UTC
75fd225 #15636: add versionadded for decodebytes 18 August 2012, 00:55:21 UTC
f669036 Merge #15355: Mention already-executing Exception in generator docs. Patch by Chris Jerdonek. 18 August 2012, 00:49:24 UTC
2c1d1d6 #15355: Mention already-executing Exception in generator docs. Patch by Chris Jerdonek. 18 August 2012, 00:48:59 UTC
ed7fb9c Merge #15694: reflow paragraph. 18 August 2012, 00:40:03 UTC
433ef3b #15694: reflow paragraph. 18 August 2012, 00:39:21 UTC
8eac575 Merge #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:38:19 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
5c3ddc8 Closes #15632: regrtest.py: fix spurious refleaks due to various caches filling up with random data. 17 August 2012, 21:09:48 UTC
6aaa03a Issue #15678: Fix menu customization for IDLE started from OS X command lines. It was broken as a side effect of the changes to pythonw.c in b79d276041a8 for #15307. Since sys.executable no longer includes 'Python.app' in the path name, test for a framework build instead. This should give the previous behavior in nearly all cases. Whether the previous behavior is sensible is left as an issue for later releases. IDLE.app behavior was not affected as it does its own manipulation of sys.executable. 17 August 2012, 20:22:30 UTC
bbfe573 Merge with 3.2 #15660 17 August 2012, 19:42:12 UTC
f6190c1 Issue 15660: Clarify 0 prefix for width field in str.format doc. 17 August 2012, 19:40:46 UTC
1b79918 Issue #15640: Document importlib.abc.Finder as deprecated. The code for the class itself isn't deprecated for backwards-compatibility reasons, but the class shouldn't be directly inherited by anyone anymore as the API is no longer as widely valid as it used to be. 17 August 2012, 18:08:24 UTC
7385adc Issue #15715: Ignore failed imports triggered by the use of fromlist. When the fromlist argument is specified for __import__() and the attribute doesn't already exist, an import is attempted. If that fails (e.g. module doesn't exist), the ImportError will now be silenced (for backwards-compatibility). This *does not* affect ``from ... import ...`` statements. Thanks to Eric Snow for the patch and Simon Feltman for reporting the regression. 17 August 2012, 17:21:16 UTC
b391b24 Merge 17 August 2012, 14:05:09 UTC
d9c026f Issue #15412: Remove erroneous note about weakrefs 17 August 2012, 14:02:47 UTC
67a58cc Merge 17 August 2012, 13:42:43 UTC
264e9ac Issue #14501: Clarify that authentication keys are byte strings 17 August 2012, 13:39:18 UTC
d9a7e70 Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName. 16 August 2012, 20:18:37 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
943c5b3 Fix subprocess test broken on Windows 16 August 2012, 17:17:47 UTC
04ec8ce Issue #14669: Fix pickling of connections and sockets on MacOSX by sending/receiving an acknowledgment after file descriptor transfer. TestPicklingConnection has been reenabled for MacOSX. 16 August 2012, 15:48:55 UTC
69a06dd #11062: Fix universal newline support in Babyl._install_message() 16 August 2012, 04:27:53 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
0e41628 Merge str docstring fix from 3.2 16 August 2012, 04:14:30 UTC
573b1fd Fix str docstring 16 August 2012, 04:13:07 UTC
721738f Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. Patch by Serhiy Storchaka. 15 August 2012, 21:20:39 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
9351117 merge heads 15 August 2012, 19:53:56 UTC
5395d2f Add yet another test for subprocess.Popen.communicate 15 August 2012, 19:46:43 UTC
eb41c7f merge with 3.2 15 August 2012, 19:37:56 UTC
dd7c552 clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@ 15 August 2012, 19:37:35 UTC
0689ce4 #15543: reflow paragraph. 15 August 2012, 15:13:31 UTC
99d439a #15543: additional link in subprocess docs. Patch by Chris Jerdonek. 15 August 2012, 15:12:15 UTC
27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. Patch by Chris Jerdonek. 15 August 2012, 15:11:27 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
592df20 Cleanup universal_newlines usage for subprocess.Popen, remove unused param. 15 August 2012, 14:36:15 UTC
bdbc0b0 merge 3.2 15 August 2012, 11:51:08 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
aae61b8 #11062: Fix adding a message from file to Babyl mailbox 15 August 2012, 11:36:14 UTC
3115f0d Issue #15586: typo fix. This commit is accompanied by an apology for all Liechtensteiners out there, and a thanks to Eric Araujo for noticing. 15 August 2012, 11:26:30 UTC
3d12c43 #11062: Fix adding a message from file to Babyl mailbox 15 August 2012, 11:26:27 UTC
7f84833 Merge #15269: document dircmp.left and right, and add tests for them. Patch by Chris Jerdonek. 15 August 2012, 01:45:25 UTC
2b209cd #15269: document dircmp.left and right, and add tests for them. Patch by Chris Jerdonek. 15 August 2012, 01:40:13 UTC
488cc36 merge with 3.2 14 August 2012, 17:52:04 UTC
a17ef14 fix typo 14 August 2012, 17:51:43 UTC
c85951e Merge heads 14 August 2012, 15:42:54 UTC
c53eb9d Merge 3.2 to default 14 August 2012, 15:42:10 UTC
4092e36 Merge 3.2 14 August 2012, 15:41:40 UTC
aa0dbdc Issue #15592. Fix regression: subprocess.communicate() breaks on no input with universal newlines true. Patch by Chris Jerdonek. 14 August 2012, 15:40:21 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
6ef9774 merge 3.2 14 August 2012, 15:30:12 UTC
d182a6c Modules/socketmodule.c: netdb_lock: define static. 14 August 2012, 15:29:04 UTC
back to top