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

sort by:
Revision Author Date Message Commit Date
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
c295862 Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not starts with one. This behavior is exhibited by browser and other clients. 22 November 2010, 04:48:26 UTC
1e600dc Fix resource warning from patchcheck.py 22 November 2010, 03:13:47 UTC
28053fb Remove unnecessary `object` base class in docs (#10366). Also add a note about inheritance from `object` being default. 22 November 2010, 03:09:19 UTC
d4bbab2 Issue #10138: Removed 'indefinitely' from the proleptic calendar description. 22 November 2010, 03:06:56 UTC
5cb823d Fix one compileall test (#10453). Patch by Michele Orrù. 22 November 2010, 02:42:43 UTC
870e0e8 Add myself for unittest and fix Alexander username 22 November 2010, 01:22:43 UTC
300623d r84925 followup: add docstring for get_makefile_filename (+PEP 257 fixes) 22 November 2010, 01:19:20 UTC
13a7146 Fix typo 22 November 2010, 01:11:49 UTC
ce9dc74 Update maintainers 22 November 2010, 01:08:14 UTC
2a0be78 Quote the paths in the event that they contain spaces. 22 November 2010, 00:01:01 UTC
2a07d6e Issue 3292: Fixup to the Sequence docs. 21 November 2010, 23:51:45 UTC
f991642 Fix #6378. Start IDLE using the proper version of Python based on the directory tree that idle.bat resides in. Works with any/all versions of Python installed concurrently. 21 November 2010, 23:45:10 UTC
0ef956f Issue 6722: Improve the namedtuple examples. 21 November 2010, 23:23:29 UTC
086f308 Issue 10470: 'python -m unittest' launches test discovery by default.(If you need to pass options to test discovery the discover subcommand must still be specified explicitly.) 21 November 2010, 21:28:01 UTC
47c74ac Issue #10488: Bring documentation for 'float' builtin up to date. 21 November 2010, 21:09:58 UTC
faed5b5 Add CSS rule for the deprecated-removed directive 21 November 2010, 20:27:39 UTC
925914f Add sets to the precedence table. 21 November 2010, 19:58:24 UTC
3bce11c Make test_nntplib more robust 21 November 2010, 17:14:19 UTC
719a449 Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed. The tests that were failing on (some) windows machines, where the msg_XX.txt files used native \r\n lineseps are now also run on machines that use \n natively, and conversely the \n tests are run on Windows. The failing tests revealed one place where linesep needed to be added to a flatten call in generator. There was also another that the tests didn't catch, so I added a test for that case as well. 21 November 2010, 16:53:48 UTC
0a4dae5 fix refleak 21 November 2010, 15:12:34 UTC
e4dad4f Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only on end_headers call. 21 November 2010, 14:36:14 UTC
a73dc9d configparser: read-only attributes to get the section name and parser from a SectionProxy instance 21 November 2010, 13:56:42 UTC
5c86339 Issue #10489: removed broken `__name__` support from configparser 21 November 2010, 13:41:35 UTC
b2b2382 Fix capitalization. 21 November 2010, 07:37:49 UTC
d325c4b Revert r86517 21 November 2010, 04:08:28 UTC
2dad5ca Add a couple of missing versionadded tags in the inspect module docs 21 November 2010, 03:55:53 UTC
e0f0465 Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho Eckhardt 21 November 2010, 03:44:04 UTC
d3309df Style edits in followup to r86521 (#9312) 21 November 2010, 03:09:17 UTC
2a1e3e2 Issue #7770: Note the useful range of sin/cos in the decimal module examples. 21 November 2010, 02:47:22 UTC
a491ced Try to get more useful output from failing buildbot 21 November 2010, 02:19:09 UTC
fe502ea Clean-up the description of the range object. 21 November 2010, 00:07:55 UTC
0f44179 Document index and count as part of the Sequence ABC (#9746) 20 November 2010, 23:56:22 UTC
a1864f3 pep 7 actually wants the brace on a new line 20 November 2010, 23:05:39 UTC
d57bb55 fix two broken tests 20 November 2010, 23:03:34 UTC
8d16ab3 merge all range tests into test_range 20 November 2010, 23:01:55 UTC
94ab7a0 enable test that was commented out for whatever reason 20 November 2010, 22:50:04 UTC
155614b code style and simplification 20 November 2010, 22:44:32 UTC
7e5343b Add error handling in range_count. 20 November 2010, 22:40:10 UTC
0b458d5 count() should return integers #10474 20 November 2010, 22:35:41 UTC
2e579f0 Fix typos and style in compileall. 20 November 2010, 21:53:02 UTC
8b9f0c5 Fix email doc update I overlooked (thanks, Éric) 20 November 2010, 21:28:24 UTC
650f147 #10453: compileall now uses argparse instead of getopt, so -h works. Patch by Michele Orrù. 20 November 2010, 21:18:51 UTC
a78f74c Issue #8078: Add constants for higher baud rates in the termios module. Patch by Rodolpho Eckhardt. 20 November 2010, 20:03:08 UTC
74abf6f #9724: add nonlocal to pydoc topics. 20 November 2010, 19:54:36 UTC
5a96b52 Issue #10255: Fix reference leak in Py_InitializeEx(). Patch by Neil Schemenauer. 20 November 2010, 19:50:57 UTC
e760664 Add entry for r86601 20 November 2010, 19:37:28 UTC
b85b3af In 3.x, bytearray is akin to bytes, not str. 20 November 2010, 19:36:05 UTC
ff1144e Fix two NameErrors in distutils (#10407) 20 November 2010, 19:35:27 UTC
b1cb105 revert changes in inappropiate branch 20 November 2010, 19:09:08 UTC
b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. 20 November 2010, 19:04:17 UTC
b8bc439 don't shadow globals 20 November 2010, 18:24:54 UTC
44454af Issue #10371: Deprecated undocumented functions in the trace module. 20 November 2010, 18:21:07 UTC
5f78040 add filename to ENOENT message #4925 20 November 2010, 18:07:52 UTC
c610e3e Addition of issue 9926 to NEWS 20 November 2010, 17:50:34 UTC
fa73555 correct logic when pos is after the string #10467 20 November 2010, 17:24:04 UTC
6bcfade Improve unittest.TestLoader.discover docstring 20 November 2010, 17:22:21 UTC
5c41787 add space 20 November 2010, 17:22:13 UTC
72288d4 code style 20 November 2010, 17:21:08 UTC
back to top