Staging
v0.8.1
swh:1:snp:635f4099902912592851108bcac178ff574f7c5f

sort by:
Revision Author Date Message Commit Date
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
8b8f2ec Kill last reference to defunct module 26 March 2011, 06:22:01 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
e3d09ff #11216: document all possible set_charset execution paths. 15 March 2011, 21:41:13 UTC
126848a Fix whitespace in test_subprocess 15 March 2011, 20:17:10 UTC
87541aa Merge 15 March 2011, 20:11:04 UTC
ec4b44b make this subversion artifact empty 15 March 2011, 20:03:13 UTC
2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no longer fails if zlib is not installed. Instead, the zipfile.ZIP_STORED compression is used to create the ZipFile. Patch by Natalia B. Bidart. 15 March 2011, 20:02:59 UTC
7dedcb4 #11555: update doc for 3.x change to as_string mangle_from default. 15 March 2011, 18:01:18 UTC
8beaa6c Revert typo fixes in _cytpes/libffi* 15 March 2011, 17:10:51 UTC
81ce685 Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was when test_subprocess was run. 15 March 2011, 06:04:11 UTC
42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. 15 March 2011, 03:18:48 UTC
f6db0bb Remove redundant __contains__ entry from Message docs. 15 March 2011, 02:43:38 UTC
e72e161 Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list Patch by Scott Wilson. 14 March 2011, 22:15:25 UTC
94eceeb Fix #11491. When dbm.open was called with a file which already exists and the "flag" argument is "n", dbm.error was being raised. As documented, dbm.open(...,flag='n') will now "Always create a new, empty database, open for reading and writing", regardless of a previous file existing. 14 March 2011, 19:35:35 UTC
2503249 Fixes #1099: Mac compile fails with pydebug and framework enabled Without this patch "./configure --with-pydebug --enable-framework CC=gcc-4.0" fails on MacOSX 14 March 2011, 14:11:59 UTC
d89ee79 #11488: Add tests for writelines method of SpooledTemporaryFile. Patch by Evan Dandrea. 14 March 2011, 13:55:46 UTC
8fea2e6 Issue #10885: Fix multiprocessing docs typo 14 March 2011, 08:40:15 UTC
d79210a #11490: EACCES can also mean command not found 14 March 2011, 02:13:09 UTC
6b19e50 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) 13 March 2011, 18:31:11 UTC
2b73660 Fix markup in inputoutput.rst. 13 March 2011, 00:19:57 UTC
77845ce Fix typo. 12 March 2011, 20:25:06 UTC
ab2b716 trunc -> math.trunc (closes #11475) 12 March 2011, 17:58:15 UTC
37a79fb Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operations in ROUND_FLOOR rounding mode. 12 March 2011, 11:12:52 UTC
abd4a05 Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex 12 March 2011, 03:40:25 UTC
26606fd Issue #11403: add some MSVC-generated files to .hgignore 11 March 2011, 22:42:49 UTC
7885833 #11446: fix incorrect PEP link. 11 March 2011, 18:50:42 UTC
9cc6249 Issue #11426: use 'with' statements on open files in CSV examples 11 March 2011, 14:33:36 UTC
3017806 #10999: Add missing documentation for chflags constants to stat module docs Patch by Michal Nowikowski. 10 March 2011, 22:18:33 UTC
c29cd93 Use simpler assert in basic example. 10 March 2011, 21:38:18 UTC
c542547 Reword the finalization note. 10 March 2011, 19:28:50 UTC
c60137b Explicitly mention that people should not depend on immediate finalization of objects in the language reference. 10 March 2011, 19:25:44 UTC
2d1e88a Backport from 3.2 several improvements and fixes for unittest.rst. 10 March 2011, 10:16:35 UTC
7983d33 Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when there are many tags (e.g. when using mq). Patch by Nadeem Vawda. 09 March 2011, 11:34:41 UTC
d285318 Issue #5622: Fix curses.wrapper to raise correct exception if curses initialization fails. 09 March 2011, 10:36:51 UTC
c8ab6ee Issue #11444: Lock handlers while flushing/closing during shutdown. 08 March 2011, 22:49:57 UTC
49d7149 transform izip_longest #11424 08 March 2011, 04:50:37 UTC
3f84b07 Issue #11424: Fix bug in determining child loggers. 07 March 2011, 17:49:33 UTC
d86e4c8 only do this sys.stderr replacing on CPython 06 March 2011, 23:14:30 UTC
81638f1 Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from working correctly with a relative path. 06 March 2011, 19:49:15 UTC
21967d0 Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files will have the right line ending even if the extension is not active. 06 March 2011, 10:28:23 UTC
1d0a0f5 #11294: add missing ERA_T_FMT to locale docs. 06 March 2011, 10:09:51 UTC
931e5c1 #11292: add missing A_REVERSE to curses attribute table. 06 March 2011, 10:08:35 UTC
a2388be #11239: add } to list of metacharacters (it is only a metacharacter sometimes, ie. when closing a {n,m} group, but so is ]. 06 March 2011, 10:07:11 UTC
45ec333 #11227: use Host header in asyncore example. 06 March 2011, 10:05:03 UTC
12a6153 #11373: fix spelling. 06 March 2011, 09:57:52 UTC
3640e18 #11405: do not reference the string module again for its deprecated functions, only for Template class. 06 March 2011, 09:56:18 UTC
da22719 #11392: you can trust the computer, but you have to know what it does. 06 March 2011, 09:53:55 UTC
e32acd0 #11337: remove unreferenced footnote. 06 March 2011, 09:51:18 UTC
310337f #11400: remove reference to pre-1.5 assignment behavior. 06 March 2011, 09:48:43 UTC
8256242 Adapt platform and test_platform to the build identification changes. 05 March 2011, 20:09:22 UTC
1ca2e79 Commit the hg build identification patch from the pymigr repo. 05 March 2011, 19:51:24 UTC
7b50c2c Fix buildbot failure following 97a5590b9291 06 March 2011, 00:47:18 UTC
16a0a0b Issue #11391: Writing to a mmap object created with `mmap.PROT_READ|mmap.PROT_EXEC` would segfault instead of raising a TypeError. Patch by Charles-François Natali. 06 March 2011, 00:11:03 UTC
back to top