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

sort by:
Revision Author Date Message Commit Date
2270d58 Make an entry for the os module's bytes accessors. Split codecs into a separate section. Rewrite the Unicode section. 20 January 2011, 09:04:39 UTC
03ca1a9 Add hasattr() example. 20 January 2011, 04:12:37 UTC
a275c98 Add more examples 20 January 2011, 04:03:19 UTC
d9c4a02 Move maintainers.rst into the devguide and rename it the Experts Index. 20 January 2011, 03:56:50 UTC
41c4da7 Rename AIX-NOTES to something that follows the convention in Misc. 19 January 2011, 23:08:44 UTC
ecdd63f #10944: add c_bool to types table. 19 January 2011, 20:05:49 UTC
41a99bc Issue #10934: Fixed and expanded Internaldate2tuple() and Time2Internaldate() documentation. Thanks Joe Peterson for the report and the original patch. 19 January 2011, 19:53:30 UTC
e47e093 Issue #10898: Allow compiling the posix module when the C library defines a symbol named FSTAT. 19 January 2011, 15:21:35 UTC
be9994e Fix markup. 19 January 2011, 08:44:33 UTC
f3923cf Suppress trailing spaces in table paragraphs. 19 January 2011, 08:42:03 UTC
89c1cd1 Expand entry for pydoc. 19 January 2011, 04:43:45 UTC
c1dfa2e Improve looks by replacing a bullet list with a table. 19 January 2011, 04:24:57 UTC
4bea978 Add examples for inspect. 19 January 2011, 04:14:34 UTC
a9013f9 Klocwork scan site no longer available. 19 January 2011, 00:49:06 UTC
4934864 Fix typo in example of barrier timeouts from r88102 18 January 2011, 23:45:53 UTC
2c3865b Expand barrier example to show time-outs. 18 January 2011, 22:58:33 UTC
e0f1f32 Missing word. 18 January 2011, 21:14:27 UTC
23ab101 Reword the OrderedDict entry to emphasize the default behavior, to show equivalent code, and to provide a use case. 18 January 2011, 20:25:04 UTC
ad62b03 Issue #10451: memoryview objects could allow to mutate a readable buffer. Initial patch by Ross Lagerwall. 18 January 2011, 18:57:52 UTC
c8a1686 Typos. 18 January 2011, 09:01:34 UTC
ba5512f More nits. 18 January 2011, 08:28:01 UTC
c136b04 Nits. 18 January 2011, 07:15:39 UTC
93c8cad More nits. 18 January 2011, 00:30:24 UTC
7ec790d Add example for the abc module. 18 January 2011, 00:19:30 UTC
ca904be Nits. 18 January 2011, 00:02:40 UTC
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
back to top