https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
d0ebc75 Fix mmap and test_mmap under Windows too (followup to r88022) 15 January 2011, 17:25:58 UTC
3988ed8 Bump to 3.2rc1. 15 January 2011, 17:08:53 UTC
23e924f Fix "make suspicious" errors and update ignore file. 15 January 2011, 17:05:20 UTC
375aec2 Fix a few doc errors, mostly undefined keywords. 15 January 2011, 17:03:02 UTC
6dc50f3 Update to 1.0.7. 15 January 2011, 16:45:03 UTC
5cc3dcb Update pydoc topics. 15 January 2011, 16:44:11 UTC
85f4615 Issue #10916: mmap should not segfault when a file is mapped using 0 as length and a non-zero offset, and an attempt to read past the end of file is made (IndexError is raised instead). Patch by Ross Lagerwall. Requested by Georg. 15 January 2011, 16:17:07 UTC
f5cf435 Nits 15 January 2011, 14:31:49 UTC
5ace8e9 Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and PyEval_ReleaseLock(). The thread-state aware APIs should be used instead. 15 January 2011, 13:11:48 UTC
bedd2c2 Reword and restructure the GIL API doc 15 January 2011, 12:54:19 UTC
9bf8d1c Add mention of how to switch interpreters 15 January 2011, 12:21:53 UTC
f1dfe73 Improve description of issues 15 January 2011, 12:10:48 UTC
8b50b83 Restructure a bit 15 January 2011, 11:57:42 UTC
0765dd6 Standard streams use file descriptors, not FILE pointers. 15 January 2011, 11:44:17 UTC
126c8b4 Avoid ResourceWarnings in ccbench 15 January 2011, 11:39:23 UTC
6a002c0 Fix the GIL with subinterpreters. Hopefully this will allow mod_wsgi to work with 3.2. (we need some tests for this) 15 January 2011, 11:37:11 UTC
ad30c42 Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks to Devin Jeanpierre for spotting the problem. 15 January 2011, 10:23:34 UTC
22c3366 Add self to mac platform area in maintainers.rst. 15 January 2011, 05:53:33 UTC
7f15fa9 Remove spurious copy of Mac/IDLE/idlemain.py left over from conversion from Python 2 build process. The correct version is in Mac/IDLE/IDLE.app/Contents/Resources/ 15 January 2011, 05:44:21 UTC
4f7ff78 #10843: Update third-party library versions used in OS X 32-bit installer builds: bzip2 1.0.6, readline 6.1.2, SQLite 3.7.4 (with FTS3/FTS4 and RTREE enabled), and ncursesw 5.5 (wide-char support enabled). 15 January 2011, 05:29:12 UTC
916f2a8 #10843: Install the Tools directory on OS X in the applications Extras (/Applications/Python 3.n/Extras/) where the Demo directory had previous been installed. 15 January 2011, 05:05:53 UTC
2272670 #10907: Update OS X installer build README to better reflect current build practices. 15 January 2011, 04:44:12 UTC
4ce92b2 #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, rather than the currently problematic Apple-supplied one, when running with the 64-/32-bit installer variant. 15 January 2011, 04:37:12 UTC
c598296 Issue #4953: add the author of the patch 14 January 2011, 14:11:45 UTC
c58be2d urllib doc: add versionchanged sections for parse_qs() and parse_qsl() 14 January 2011, 13:31:45 UTC
f1c7ca9 cgi: use isinstance(x, list) instead of type(x) == type([]) 14 January 2011, 13:08:27 UTC
5c23b8e Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not as unicode, and accept binary files. Add encoding and errors attributes to cgi.FieldStorage. 14 January 2011, 13:05:21 UTC
1d87deb test_urlparse: add tests for encoding and errors arguments 14 January 2011, 13:05:19 UTC
ac71c54 Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() 14 January 2011, 12:52:12 UTC
489f392 Issue #10902: Fix reference to run* methods 14 January 2011, 08:25:03 UTC
0739591 Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844 14 January 2011, 07:31:14 UTC
cc75a86 Issue #9268: Documented -m pickletools usage. Also added a source code link. 13 January 2011, 21:58:44 UTC
d958ea7 Issue 10899: Remove function type annotations from the stdlib 13 January 2011, 19:08:04 UTC
cbb8089 Issue #10899: Move function type annotations into docstrings. Note, the docstrings (for the most part) were already very thorough and included type information. 13 January 2011, 18:15:51 UTC
37a80dc Fix the example output of count(). 13 January 2011, 07:31:18 UTC
ee31e31 Add semicolon for consistency. 13 January 2011, 07:24:40 UTC
4d73b57 More PEP 8: no space around "=" in argument lists. 13 January 2011, 07:13:06 UTC
547d485 plug reference leak 13 January 2011, 04:22:54 UTC
00fa039 Issue 10899: Remove function type annotations from the stdlib 13 January 2011, 02:52:26 UTC
cd92f37 Issue 10899: Remove function type annotations from the stdlib 13 January 2011, 02:31:25 UTC
3c94024 Issue #10899: No function type annotations in the standard library. Removed function type annotations from _pyio.py. 12 January 2011, 23:39:31 UTC
1e28513 Fix test_bigaddrspace (some tests didn't trigger the expected MemoryError) 12 January 2011, 22:02:45 UTC
98c62bd A better message again 12 January 2011, 21:58:39 UTC
e0d3f8a More informative skip message in @bigaddrspace 12 January 2011, 21:50:44 UTC
9dd1171 Fix @bigmemtest when no limit is given by the user (oops) 12 January 2011, 21:40:20 UTC
aca5fa7 Make test skipping message nicer, and remove the rather useless "overhead" parameter. 12 January 2011, 21:19:59 UTC
219c300 Remove the funky function annotation from numbers.py. 12 January 2011, 20:52:39 UTC
45545f7 Fix the expected memory use of utf-8 encoding. Also, release the one reference to a huge object even when an exception is raised. 12 January 2011, 20:46:37 UTC
b3d89a4 Remove function annotations that slipped into _abcoll. These are reserved for third-party use. 12 January 2011, 20:37:47 UTC
23b628e use PyErr_SetString instead of PyErr_Format 12 January 2011, 18:56:07 UTC
318b8f3 Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch by Ross Lagerwall. 12 January 2011, 18:45:27 UTC
287d1fd Issue #10225: Fixed the simple mistakes in doctests. 12 January 2011, 16:37:14 UTC
477ba91 don't segfault on deleting __abstractmethods__ #10892 12 January 2011, 15:34:01 UTC
5e8dada oops, wrong class 12 January 2011, 15:25:02 UTC
1c02a44 move this test to test_descr; it's not abc specific 12 January 2011, 15:24:27 UTC
1efb8dc fix weirdly ambigious sentence 12 January 2011, 04:44:41 UTC
e993b10 Issue 10889: Support slicing and indexing of large ranges (no docs changes, since, as far as I know, we never said anywhere that this *didn't* work) 12 January 2011, 03:15:52 UTC
b436b6c Revert r87946. The virtues of readability and of examples that can be cut and pasted are more important than having a doctests on examples that already work. 12 January 2011, 01:16:57 UTC
fdf2925 Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest runs. Based on part of A. Belopolsky's patch. 11 January 2011, 23:05:50 UTC
524359f Add comment. 11 January 2011, 22:08:55 UTC
ef4a03f Issue #5109: array.array constructor will now use fast code when initial data is provided in an array object with correct type. 11 January 2011, 21:44:00 UTC
cf8a382 Update the email section 11 January 2011, 21:20:20 UTC
9767365 Update the datetime and time section. 11 January 2011, 21:13:26 UTC
3a8ae5f Clean-up threading.Barrier example. 11 January 2011, 20:51:45 UTC
5cee47f Add entry for Barrier objects. 11 January 2011, 19:59:46 UTC
a3e8f3d Typo. 11 January 2011, 10:24:34 UTC
90be5fb Issue 10556: test_zipimport_support implicitly imports too many modules (including _ssl) to safely clobber sys.modules after each test 11 January 2011, 10:05:20 UTC
6655d11 Add a todo. 11 January 2011, 08:49:10 UTC
daba60b developers.txt entry for Eli (at Brett's request) 11 January 2011, 02:42:15 UTC
a689241 This should fix mktime test on Windows 11 January 2011, 02:22:16 UTC
31c5dd6 Make mktime test more robust. 11 January 2011, 01:35:22 UTC
b7d40d1 Issue #1726687: time.mktime() will now correctly compute value one second before epoch. Original patch by Peter Wang, reported by Martin Blais. 11 January 2011, 01:21:25 UTC
7234479 Issue #9611: remove useless and dangerous explicit conversion to size_t 11 January 2011, 00:04:12 UTC
51e2107 Fix typos and markup. 10 January 2011, 23:38:15 UTC
5fc850b Improved footnote for the %Y directive slightly. 10 January 2011, 23:31:51 UTC
085556a Improved description of %Y directive. 10 January 2011, 23:28:33 UTC
262cc7f Issue #10875: Update Regular Expression HOWTO; last bit. 10 January 2011, 23:13:21 UTC
95f1dfc Issue #9566: Fix pyparse.xmlparser.ParseFile() Fix readinst() if file.read(n) returns a bytes object longer than n: return -1 instead of the the buffer size to raise an exception. Simplify also the function code. 10 January 2011, 23:00:36 UTC
9971e00 Issue #2568: Removed bogus rationale for supporting tm_sec=61. 10 January 2011, 22:56:14 UTC
9a1383e #10820: Fix OS X framework installs to support version-specific scripts (implemented in #10679). 10 January 2011, 22:14:25 UTC
dc004a3 Removed time.ctime from the list of functions that take a time tuple argument 10 January 2011, 21:58:52 UTC
bd96b06 Added entries about removal of year 1900 limit. 10 January 2011, 21:55:34 UTC
aacfd4a Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. 10 January 2011, 21:27:49 UTC
eb70b90 Misspelling. 10 January 2011, 21:26:49 UTC
05ce079 Missed two source links 10 January 2011, 21:16:07 UTC
4f707fd Separate source link from main text. 10 January 2011, 19:54:11 UTC
04da1e0 Fixed a footnote reference 10 January 2011, 19:14:38 UTC
de2e618 Fix typos. 10 January 2011, 05:40:57 UTC
1048094 Move source links to consistent location and remove wordy, big yellow boxes. 10 January 2011, 03:26:08 UTC
a4815ca Issue #10872: The repr() of TextIOWrapper objects now includes the mode if available. (at Georg's request) 09 January 2011, 20:38:15 UTC
a6c91f5 Add Ned Deily. 09 January 2011, 18:28:07 UTC
d7e81cc #10874: test_urllib2 shouldn't use `is` operator for comparing strings Patch by Adreas Stührk. 09 January 2011, 18:18:53 UTC
04536b0 #10871: "file" does not exist anymore in Python 3. Also adapt the reprs of opened file objects. 09 January 2011, 09:31:01 UTC
c900708 Wrap some long examples and signatures. 09 January 2011, 09:04:08 UTC
efb6902 Add missing line. 09 January 2011, 07:50:48 UTC
619e7ba #10869: do not visit root node twice in ast.increment_lineno(). 09 January 2011, 07:38:51 UTC
5b2d9dd #5871: protect against header injection attacks. This makes Header.encode throw a HeaderParseError if it winds up formatting a header such that a continuation line has no leading whitespace and looks like a header. Since Header accepts values containing newlines and preserves them (and this is by design), without this fix any program that took user input (say, a subject in a web form) and passed it to the email package as a header was vulnerable to header injection attacks. (As far as we know this has never been exploited.) Thanks to Jakub Wilk for reporting this vulnerability. 09 January 2011, 02:35:24 UTC
e3ee66f Issue #10357: Clarify what it means to be a mapping. 08 January 2011, 23:44:37 UTC
4ad934f zlib only works with bytes objects. 08 January 2011, 21:04:25 UTC
2997837 Fixed documentation to reflect recent changes for years < 1900. 08 January 2011, 20:47:21 UTC
back to top