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

sort by:
Revision Author Date Message Commit Date
598b513 Added a placeholder for str.format_map, as discussed with Raymond. My prose is horrible, some cleanup is required. 28 January 2011, 20:23:25 UTC
e180d39 Issue 10573: revert unittest docs to first / second Minor internal change to unittest.TestCase.assertCountEqual Reviewed by R. David Murray 28 January 2011, 19:51:48 UTC
66c908e #11027: documented how to override SECTCRE 28 January 2011, 11:57:30 UTC
469271d More source links 27 January 2011, 20:38:46 UTC
1a90f9c Issue 11008: docs updated to show versionadded for dictConfig. 27 January 2011, 19:14:16 UTC
e6f0abf More typical sample invocation of tarfile. 27 January 2011, 07:34:45 UTC
712d2b4 Add missing attributions. 27 January 2011, 06:46:54 UTC
8d09cb2 Update todo list. 27 January 2011, 06:10:18 UTC
7626ef9 Add an entry for tarfile. 27 January 2011, 05:48:56 UTC
a199368 More source links. 27 January 2011, 01:20:32 UTC
8b5eb2f Issue #11020: Command-line pyclbr was broken because of missing 2-to-3 conversion. (Patch reviewed by David Murray.) 27 January 2011, 00:06:54 UTC
528d9f6 Issue #11018: fix a test to not be a no-op in test_bz2. Found by Nadeem Vawda, reviewed by Brett. 26 January 2011, 23:29:28 UTC
7372a07 #11019: Make BytesGenerator handle Message with None body. Bug discovery and initial patch by Victor Stinner. 26 January 2011, 21:21:32 UTC
a63a312 Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a keyword-only argument. The preceding positional argument was deprecated, so it made no sense to add filter as a positional argument. (Patch reviewed by Brian Curtin and Anthony Long.) 26 January 2011, 20:34:14 UTC
e3b8f7c Markup nits. 26 January 2011, 19:36:13 UTC
bdd2d93 Revert r88197. I'll refix correctly once there is a test. 26 January 2011, 02:31:37 UTC
14eb4c3 Add a few imports to examples. 26 January 2011, 01:13:26 UTC
3a7ee3a Fix BytesGenerator._handle_text() if the message has no payload (None) 26 January 2011, 00:39:19 UTC
0c4cc55 fix import in email.message_from_binary_file() Parser => BytesParser 25 January 2011, 23:15:47 UTC
512d2cc Issue #11004: Repair edge case in deque.count(). (Reviewed by Georg Brandl.) Also made similar changes to deque.reverse() though this wasn't strictly necessary (the edge case cannot occur with two pointers moving to meet in the middle). Making the change in reverse() was more a matter of future-proofing. 25 January 2011, 21:32:39 UTC
5543e81 Tighten the restrictions on the test_sys test which triggers a fatal error when run with tracing turned on. 25 January 2011, 18:26:35 UTC
cfad97b Fix the description of PIPE_BUF 25 January 2011, 17:24:57 UTC
da7be3e Fix the doc for PIPE_BUF 25 January 2011, 16:28:44 UTC
902f320 Typo. 25 January 2011, 08:01:01 UTC
da4a05d Add entries for select and site. 25 January 2011, 07:46:07 UTC
2f707c9 Add math.erfc and turtledemo. 25 January 2011, 06:58:01 UTC
f9b8a19 Typo. 25 January 2011, 05:53:27 UTC
2c63906 Nits. 25 January 2011, 02:38:59 UTC
a4cfb42 Add entry for the math module. 25 January 2011, 02:35:58 UTC
ad81f2b Ignore the gdb.py file under OS X. 25 January 2011, 00:56:18 UTC
d454249 another pretty crasher served up by pypy 25 January 2011, 00:00:28 UTC
f4f0e6c Add entry for io.BytesIO.getbuffer(). 24 January 2011, 22:14:42 UTC
122539e #10974: IDLE no longer crashes if its recent files list includes files with non-ASCII characters in their path names. (with approval of release manager for 3.2rc2) 24 January 2011, 21:46:44 UTC
feac624 Issue #11000 ast.parse parses source, not just expressions. 24 January 2011, 21:36:03 UTC
b027011 Issue #9509: make argarse properly handle IOErrors raised by argparse.FileType. Approved by Georg in the tracker. 24 January 2011, 21:02:50 UTC
2a6ac15 Update last tix code example for 3.x, as already done for previous examples. 24 January 2011, 20:48:40 UTC
009a6bd Fix label syntax. 24 January 2011, 19:59:08 UTC
8e490de Typo fix. 24 January 2011, 19:53:18 UTC
7b1aae9 #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc. Original patch by Michal Nowikowski, with some additions and wording fixes by me. I changed the wording from 'Performs a stat system call' to 'Performs the equivalent of a stat system call', since on Windows there are no stat/lstat system calls involved. I also extended Michal's breakout of the attributes into a list to the other paragraphs, and rearranged the order of the paragraphs in the 'stat' docs to make it flow better and put it in what I think is a more logical/useful order. 24 January 2011, 19:34:58 UTC
a80ab10 Typos. 24 January 2011, 18:19:01 UTC
ead4975 Missing source links. 24 January 2011, 16:28:06 UTC
399bf7b Fix markup and add todo. 24 January 2011, 10:11:12 UTC
e7dfe74 Add entry for hash_info(). 24 January 2011, 09:17:24 UTC
9a236b0 Add section for urllib.parse. 24 January 2011, 09:01:27 UTC
a3b7a14 Add entry for the html module. 24 January 2011, 05:26:00 UTC
d0d59b1 Add entry for hashlib and expand the GC entry. 24 January 2011, 05:07:13 UTC
bf1d2bc Make the type consistent for hashlib algorithm constants. (Reviewed by Benjamin). 24 January 2011, 04:52:27 UTC
acff595 Add entries for dis, dbm, and ctypes. 24 January 2011, 01:51:49 UTC
50307b6 Add entries for array, asyncore, csv, compileall, and ast. 24 January 2011, 01:18:30 UTC
c3e8867 Skip a recursion depth check test when running under CPython and have a trace function set. Otherwise a Python fatal error about hitting an unrecoverable recursion depth gets triggered. Closes issue #10985. Code review by Georg Brandl. 23 January 2011, 23:06:05 UTC
6ef18f4 Fix typo. 23 January 2011, 21:33:36 UTC
971f483 minor clean-up. 23 January 2011, 21:32:18 UTC
cbc903b Add tracker references. 23 January 2011, 21:13:27 UTC
98b140c Add entry for reprlib. 23 January 2011, 21:05:46 UTC
e6d4c5b Issue #10987: Fix the recursion limit handling in the _pickle module. 23 January 2011, 17:12:25 UTC
0929b1f Add entry for shutil's archiving operations. 23 January 2011, 11:29:08 UTC
f2e439f Issue #10955: Fix typo in NEWS, cp497 => cp437 23 January 2011, 00:11:58 UTC
c7c199f #10983: fix several bugs in the _tunnel implementation that seem to have missed while porting between branches. A unittest is needed! 22 January 2011, 22:06:24 UTC
5953128 To match the behaviour of HTTP server, the HTTP client library now also encodes headers with iso-8859-1 (latin1) encoding. It was already doing that for incoming headers which makes this behaviour now consistent in both incoming and outgoing direction. 22 January 2011, 13:44:22 UTC
8d96d77 Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server. This makes the implementation of PEP 3333 compliant servers on top of BaseHTTPServer possible. 22 January 2011, 13:13:05 UTC
137e0f0 Issue #10955: fix NEWS entry 22 January 2011, 10:33:01 UTC
4ee65a9 Issue #10955: zipimport uses ASCII at bootstrap zipimport uses ASCII encoding instead of cp497 to decode filenames, at bootstrap, if the codec registry is not ready yet. It is still possible to have non-ASCII filenames using the Unicode flag (UTF-8 encoding) for file entries in the ZIP file. 22 January 2011, 10:30:29 UTC
01241d6 Issue #10949: Improved robustness of rotating file handlers. 21 January 2011, 23:35:57 UTC
00d650b Fix JSON docs about loads() accepting only str objects, not bytes. 21 January 2011, 21:37:32 UTC
2e042d3 Use a Latin-1 example that won't break the LaTeX PDF build. 21 January 2011, 09:18:19 UTC
7a168d9 Add example for __wrapped__. 21 January 2011, 04:59:00 UTC
f1dae31 Clarify what changed with respect to date ranges and two-digit years. 21 January 2011, 03:00:00 UTC
305bc9e Issue #10955: Fix a potential crash when trying to mmap() a file past its length. Initial patch by Ross Lagerwall. This fixes a regression introduced by r88022. 20 January 2011, 21:07:24 UTC
9ee94de Corrected the entry about new year range in the time module. 20 January 2011, 19:51:31 UTC
ec89d35 Move developers.txt to the devguide. 20 January 2011, 19:42:08 UTC
c0729bf Update Misc/README. 20 January 2011, 19:36:12 UTC
3fbfa77 Remove some outdated files from Misc. 20 January 2011, 19:34:35 UTC
37c0725 Move README.gdb to the devguide. 20 January 2011, 19:33:06 UTC
ad3729e Move README.Emacs to the devguide. 20 January 2011, 19:30:51 UTC
00db6aa Add an entry for the code repository. 20 January 2011, 09:47:04 UTC
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
back to top