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

sort by:
Revision Author Date Message Commit Date
419e3de Fix some markup and style in the unittest docs. 01 December 2010, 15:44:25 UTC
f7f5a82 #10594: fix parameter names in PyList API docs. 01 December 2010, 15:36:33 UTC
063f237 Add missing word, and add a better reference to the actual function. 01 December 2010, 15:32:43 UTC
5ce0aa2 Add recipe to itertools doc. 01 December 2010, 10:49:19 UTC
c79fb0e Issue 10593: Adopt Nick's suggestion for an lru_cache with maxsize=None. 01 December 2010, 03:45:41 UTC
ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. 01 December 2010, 02:32:32 UTC
f10c400 Fix test failure in debug builds and add NEWS entry for r86908 01 December 2010, 01:45:53 UTC
6090187 #10535: Enable silenced warnings in unittest by default 01 December 2010, 00:56:10 UTC
00f2f97 Doc and docstring nits. 01 December 2010, 00:47:56 UTC
c0abc4e Fix #10591. Fix test_os for refleak runs. Split a common setUp/tearDown into the appropriate parts. 30 November 2010, 23:46:54 UTC
715f3cd Issue #8685: Speed up set difference `a - b` when source set `a` is much larger than operand `b`. Patch by Andrew Bennetts. 30 November 2010, 22:23:20 UTC
697ce95 Add link to specification. 30 November 2010, 20:32:59 UTC
cc03858 Documentation nits. 30 November 2010, 20:02:57 UTC
7496b41 Add example, tighten text, and minor clean-ups. 30 November 2010, 19:15:45 UTC
d01df46 Fix typo: "ofbytes" should be "of bytes" 30 November 2010, 17:49:53 UTC
dcb4491 Add some internal links. 30 November 2010, 17:45:41 UTC
73f382d Issue #9598: untabify.py will now respect encoding cookie in the files it processes 30 November 2010, 17:30:43 UTC
ff2a4ba Let’s keep “throw” for the generator method and use “raise” elsewhere. 30 November 2010, 17:20:31 UTC
827fdaa Issue #10552: Partially fixed a sort error in Tools/unicode/gencodec.py 30 November 2010, 16:56:15 UTC
f498b75 Actually fix what I attempted to fix in r86888... 30 November 2010, 15:54:04 UTC
9fc443c Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences in addition to character strings 30 November 2010, 15:48:08 UTC
43f0c27 Try to fix failures on platforms that can't encode the test characters. Skip the test if encoding fails. 30 November 2010, 15:40:04 UTC
5aa580f Fix typo. 30 November 2010, 14:57:54 UTC
e5b99f0 Remove redundant includes of headers that are already included by Python.h. 30 November 2010, 09:41:01 UTC
71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. 30 November 2010, 09:30:54 UTC
53afa6d Fix input type for zlib. 30 November 2010, 08:20:16 UTC
8f358aa #10584: fix bad links. 30 November 2010, 07:43:28 UTC
5e20bab Neaten-up a bit. 30 November 2010, 07:13:04 UTC
7921b9f Issue 10220: switch to using string constants rather than integers for inspect.getgeneratorstate() return values and make debugging friendly str() and repr() for generator states a requirement in the test suite 30 November 2010, 06:36:04 UTC
234515a Issue 10586: change the new functools.lru_cache implementation to expose the maximum and current cache sizes through the public statistics API. This API is now a single function that returns a named tuple. 30 November 2010, 06:19:46 UTC
ff27ee0 Issue #10572: Moved json tests to Lib/test/json_tests. Approved by Raymond Hettinger. 30 November 2010, 03:03:30 UTC
69b34bf Issue #10323: Predictable final state for slice(). 30 November 2010, 02:49:29 UTC
ac9a2bb Use booleans where applicable. 29 November 2010, 20:19:15 UTC
2660747 Code style cleanup in bdb. 29 November 2010, 20:12:24 UTC
8175dae Fix heading style inconsistencies. 29 November 2010, 14:53:15 UTC
51be98a Fix indentation bug. 29 November 2010, 14:50:54 UTC
3d0f388 Remove the comment used while testing. 29 November 2010, 12:42:29 UTC
6f10704 Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number. Handle multiple breakpoints at same line. Update docs/test. Patch by Xavier de Gaye. 29 November 2010, 11:54:17 UTC
ead2222 Issue #10565: Iterator ABC should require both __next__ and __iter__. 29 November 2010, 03:56:12 UTC
263cbdf Use assertCountEqual instead of assertItemsEqual 29 November 2010, 02:02:10 UTC
40b8cf5 Do not add an obsolete unittest name to Py3.2. 29 November 2010, 01:38:25 UTC
fc889c4 Fix for #8879. Amaury noticed that this was originally written in a way that would fail on names that can't be encoded with the mbcs codec. Restructured the function to work with wide names first then narrow names second, to fall in line with the way other functions are written in posixmodule.c. 28 November 2010, 23:59:46 UTC
1de9115 Add callable() to the built-in functions table. 28 November 2010, 04:18:54 UTC
f6861ae there's now a setup.py switch for this 28 November 2010, 02:51:28 UTC
2a7feee Windows: fix leak in posix_listdir. 27 November 2010, 22:06:49 UTC
e71362d Issue #10518: Bring back the callable() builtin. Approved by Guido (BDFL) and Georg (RM). 27 November 2010, 22:00:11 UTC
dc9b17d Add version-added note twice for new difflib SequenceMatcher autojunk parameter. 27 November 2010, 20:52:14 UTC
a66e029 Make doc for PyErr_Format() up to date. 27 November 2010, 20:40:43 UTC
34520cd Roumen Petrov's fix for when all paths are absolute. (Issue 10520) 27 November 2010, 20:03:03 UTC
30b341f Fix additional leaks. 27 November 2010, 11:44:18 UTC
6e165b3 Issue 10242: unittest.assertItemsEqual makes too many assumptions. 27 November 2010, 09:31:37 UTC
db213a2 Replace _nbits() with int.bit_length(). 27 November 2010, 08:09:40 UTC
76338ec Rewrap long lines + minor edits 26 November 2010, 23:46:18 UTC
8acb67c Use link-generating markup (see #9312) 26 November 2010, 23:31:07 UTC
1f75f5d Fixed deprecation warnings. 26 November 2010, 18:51:39 UTC
0e803b3 Further indentation cleanup. 26 November 2010, 16:16:47 UTC
9943926 Issue #10383: Fix two leaks. 26 November 2010, 12:58:05 UTC
fe12390 Better example for os.system(): do not change the system time. 26 November 2010, 12:12:14 UTC
326c57d Typo fix. 26 November 2010, 12:10:06 UTC
62f52c4 Remove parenthetical remark that is confusing now that the module is not named "__builtin__" anymore. 26 November 2010, 12:08:19 UTC
f51a6c7 #10420: fix docs of bdb.effective(). 26 November 2010, 12:05:48 UTC
9aed6cc Modernize code in effective(). 26 November 2010, 12:05:27 UTC
c877a7c Use PyLong_FromLong where appropriate. 26 November 2010, 11:55:48 UTC
8449932 #10526: fix typo. 26 November 2010, 11:50:13 UTC
735bb12 Indentation cleanup. 26 November 2010, 10:54:09 UTC
67f953c s/colour/color/g 26 November 2010, 02:20:04 UTC
31717e8 #10453 follow-up: Fix test_quiet on Windows, thanks to Stephan Krah. 26 November 2010, 00:39:59 UTC
984bb58 Issue #7094: Add alternate ('#') flag to __format__ methods for float, complex and Decimal. Allows greater control over when decimal points appear. Added to make transitioning from %-formatting easier. '#g' still has a problem with Decimal which I'll fix soon. 25 November 2010, 16:08:06 UTC
c1d98d6 Mouse support and colour to Demo/curses/life.py by Dafydd Crosby 25 November 2010, 14:56:44 UTC
24aa26b Fix compilation warnings seen on Windows. 'typecode' is always an ascii letter, there was no data lost. 25 November 2010, 08:13:35 UTC
5fa40c0 Clean-up docstring, comments, and whitespace. 25 November 2010, 08:11:57 UTC
99f9637 Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. Patch by Terry Reedy, Eli Bendersky, and Simon Cross 25 November 2010, 06:12:34 UTC
bd86301 sys.abiflags is not defined on all platforms. 25 November 2010, 03:46:44 UTC
d5eaa5f sys.abiflags may not be defined on all platforms. 25 November 2010, 01:34:47 UTC
17f9b3d Add NEWS entry for r86732 and fix double function in the table. 24 November 2010, 22:02:18 UTC
807bd0a Put /usr/local paths after the relative paths in library_dirs and include_dirs, so installed non-matching shared libraries don't break extension module linking. Fixes issue 10520. 24 November 2010, 20:30:00 UTC
1b9df39 Fix #8879. Add os.link support to Windows. Additionally, the st_ino attribute of stat structures was not being filled in. This was left out of the fix to #10027 and was noticed due to test_tarfile failing when applying the patch for this issue. An earlier version of the fix to #10027 included st_ino, but that attribute got lost in the shuffle of a few review/fix cycles. All tests pass. 24 November 2010, 20:24:31 UTC
f21c7ed #10299: Add a table that lists all the built-in functions in functions.rst 24 November 2010, 20:18:02 UTC
14d98ac Final patch for issue 9807. 24 November 2010, 19:43:47 UTC
fdba067 Remove unnecessary import. 24 November 2010, 18:18:21 UTC
fc1be6d ifdef a Windows specific section. 24 November 2010, 13:23:18 UTC
f5e76d0 Fix #10027. st_nlink not set on Windows calls to os.stat/lstat. Note: This patch has no tests because as of now there is no way to create links. #8879 adds that and the tests will go in there. I've manually observed that existing links on my system function properly with this. 24 November 2010, 13:14:05 UTC
59540f2 Remove UTF-8 BOM. 24 November 2010, 09:09:29 UTC
c11e9d1 IssIssue 1859: Add Jeremy Thurgood to Misc/ACKS 23 November 2010, 20:32:47 UTC
6d2ab71 Issue 1859: Doc that textwrap does not break on \n (pending possible behavior patch). Patch by Jeremy Thurgood. 23 November 2010, 20:17:24 UTC
4f13d61 assert.h is also included. Thanks to Savio Sena. 23 November 2010, 18:14:57 UTC
57410c1 #10511: clarification of what heaps are; suggested by Johannes Hoff. 23 November 2010, 08:37:54 UTC
5a93265 #10468: document Unicode exception creation and access functions. 23 November 2010, 07:54:19 UTC
5e43857 Issue 9222 Fix filetypes for open dialog 23 November 2010, 06:01:31 UTC
e61602f information on Issue #9846 23 November 2010, 00:19:53 UTC
a9f054b zipfile: remove remaining ResourceWarnings 23 November 2010, 00:15:02 UTC
e94980a Issue #9846: ZipExtFile provides no mechanism for closing the underlying file object 22 November 2010, 23:31:26 UTC
022f049 Issue #6878: Fixed return type of tkinter methods documented to return lists. 22 November 2010, 19:40:51 UTC
7744e2a Fix test_multiprocessing when ctypes isn't available 22 November 2010, 16:26:21 UTC
0662bc2 Fix tests when ctypes isn't available 22 November 2010, 16:19:04 UTC
2baf1a6 #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmostEquals, assertNotAlmostEquals, and assert_ 22 November 2010, 12:56:58 UTC
60fafa2 issue 10501 make_buildinfo regression with unquoted path Make_buildinfo.exe should be called with a quoted path, and should quote the full paths to its temp files, to support spaces in filenames. 22 November 2010, 11:37:06 UTC
b87ef8f Improve test for 'python -m unittest' launching test discovery 22 November 2010, 10:41:27 UTC
5cbc71e Issue #10459: Update CJK character names to Unicode 6.0. 22 November 2010, 09:00:02 UTC
249d7e3 Fix - s/urllib2/urllib.request/ 22 November 2010, 05:08:13 UTC
back to top