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

sort by:
Revision Author Date Message Commit Date
1e6a173 very out of date file 17 January 2011, 23:49:51 UTC
9ba8b0a Add an import to the logging example 17 January 2011, 23:42:17 UTC
02dd70b The example for configparser was weird. 17 January 2011, 23:39:39 UTC
6f0d59b Beautify code examples. 17 January 2011, 23:10:55 UTC
66352d2 Wording nits. 17 January 2011, 22:33:11 UTC
1dcc84e Fix-up the XXX for importlib.abc. 17 January 2011, 21:55:40 UTC
4854d14 Tidy-up the ssl section. 17 January 2011, 21:29:58 UTC
6e7f582 Short README on gdb support. 17 January 2011, 21:12:54 UTC
15b47c5 Note that two-phase cyclic barriers are suitable for use in loops. 17 January 2011, 21:05:07 UTC
37b9e46 remove unneeded assertion 17 January 2011, 19:54:55 UTC
0dd5ca0 correct assertion 17 January 2011, 19:44:46 UTC
67641d2 turn some checks into assertions, since they are implied by the caller Reviewed by Georg. 17 January 2011, 19:24:34 UTC
83a682d Placeholder sentence pointing out that imoprtlib has updated (as well as deprecated) ABCs thanks to the new .pyc situation. 16 January 2011, 21:02:09 UTC
616667f rangeobject.c (compute_slice_indices): Make function static. 16 January 2011, 20:57:01 UTC
ebeb903 Mention deprecation of PyEval_{Acquire,Release}Lock(). 16 January 2011, 18:45:17 UTC
2e8ec22 More SSL-related stuff 16 January 2011, 18:41:36 UTC
f7fb762 Mention HTTP 0.9's partial demise. 16 January 2011, 18:34:09 UTC
bcba434 Mention the new context parameter to FTP_TLS, and the small API change in subprocess.Popen. 16 January 2011, 18:29:34 UTC
b965629 Issue 10889: Added entry for handling of indexing and slicing with ranges bigger than sys.maxsize. 16 January 2011, 18:22:06 UTC
eec6dbf Get proper credit 16 January 2011, 18:21:12 UTC
121a055 Fix misindent 16 January 2011, 18:16:52 UTC
33da1d6 Better description of SSL-related changes 16 January 2011, 18:16:09 UTC
255abdd Rewrap and punctuation consistency. 16 January 2011, 14:17:26 UTC
eea594b Add missing NEWS entry for r87948 16 January 2011, 13:08:48 UTC
9297709 Clean-up comment. 16 January 2011, 09:18:59 UTC
5bdfd91 Remove out-of-date comment 16 January 2011, 09:16:27 UTC
52a43b5 Fix two small issues. 16 January 2011, 09:11:45 UTC
0c5036f Post-release updates. 16 January 2011, 08:44:50 UTC
678fa9f Package zip_cp437_header.zip. Don't try to package subprocessdata/*.py twice. 15 January 2011, 19:43:18 UTC
7e8fe96 Tagging 3.2rc1. 15 January 2011, 19:02:06 UTC
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
back to top