https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
a1f6fab version to 2.7.4rc1 23 March 2013, 15:17:29 UTC
43cb4b7 update pydoc topics 23 March 2013, 15:15:25 UTC
71e2d2e nonlocal isn't a 2.x topic 23 March 2013, 15:09:24 UTC
5ded795 Hold key reference until the links have updated. 23 March 2013, 12:27:51 UTC
bb2dad8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). 23 March 2013, 11:18:10 UTC
0e29f22 Updated Misc/NEWS with #17508. 23 March 2013, 10:56:39 UTC
18613e6 Issue #17425: Build against openssl 0.9.8y on Windows. 22 March 2013, 21:01:56 UTC
8651a51 Issue #17508: Handled out-of-order handler configuration correctly. 22 March 2013, 15:19:24 UTC
469ee9d backout 66e30c4870bb for breaking OSX (#13150) 22 March 2013, 14:37:13 UTC
4507274 Modernize unittest example 22 March 2013, 14:17:38 UTC
28b7c05 - Issue #13150: 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%. 21 March 2013, 22:02:16 UTC
17feac7 fix issue reference 20 March 2013, 18:11:04 UTC
b2c57a9 this obviously is not going to raise any -3 warnings 20 March 2013, 18:10:41 UTC
625af8e site.py is needed to set up paths 20 March 2013, 17:47:57 UTC
5c87ad0 Use a larger amount of data for the interrupted_write tests so that they work properly on systems configured with large pipe buffers. 20 March 2013, 06:21:03 UTC
9795ca4 Issue #10212: Support new buffer interface for struct.unpack and cStringIO 20 March 2013, 00:17:47 UTC
1d108bc Issue #10211 : Buffer object should support the new buffer interface. 19 March 2013, 23:50:51 UTC
acb6e85 Issue #12098 : Fix a missing import in the unittests. 20 March 2013, 00:30:30 UTC
11f9893 Issue #10296 : Don't handle BreakPoint exceptions using Structured Exception Handling on windows. 19 March 2013, 22:24:10 UTC
8927e8f Issue #12098: multiprocessing on Windows now starts child processes using the same sys.flags as the current process. Backport from default branch. 19 March 2013, 22:07:35 UTC
ac0866f - update config.guess and config.sub 19 March 2013, 22:00:46 UTC
7161075 Reindent files for: - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting db-5.x, and dropping support for db-4.1 and db-4.2. 19 March 2013, 21:50:38 UTC
4950a3b - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting db-5.x, and dropping support for db-4.1 and db-4.2. 19 March 2013, 21:46:29 UTC
868f0aa issue #9090 : Take the same approach for socketmodule as daytimemodule when it needs support from timemodule (which is a .so on linux): link in timemodule.c for the required functions. 19 March 2013, 20:53:56 UTC
a39c47a #8862: Fix curses cleanup with getchar is interrupted by a signal. I have no idea how one would write a test for this. Patch by July Tikhonov. 19 March 2013, 20:26:53 UTC
620e364 issue #9090 : Limit the fix to windows since getting a portable simple time function on non-windows isn't quite simple. 19 March 2013, 20:01:05 UTC
6ebc8f3 Issue #9090 : Error code 10035 calling socket.recv() on a socket with a timeout (WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately) 19 March 2013, 17:58:59 UTC
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
back to top