Staging
v0.8.1

sort by:
Revision Author Date Message Commit Date
7bba683 Add another example to the collections module docs. 16 April 2011, 00:43:19 UTC
1c746c2 Fix minor subclassing issue with collections.Counter 15 April 2011, 20:16:46 UTC
181810b #11843: remove duplicate line from table in distutil doc. 15 April 2011, 15:05:09 UTC
2df6a93 Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. "\U00012345"[0]). 15 April 2011, 13:38:34 UTC
397eb44 Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. 15 April 2011, 10:20:24 UTC
20f53f1 #11848: replace dead link in random.betavariate comment. 15 April 2011, 05:25:16 UTC
60adf95 #4783: document that is not possible to use json.dump twice on the same stream. 15 April 2011, 04:37:00 UTC
046a764 Issue #11827: remove mention of list2cmdline in the doc of subprocess 15 April 2011, 04:23:26 UTC
2d2ea1b Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows 14 April 2011, 05:16:30 UTC
95cd91c #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. 14 April 2011, 04:43:53 UTC
832c8bb #9101: backport json reference in configparser doc. 14 April 2011, 03:41:38 UTC
b4fb909 Remove inexistent tools 13 April 2011, 21:04:27 UTC
e0fd2f8 Fix wording and clarify that the IDNA codec operates on full domain names. Before reading the code to check, I wasn't sure if it operated on full domain names or just individual labels. 13 April 2011, 18:12:18 UTC
ce073cd Fix typo in docstring. 13 April 2011, 13:43:21 UTC
d210aa1 #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available. 13 April 2011, 04:10:13 UTC
42368f9 Remove unnecessary imports and use assertIs instead of assertTrue. 13 April 2011, 04:08:17 UTC
c753305 #9233: Fix json to work properly even when _json is not available. 13 April 2011, 04:04:18 UTC
4f95a52 #9233: skip _json-specific tests when _json is not available. 13 April 2011, 03:58:29 UTC
a8b0f9a Merge updates 13 April 2011, 01:35:37 UTC
60f02a6 Update the News for the fix to Issue11703. 13 April 2011, 01:21:01 UTC
3dd02d6 #10019: Fix regression relative to 2.6: add newlines if indent=0 Patch by Amaury Forgeot d'Arc, updated by Sando Tosi. 13 April 2011, 01:02:45 UTC
abdeeff merge heads 12 April 2011, 23:34:06 UTC
bd3e362 make assigning to a bytes literal a syntax error (closes #11506) 12 April 2011, 23:33:28 UTC
2643041 Fix Issue11703 - urllib2.geturl() does not return correct url when the original url contains #fragment. Patch Contribution by Santoso Wijaya. 12 April 2011, 23:01:19 UTC
3780542 Issue 11747: Fix output format for context diffs. 12 April 2011, 22:14:12 UTC
308f14a Add maxlinelen to docstring, delete obsolete wording 12 April 2011, 19:00:44 UTC
84c209a Correct leading spaces in my NEWS entry. 11 April 2011, 23:35:18 UTC
628f980 Add NEWS item for #5162. 11 April 2011, 23:09:24 UTC
e2f2998 Fix #5162. Allow child spawning from Windows services (via pywin32). 11 April 2011, 22:56:23 UTC
45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms and on OS X with pydebug. 09 April 2011, 21:50:59 UTC
517ac72 Issue #9670: Increase the default stack size for secondary threads on Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (Patch by Ronald Oussoren) 09 April 2011, 19:32:12 UTC
e620d10 Issue #11719: Fix message about unexpected test_msilib skip. Patch by Nadeem Vawda. 09 April 2011, 17:30:03 UTC
52c950f Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted (EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch written by Charles-Francois Natali. 09 April 2011, 13:55:44 UTC
e1292a2 #11492: fix header truncation on folding when there are runs of split chars. Not a complete fix for this issue. 08 April 2011, 00:54:03 UTC
7da4db1 Improve test coverage of _split_ascii method. 08 April 2011, 00:37:17 UTC
88e1945 Refinement by Stefan Krah (see issue 11715, msg133194) to exit early if the dpkg-architecture command is not found on $PATH. This should fix the failures on FreeBSD and Solaris, which do not create the target file via I/O redirection if the command isn't found (unlike Linux and OS X which do). 07 April 2011, 14:40:36 UTC
5ca305a Issue 11715: Build extension modules on multiarch Debian and Ubuntu by extending search paths to include multiarch directories. 06 April 2011, 19:18:12 UTC
8f377a3 Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. 06 April 2011, 04:54:06 UTC
c824e9a Try to fix sporadic test_multiprocessing failure 05 April 2011, 16:11:33 UTC
4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. 05 April 2011, 13:34:00 UTC
45fdb45 Try to fix sporadic failure in test_thread/test_threading 04 April 2011, 19:59:09 UTC
b35f29a Issue #11761: make tests for gc.get_count() less fragile 04 April 2011, 17:50:42 UTC
b5ff3e4 Fix typo noticed by Sandro Tosi. 03 April 2011, 13:20:21 UTC
d055956 Merge 3.1 30 March 2011, 11:54:13 UTC
35722a9 Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle. ti can raise an exception even if PyLong_Check() has succeeded. 30 March 2011, 11:04:28 UTC
d6c1d57 Issue 11713: clarify docstring for collections.deque() 30 March 2011, 00:30:01 UTC
acb6309 Merge issue 11662. 29 March 2011, 19:55:41 UTC
a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. (This version is a cleaned-up backport of a fix by Senthil Kumaran.) 29 March 2011, 18:41:02 UTC
ad45bfe let's keep parenthesis around sizeof 28 March 2011, 22:25:15 UTC
9b2e67c #10617: add class directives to collections ABCs. 28 March 2011, 10:50:41 UTC
f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. 27 March 2011, 19:05:51 UTC
92b60d5 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. 27 March 2011, 15:25:40 UTC
ccd2283 Fix misplaced Misc/NEWS entry. 27 March 2011, 14:46:32 UTC
9bad3a9 Fix short file name generation in bdist_msi. Patch by Christoph Gohlke. Closes #7639. 27 March 2011, 08:12:07 UTC
c01ffdf revert unintended changes 26 March 2011, 23:11:54 UTC
39530f8 always check return value of PyObject_IsInstance for error 26 March 2011, 23:04:09 UTC
8d6c62d check possible recursive _as_parameter_ to prevent segfault (closes #1838) 26 March 2011, 22:56:28 UTC
b8a5769 Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. Patch by Ben Hayden. 26 March 2011, 19:19:57 UTC
89461ef Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. 26 March 2011, 10:19:03 UTC
211643b Branch merge 26 March 2011, 00:55:56 UTC
946f172 <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue #4676 26 March 2011, 00:29:13 UTC
f84eb5a Branch merge 25 March 2011, 23:47:47 UTC
5ab4776 Tweaks to sys.flags description table. The options listed in the table are now links to their documentation, and the table uses compact markup to make it easier to read and edit. First proposed in #10998. 25 March 2011, 23:47:04 UTC
a464d4e Remove untrue statement from tutorial 25 March 2011, 20:53:58 UTC
b9a428d #9557: eliminate 3 seconds of static overhead from test_mailbox. This patch doesn't quite fix the 'run in a VM with Samba share' timing problem, but it should at least make it better. 25 March 2011, 20:03:47 UTC
4dcf502 Use universal construct os.path.expanduser('~') instead of os.environ['HOME'] 25 March 2011, 19:31:50 UTC
ebbf1e6 #2650: Refactor re.escape to use enumerate(). 25 March 2011, 12:19:30 UTC
7b9e97b #2650: Add tests with non-ascii chars for re.escape. 25 March 2011, 12:09:33 UTC
d2114eb #2650: Refactor the tests for re.escape. 25 March 2011, 12:08:44 UTC
5cf7878 Merge 3.1 24 March 2011, 17:19:35 UTC
b938c8c #11606: improved body_encode algorithm, no longer produces overlong lines Algorithm and initial patch by Michael Henry. 24 March 2011, 16:19:26 UTC
f943991 Merge 3.1 24 March 2011, 16:03:36 UTC
29943aa test_multiprocessing: use assertLess() to see the timeout on error 24 March 2011, 15:24:07 UTC
cafd79d #11590: fix quoprimime decode handling of empty strings and line endings. 23 March 2011, 19:25:55 UTC
ec1b5b8 #11589: add additional tests for the email quoprimime module. Patch by Michael Henry. 23 March 2011, 18:19:05 UTC
4804991 Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raymond. 23 March 2011, 01:08:07 UTC
c706dbf Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. 23 March 2011, 00:33:17 UTC
3b654be Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. 22 March 2011, 23:27:02 UTC
a8e4d6e Issue 10787: Document the probability density function for random.gammavariate. 22 March 2011, 22:55:51 UTC
b199b22 Issue 10988: fix description of super's descriptor call. 22 March 2011, 22:28:45 UTC
e5820c6 Issue #11625: Fix Typo 22 March 2011, 16:11:39 UTC
82d8ec5 Fix duplicate word. 21 March 2011, 07:55:16 UTC
75fc566 <Home> toggle non-functional when NumLock set on Windows. Issue3851. 21 March 2011, 06:13:42 UTC
451385d Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int (length bigger than 2^31-1 bytes). 21 March 2011, 02:22:50 UTC
e788ace Fix some issue references in NEWS 20 March 2011, 23:01:23 UTC
628225c Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar for expiration year greater than 2038 on 32-bit systems. 21 March 2011, 01:38:51 UTC
09eb980 Fix typo in class name 20 March 2011, 17:30:37 UTC
8189ab8 Call reap_children() where appropriate 20 March 2011, 16:35:32 UTC
9c0d5ea Markup fixes for #7198 patch. 20 March 2011, 15:18:21 UTC
f453deb #7198: really add newline='' to csv.writer docs. Changeset ab27f16f707a was messed up by a rebase (as were 959f666470cc and 9d1b1a95bc8f) and the patch only got applied to default. 20 March 2011, 14:23:22 UTC
1b407fe Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. 20 March 2011, 02:44:30 UTC
877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates unbuffered pipes, such that select() works properly on them. 19 March 2011, 16:00:37 UTC
5e98141 Issue #5421: Fix misleading error message when one of socket.sendto()'s arguments has the wrong type. Patch by Nikita Vetoshkin. 17 March 2011, 21:38:37 UTC
9f9193e Error message in http.server code. Missed to update in 3.1 branch initially. 17 March 2011, 09:01:45 UTC
de91276 #11401: handle headers with no value. 16 March 2011, 22:26:23 UTC
6d94bd4 #9298: restore proper folding of base64 encoded bodies. Patch by Yves Dorfsman. 16 March 2011, 19:52:22 UTC
d3b7a55 Close Issue 11570: Lib/test/test_distutils.py tries to mix 32 and 64 bits object files, doesn't obey LDFLAGS 16 March 2011, 19:37:54 UTC
0b8753d Issue #11569: use absolute path to the sysctl command in multiprocessing to ensure that it will be found regardless of the shell PATH. This ensures that multiprocessing.cpu_count works on default installs of MacOSX. 16 March 2011, 13:41:32 UTC
9465d42 Revert typo fixes in zlib/* 16 March 2011, 10:48:54 UTC
1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. 16 March 2011, 09:05:33 UTC
back to top