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

sort by:
Revision Author Date Message Commit Date
46ce27a Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This specifically addresses a stack misalignment issue on x86 and issues on some more recent platforms. 18 March 2013, 23:58:50 UTC
bebf75f open file in binary mode 18 March 2013, 04:28:29 UTC
35893b7 #16057: Clarify why the base method default is called in custom encoders. Original patch by Kushal Das. 18 March 2013, 02:06:18 UTC
271e56e Issue #17415: Trim trailing whitespace 17 March 2013, 19:28:10 UTC
3e50fb3 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
e493e87 Merge heads. 16 March 2013, 20:03:37 UTC
589cb11 Issue #17418: specify that buffer sizes are bytes. 16 March 2013, 19:55:53 UTC
e015b6b #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. 16 March 2013, 18:04:44 UTC
b1ed05c Issue #17398: document url argument of RobotFileParser 15 March 2013, 20:49:22 UTC
0b2173a Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7. 14 March 2013, 23:32:22 UTC
923baea Issue #1285086: Get rid of the refcounting hack and speed up urllib.unquote(). 14 March 2013, 19:31:09 UTC
2556c83 Issue #17299: Add test coverage for cPickle with file objects and general IO objects. Original patch by Aman Shah. 14 March 2013, 18:59:09 UTC
69c66f9 #17307 - Example of HTTP PUT Request using httplib 13 March 2013, 20:30:25 UTC
5e32424 #17402: avoid shadowing built-in map in mmap examples. Initial patch by Aman Shah. 13 March 2013, 00:26:11 UTC
fda7a8c #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:49:57 UTC
981c3bd Issue #11367: fix documentation of some find* methods in ElementTree 12 March 2013, 13:08:04 UTC
21e52aa Fix issue number 12 March 2013, 06:19:09 UTC
f9d3106 Issue #14707: add news entry 12 March 2013, 05:26:28 UTC
a70f60a 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:56:17 UTC
ce9cc49 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:41:44 UTC
6bf9b85 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* found by Serhiy Storchaka and Matthew Barnett 11 March 2013, 21:09:58 UTC
617e2c1 #16004: Add `make touch`. 11 March 2013, 07:14:09 UTC
9b9cd4c #11963: fix Windows buildbots. 11 March 2013, 01:21:08 UTC
efaad09 #11963: remove human verification from test_subprocess. 10 March 2013, 22:34:33 UTC
7ed6f7e Classmethod example needs to inherit from object 10 March 2013, 16:49:08 UTC
8c5c3e3 Issue #17351: Modernize the pure Python property() example. 10 March 2013, 16:36:52 UTC
5f52246 #14489: fix wrong link. 10 March 2013, 02:28:28 UTC
c526704 #11963: fix Windows buildbots. 10 March 2013, 01:25:45 UTC
da9eeae #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo. 09 March 2013, 20:17:33 UTC
26e2faf Add warning in ctypes documentation for #16575 and #16576 09 March 2013, 13:56:35 UTC
9f7e247 Issue #17375: Add docstrings to the threading module. 09 March 2013, 04:02:13 UTC
3d08f25 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. 09 March 2013, 00:35:15 UTC
a7b584b Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation. 08 March 2013, 23:22:22 UTC
e754636 Closing #17378: ctypes documentation fix. Document that ctypes automatically applies byref() when argtypes declares POINTER. 08 March 2013, 13:34:58 UTC
82078bc Fix doc grammar and line width 06 March 2013, 14:53:39 UTC
f5a9bc5 #17364: remove documentation for a function that does not exist. 06 March 2013, 01:20:27 UTC
6234cc0 Reverting the changeset c31d700dea8b made for Issue #12921 05 March 2013, 10:24:03 UTC
c74e764 Fix Issue #12921: BaseHTTPServer's send_error should send the correct error response message when send_error includes a message in addition to error status. Patch contributed by Karl. 05 March 2013, 09:21:13 UTC
757408a merge 05 March 2013, 07:16:45 UTC
3e6aafe Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest. This removes the dependency on bisect and it bring the pure Python code in-sync with the C code. 05 March 2013, 07:15:01 UTC
eec152d Issue #16848: python-config now returns proper --ldflags values for OS X framework builds. 04 March 2013, 22:31:04 UTC
49e4dfe Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. 04 March 2013, 19:30:01 UTC
a84ecc6 #17346: make sure pickle tests are run against all protocols. 04 March 2013, 13:23:12 UTC
7cac1c2 Issue #16445: Fix potential segmentation fault when deleting an exception message. 03 March 2013, 11:13:34 UTC
ff0deb0 Fix markup in unittest doc. 01 March 2013, 19:26:04 UTC
c86e866 #17315: unlink a file that test_posixpath was leaving around. 01 March 2013, 18:56:13 UTC
dce969d The example regex should be a raw string. 28 February 2013, 19:11:11 UTC
1fef1eb Add a link to the demo dir. 28 February 2013, 15:55:17 UTC
79b2dba Fix markup in unittest docs. 28 February 2013, 06:28:11 UTC
2277b94 Issue #16406: combine the doc pages for uploading and registering to PyPI. 27 February 2013, 17:55:39 UTC
e41a463 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior 26 February 2013, 19:34:33 UTC
ba48264 Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR. 26 February 2013, 12:37:07 UTC
b1bbc0b Fix issue16932: Fix the urlparse example. Remote :port when scheme is not specified to demonstrate correct behavior 26 February 2013, 09:02:14 UTC
d36d4e0 Issue #13555: Fix an integer overflow check. 26 February 2013, 08:07:36 UTC
93bfe7d Issue #1470548: Do not buffer XMLGenerator output. Add test for fragment producing with XMLGenerator. 25 February 2013, 11:31:29 UTC
5b2cf5e #17275: Fix class name in init errors in C bufferedio classes. This fixes an apparent copy-and-paste error. Original patch by Manuel Jacob. 24 February 2013, 03:11:21 UTC
f794bde Revert "Issue #16121: Fix line number accounting in shlex" 23 February 2013, 22:05:54 UTC
4307278 Issue #16121: Fix line number accounting in shlex 23 February 2013, 21:07:39 UTC
fead3c8 Issue #16403: Document how distutils uses the maintainer field in PKG-INFO 23 February 2013, 20:05:48 UTC
2342784 Issue #16695: Document how glob handles filenames starting with a dot 23 February 2013, 18:53:03 UTC
0b78503 Issue #8890: Stop advertising an insecure use of /tmp in docs 23 February 2013, 18:24:31 UTC
9e14755 Issue #14720: sqlite3: Convert datetime microseconds correctly Patch by Lowe Thiderman 23 February 2013, 18:05:09 UTC
c23178b Issue #5033: Fix building of the sqlite3 extension module 23 February 2013, 16:05:28 UTC
0a4a7e1 Fix deprecation warning in test_tcl. 23 February 2013, 06:19:00 UTC
4dbcec9 Fix deprecation warning in tempfile. 23 February 2013, 06:16:07 UTC
ef1db54 #17249: check for the availability of the thread module. 23 February 2013, 04:33:51 UTC
2fddfd8 #17249: convert a test in test_capi to use unittest and reap threads. 23 February 2013, 03:45:37 UTC
6a959a1 #15438: add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson. 23 February 2013, 02:53:44 UTC
43b09d4 Fix the highlight in another example. 22 February 2013, 05:53:23 UTC
986f71c #17256: fix syntax highlight in embedding example. Patch by Kushal Das. 22 February 2013, 05:38:11 UTC
ed5fba2 #17035: use new style classes in classmethod/staticmethod examples. Patch by Berker Peksag. 22 February 2013, 05:34:52 UTC
13cee16 Issue #17203: add long option names to unittest discovery docs. 22 February 2013, 02:52:12 UTC
7d0eb4b #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn. 21 February 2013, 21:15:40 UTC
49d4022 Issue #17225: JSON decoder now counts columns in the first line starting with 1, as in other lines. 21 February 2013, 18:17:54 UTC
484dee3 Issue #17248: Fix os.*chown() testing when user is in root group. 21 February 2013, 12:33:45 UTC
d5bdb1f #17265: fix highlight in template example. Initial patch by Berker Peksag. 21 February 2013, 10:30:32 UTC
01a97f3 null merge from 2.6 20 February 2013, 23:25:17 UTC
f25d957 - Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. Patch by Zachary Ware. 20 February 2013, 23:19:55 UTC
8e830a0 fix building without pymalloc (closes #17228) 20 February 2013, 21:54:30 UTC
fffc479 Issue #17248: Fix os.*chown() testing when user has group root. 20 February 2013, 17:47:31 UTC
3e188c4 Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings. 20 February 2013, 17:39:59 UTC
c32b678 #7842: backport fix for py_compile.compile syntax error message handling. 20 February 2013, 01:00:11 UTC
5aff27a #7963: fix error message when 'object' called with arguments. Patch by Alexander Belopolsky. 19 February 2013, 03:04:59 UTC
c8e75ba Disable posixpath.realpath() tests on Windows (fix for issue #6975). 18 February 2013, 11:32:06 UTC
4676448 Issue #13153: Tkinter functions now raise TclError instead of ValueError when a unicode argument contains non-BMP character. 18 February 2013, 11:00:08 UTC
142d2bc Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). 18 February 2013, 10:20:44 UTC
fbc737e Fix issue #13169: Reimport MAXREPEAT into sre_constants.py. 18 February 2013, 09:14:04 UTC
4f53550 Remove unused certificate files 16 February 2013, 20:40:16 UTC
6098291 Fix test_ssl by replacing expired X509 certificate 16 February 2013, 20:39:28 UTC
6a8e2b4 Issue #9669: Protect re against infinite loops on zero-width matching in non-greedy repeat. Patch by Matthew Barnett. 16 February 2013, 19:23:01 UTC
e18e05c Issue #13169: The maximal repetition number in a regular expression has been increased from 65534 to 2147483647 (on 32-bit platform) or 4294967294 (on 64-bit). 16 February 2013, 14:47:15 UTC
94bf697 #17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan. 15 February 2013, 21:35:14 UTC
f157571 Issue #17208: add a note about the termination behaviour of daemon threads. 15 February 2013, 20:27:18 UTC
f4b6560 Add Misc/NEWS entry for Issue #16743 13 February 2013, 15:17:47 UTC
36b9d41 Issue #16743: Fix mmap overflow check on 32 bit Windows 13 February 2013, 12:05:14 UTC
ec50cb2 Fix tests for issue #5308. 13 February 2013, 10:31:19 UTC
8d7d6bc Issue #11311: StringIO.readline(0) now returns an empty string as all other file-like objects. 13 February 2013, 10:26:58 UTC
34fe1b7 Issue #5308: Raise ValueError when marshalling too large object (a sequence with size >= 2**31), instead of producing illegal marshal data. 13 February 2013, 10:07:43 UTC
7d36003 Fix for issue #16800: Use buffered write to handle EINTR. 12 February 2013, 22:59:11 UTC
0127de0 Issue #16800: tempfile.gettempdir() no longer left temporary files when the disk is full. Original patch by Amir Szekely. 12 February 2013, 22:34:46 UTC
back to top