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

sort by:
Revision Author Date Message Commit Date
6227c69 #10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg172874 ) 19 March 2013, 00:09:50 UTC
f575230 Documentation corrections for unittest.mock 18 March 2013, 22:04:03 UTC
f0efea0 Issue #17463: Fix test discovery for test_pdb.py 18 March 2013, 17:09:50 UTC
f3a1b6e Merge #17448: Make test_sax skip if there are no xml parsers. Patch by Rafael Santos. 18 March 2013, 04:20:43 UTC
a846f5a #17448: Make test_sax skip if there are no xml parsers. Patch by Rafael Santos. 18 March 2013, 04:18:12 UTC
1f2a49c Merge #16057: Clarify why the base method default is called in custom encoders. Original patch by Kushal Das. 18 March 2013, 01:53:23 UTC
dd24617 #16057: Clarify why the base method default is called in custom encoders. Original patch by Kushal Das. 18 March 2013, 01:52:35 UTC
3e2fe05 Issue #16880: _imp.load_dynamic() is not defined on a platform that does not support dynamic loading (e.g. Atari), so make sure that imp doesn't assume it always exists. Patch by Christian Heimes. 17 March 2013, 22:48:16 UTC
b271727 Merge with 3.2 17 March 2013, 19:28:52 UTC
f346041 Issue #17415: Trim trailing whitespace 17 March 2013, 19:28:10 UTC
3380170 Merge with 3.2 17 March 2013, 19:22:00 UTC
ec6e132 Issue #17415: Clarify 'this' referent by moving containing sentence just after the sentence referred to. Make other minor edits to improve flow. 17 March 2013, 19:21:26 UTC
1eec53d Issue #16389: Fixed an issue number in previos commit. 16 March 2013, 20:59:59 UTC
a99dfd1 Issue #16389: Fixed an issue number in previos commit. 16 March 2013, 20:59:27 UTC
969ff72 Issue #16564: Fixed a performance regression relative to Python 3.1 in the caching of compiled regular expressions. 16 March 2013, 20:53:48 UTC
0f606a6 Issue #16564: Fixed a performance regression relative to Python 3.1 in the caching of compiled regular expressions. 16 March 2013, 20:52:09 UTC
fa320ae Null merge 16 March 2013, 20:50:13 UTC
cf90543 Merge heads 3.3. 16 March 2013, 20:06:52 UTC
de6849f Merge heads 3.2. 16 March 2013, 20:05:27 UTC
f39cab1 Merge with 3.2 16 March 2013, 19:56:50 UTC
dff04f4 Issue #17418: specify that buffer sizes are bytes as soon as possible. 16 March 2013, 19:56:27 UTC
e5e7a7c #11420: merge with 3.2. 16 March 2013, 19:49:20 UTC
c28f6fa #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. 16 March 2013, 17:48:51 UTC
e3eb061 merge heads 16 March 2013, 07:03:13 UTC
1f68a2f Remove row-spanning cell, which the Sphinx text writer does not support. 16 March 2013, 07:01:49 UTC
996cd44 #12345: null merge with 3.2. 16 March 2013, 06:58:15 UTC
58e1e50 typo 16 March 2013, 06:53:09 UTC
b73ac54 Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware. 16 March 2013, 06:51:18 UTC
743c85a Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware. 16 March 2013, 06:37:06 UTC
8093d6f Merge: #17431: Fix missing import of BytesFeedParser in email.parser. 16 March 2013, 00:42:29 UTC
612528d #17431: Fix missing import of BytesFeedParser in email.parser. Initial patch contributed by Edmond Burnett. 16 March 2013, 00:38:15 UTC
ca99440 Merge with 3.2 15 March 2013, 20:50:54 UTC
f3f0681 Issue #17398: document url argument of RobotFileParser 15 March 2013, 20:50:23 UTC
ad6b28c Merge with 3.2: issue #17047 news entry 15 March 2013, 07:39:38 UTC
4b3975b Issue #17047: Add news entry 15 March 2013, 07:33:11 UTC
a9d24e6 Issue #1285086: Get rid of the refcounting hack and speed up urllib.parse.unquote() and urllib.parse.unquote_to_bytes(). 14 March 2013, 19:33:35 UTC
8ea4616 Issue #1285086: Get rid of the refcounting hack and speed up urllib.parse.unquote() and urllib.parse.unquote_to_bytes(). 14 March 2013, 19:31:37 UTC
ac356fc Merge with 3.2: Issue #17386 14 March 2013, 01:35:07 UTC
3b220e1 Issue #17386 make.bat must run with Python 2 until Sphinx runs with Python 3. If PYTHON is undefined, this fails without the launcher (installed with 3.3 or from PyPI), but this is better than always failing. Patch from Zachary Ware. 14 March 2013, 01:33:50 UTC
e66cc81 #17307 - merge from 3.2 13 March 2013, 20:42:47 UTC
b5fe247 #17307 - Example of HTTP PUT Request using http.client 13 March 2013, 20:38:33 UTC
115309a Issue #17176: Document that imp.NullImporter is no longer automatically used by import. 13 March 2013, 17:58:50 UTC
a142a34 #17402: merge with 3.2. 13 March 2013, 00:27:35 UTC
6771462 #17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah. 13 March 2013, 00:27:00 UTC
220391f #17368: merge with 3.2. 12 March 2013, 23:53:38 UTC
a7d64a6 #17368: Fix an off-by-one error in the Python JSON decoder that caused a failure while decoding empty object literals when object_pairs_hook was specified. 12 March 2013, 23:52:34 UTC
72cdb5c Issue #11367: fix documentation of some find* methods in ElementTree 12 March 2013, 13:04:33 UTC
7343cb0 Issue #11367: fix documentation of some find* methods in ElementTree 12 March 2013, 13:01:22 UTC
0fb37ea #17066: test_robotparser now works with unittest test discovery. Patch by Zachary Ware. 12 March 2013, 05:49:12 UTC
0f84764 Issue #17047: remove doubled words added in 3.3 as reported by Serhiy Storchaka and Matthew Barnett. 11 March 2013, 22:34:00 UTC
98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett. 11 March 2013, 21:58:27 UTC
c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett. 11 March 2013, 21:57:08 UTC
09b7503 Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, as reported by Serhiy Storchaka and Matthew Barnett. 11 March 2013, 21:45:12 UTC
0158af3 Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, as reported by Serhiy Storchaka and Matthew Barnett. 11 March 2013, 21:42:46 UTC
caeb6be Merge with 3.2: Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* found by Serhiy Storchaka and Matthew Barnett 11 March 2013, 21:26:33 UTC
65e69b3 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* found by Serhiy Storchaka and Matthew Barnett 11 March 2013, 21:23:46 UTC
c9cfcf1 #17351: merge with 3.2. 11 March 2013, 07:42:40 UTC
af8838f #17351: remove "object" inheritance from docs. Patch by Phil Elson. 11 March 2013, 07:30:21 UTC
3300878 #11963: merge with 3.2. 11 March 2013, 03:59:55 UTC
42a541b #11963: remove human verification from test_parser and test_subprocess. 11 March 2013, 03:53:34 UTC
686aae4 Inherit from object() for consistency 10 March 2013, 16:50:37 UTC
632c8c8 Issue #17351: Modernize the pure Python property() example. 10 March 2013, 16:41:18 UTC
a51be4c #11963: merge with 3.2. 10 March 2013, 01:27:26 UTC
e7c3299 #11963: fix Windows buildbots. 10 March 2013, 01:25:45 UTC
0d7333e #11963: merge with 3.2. 09 March 2013, 20:20:23 UTC
3919184 #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo. 09 March 2013, 20:17:33 UTC
b7e6b89 Touch up the Python 2 to 3 porting guide 09 March 2013, 19:22:35 UTC
c2d90fb Add warning in ctypes documentation for #16575 and #16576 09 March 2013, 13:54:32 UTC
490cf44 Add warning in ctypes documentation for #16575 and #16576 09 March 2013, 13:54:00 UTC
98281ce Merge heads 09 March 2013, 07:25:18 UTC
adecf3f Issue #16642: sched.scheduler timefunc initial default is time.monotonic. Patch by Ramchandra Apte 09 March 2013, 07:14:27 UTC
d8d6010 Sync-up with 3.4 to make maintenance easier. 09 March 2013, 07:01:07 UTC
f96b2b0 Improve comments and variable names. 09 March 2013, 04:11:55 UTC
b6f1d64 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. 09 March 2013, 00:39:30 UTC
9cbcc2f Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. 09 March 2013, 00:35:15 UTC
355a987 Issue #17376: Merged clarification from 3.2. 08 March 2013, 23:26:43 UTC
832d99b Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation. 08 March 2013, 23:24:30 UTC
f0d8697 Issue #17378: ctypes documentation fix. Document that ctypes automatically applies byref() when argtypes declares POINTER. 08 March 2013, 13:32:45 UTC
f81de8d Issue #17378: ctypes documentation fix. Document that ctypes automatically applies byref() when argtypes declares POINTER. 08 March 2013, 13:31:54 UTC
29c0034 Issue #17223: the test is specific to 32-bit wchar_t type Skip the test on Windows. 08 March 2013, 01:33:06 UTC
965794e Merge: PEP8 fixup on previous patch, remove unused imports in test_email. 07 March 2013, 23:16:47 UTC
b9534f4 PEP8 fixup on previous patch, remove unused import in test_email. 07 March 2013, 23:15:13 UTC
addb0be Merge: #14645: Generator now emits correct linesep for all parts. Previously the parts of the message retained whatever linesep they had on read, which means if the messages weren't read in univeral newline mode, the line endings could well be inconsistent. In general sending it via smtplib would result in them getting fixed, but it is better to generate them correctly to begin with. Also, the new send_message method of smtplib does not do the fixup, so that method is producing rfc-invalid output without this fix. 07 March 2013, 21:43:58 UTC
e67c6c5 #14645: Generator now emits correct linesep for all parts. Previously the parts of the message retained whatever linesep they had on read, which means if the messages weren't read in univeral newline mode, the line endings could well be inconsistent. In general sending it via smtplib would result in them getting fixed, but it is better to generate them correctly to begin with. Also, the new send_message method of smtplib does not do the fixup, so that method is producing rfc-invalid output without this fix. 07 March 2013, 21:38:03 UTC
0e7ec44 Merge typo fix in Misc/NEWS entry from 3.2. 07 March 2013, 17:55:08 UTC
697e7ba Fix typo in Misc/NEWS entry. 07 March 2013, 17:53:19 UTC
de7f4b2 #11732: null merge with 3.2. 07 March 2013, 16:45:48 UTC
1f38621 #11732: add a new suppress_crash_popup() context manager to test.support that disables crash popups on Windows and use it in test_ctypes. 07 March 2013, 16:44:29 UTC
e846342 #11732: make suppress_crash_popup() work on Windows XP and Windows Server 2003. 07 March 2013, 16:37:13 UTC
7d82c86 Close #15465: Document C API version macros Mostly moving the existing macro docs over from the standard library docs to the C API docs where they belong. Patch by Kushal Das. 07 March 2013, 13:14:44 UTC
4f19744 Issue #17361: Use cc from sysconfig for testing flags. 07 March 2013, 00:12:03 UTC
2cb16aa _PyUnicode_Writer() now also reuses Unicode singletons: empty string and latin1 single character 06 March 2013, 18:28:37 UTC
68dd8ba Fix doc grammar and line width 06 March 2013, 14:49:22 UTC
f9164e1 Fix doc grammar and line width 06 March 2013, 14:48:57 UTC
20d1924 #17364: merge with 3.2. 06 March 2013, 01:23:28 UTC
33e20d1 #17364: remove documentation for a function that does not exist. 06 March 2013, 01:20:27 UTC
32b0f02 #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs. 06 March 2013, 00:57:25 UTC
e1857d9 Fix indentation. 05 March 2013, 18:31:34 UTC
25a4045 #11732: add a new suppress_crash_popup() context manager to test.support. 05 March 2013, 18:26:17 UTC
884f058 Reverting the changeset 5d76a4746d9d made for Issue #12921 05 March 2013, 10:26:50 UTC
back to top