https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
a7be9d2 bump version to 2.7a3 06 February 2010, 16:37:32 UTC
b79dc30 Review sysconfig docs. 06 February 2010, 10:23:16 UTC
1c7c730 #7864: make deprecation notices a bit clearer. 06 February 2010, 10:08:21 UTC
ce6e4b0 issue #7728: test_timeout was using a hardcoded port, which was causing buildbot failures. Changed to use test_support.bind_port. Patch by Florent Xicluna. 06 February 2010, 04:27:21 UTC
0877060 unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799. 06 February 2010, 00:22:26 UTC
2373926 test_logging: minor tweaks to timeouts, listening tests marked as skipped. 05 February 2010, 23:43:11 UTC
ba7732e Minor doc change. 05 February 2010, 23:28:12 UTC
757cc4d Correction to docstring correction. 05 February 2010, 23:22:37 UTC
d0edec3 Improving docstrings in unittest.TestCase 05 February 2010, 22:55:09 UTC
fb0844b Adding versionadded to test skipping section of unittest documentation. 05 February 2010, 21:45:12 UTC
1f3fa8a Example of using assertRaises as a context manager in the unittest documentation. 05 February 2010, 21:07:38 UTC
1c43001 Closes issue 7030. 05 February 2010, 20:52:14 UTC
b1e66ee Resolve bug 7847 by including documentation for -J, -U, and -X under "Options you shouldn't use". 05 February 2010, 18:45:25 UTC
bb445a1 Issue #5677: Explicitly forbid write operations on read-only file objects, and read operations on write-only file objects. On Windows, the system C library would return a bogus result; on Solaris, it was possible to crash the interpreter. Patch by Stefan Krah. 05 February 2010, 17:05:54 UTC
007a618 Issue #7857: test_logging: listener tests disabled for now. 05 February 2010, 15:40:20 UTC
3dd734f Issue #7857: test_logging: listener test now uses find_unused_port(). 05 February 2010, 14:52:05 UTC
565d785 normalize exceptions passed to the __exit__ method #7853 In Python 2.x, exceptions in finally blocks are not normalized. Since with statements are implemented using finally blocks, ceval.c had to be tweaked to distinguish between with finally blocks and normal ones. A test for the finalization of generators containing with statements was also added. 05 February 2010, 02:12:14 UTC
4a7ff1d add a test for #7853; the exception must be normalized for with 05 February 2010, 01:53:27 UTC
f7610b2 Added unit test for cfg:// resolution. 04 February 2010, 21:40:56 UTC
0e6e97d Issue #7851: logging: clarification on logging configuration files. 04 February 2010, 20:23:45 UTC
d840e51 Issue #4772: Raise a ValueError when an unknown Bluetooth protocol is specified, rather than fall through to AF_PACKET (in the `socket` module). Also, raise ValueError rather than TypeError when an unknown TIPC address type is specified. Patch by Brian Curtin. 04 February 2010, 20:20:18 UTC
98ce620 Removed spurious print statement. 04 February 2010, 20:18:28 UTC
85ee3e1 Use correct assert* methods in the examples. 04 February 2010, 20:06:38 UTC
28c382f Logging: Implemented PEP 391. 04 February 2010, 18:48:53 UTC
7045d64 Add Chris Rebert to ACKS for issue 6760 Popen doc improvements. 04 February 2010, 16:33:31 UTC
7dfc9e1 Issue 6760: Clarify args handling for subprocess.Popen. Patch by Chris Rebert 04 February 2010, 12:43:58 UTC
dc84f8f Fix a typo in a docstring introduced in r77956. 03 February 2010, 22:13:44 UTC
18e4db5 Update a docstring to suggest using importlib.import_module instead of calling __import__ directly. 03 February 2010, 22:11:54 UTC
c68e9f0 Fix test_inspect.py data to match recent change to inspect_fodder.py (r77942). 03 February 2010, 16:50:14 UTC
b8c7b01 leaving global attributes for backward compat 03 February 2010, 15:38:12 UTC
b3c5488 Corrected list of attributes exposed by sys.getwindowsversion. 03 February 2010, 14:17:50 UTC
f8f4207 Explicitly mention the default value for formatdate's usegmt parameter. 03 February 2010, 13:36:23 UTC
dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. 03 February 2010, 05:37:26 UTC
17ae2ba Add various items 03 February 2010, 02:19:14 UTC
2b21069 added a note in the whatsnew file for sysconfig 02 February 2010, 23:39:40 UTC
bece7f2 fixed a typo on distutils.sysconfig. thanks arfever 02 February 2010, 22:55:00 UTC
e81b028 sysconfig.get_scheme_names now returns a sorted tuple 02 February 2010, 22:54:28 UTC
cc11817 module reorganization + missing doctests 02 February 2010, 22:50:23 UTC
526e421 Issue #7385: Fix a crash in `MemoryView_FromObject` when `PyObject_GetBuffer` fails. Patch by Florent Xicluna. 02 February 2010, 22:36:17 UTC
1b93fc1 first version of the sysconfig module documentation 02 February 2010, 22:27:58 UTC
1f517e1 #7092: Silence py3k warnings in test_exceptions and test_pep352. Patch by Florent Xicluna. 02 February 2010, 17:34:37 UTC
8d3f130 Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna. 02 February 2010, 15:57:45 UTC
0ac4d4c Silence a couple of -3 warnings 02 February 2010, 15:12:42 UTC
5d62cfe #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna. 02 February 2010, 08:37:35 UTC
039c899 Add various items 01 February 2010, 02:04:26 UTC
1595f9f Merged revisions 77855-77856,77870 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r77855 | benjamin.peterson | 2010-01-30 17:32:05 +0100 (Sa, 30 Jan 2010) | 1 line don't return node if it is not changed ........ r77856 | benjamin.peterson | 2010-01-30 17:35:29 +0100 (Sa, 30 Jan 2010) | 1 line return None to indicate no change ........ r77870 | benjamin.peterson | 2010-01-31 02:21:26 +0100 (So, 31 Jan 2010) | 1 line never return the original node given to transform() ........ 01 February 2010, 01:15:39 UTC
b4b0a29 Issue #7819: Check sys.call_tracing() arguments types. py3k was already patched by issue #3661. 31 January 2010, 22:32:15 UTC
f3fa074 - Issue #6939: Fix file I/O objects in the `io` module to keep the original file position when calling `truncate()`. It would previously change the file position to the given argument, which goes against the tradition of ftruncate() and other truncation APIs. Patch by Pascal Chambon. 31 January 2010, 22:26:04 UTC
e70c72c Minor modification to unittest documentation. 31 January 2010, 19:59:26 UTC
979d79c Fix-up ftplib documentation: move exception descriptions to toplevel, not inside a class remove attribution in "versionadded" spell and grammar check docstring of FTP_TLS 31 January 2010, 18:51:49 UTC
3fd2db9 move distutils.rst to different toc 31 January 2010, 18:09:34 UTC
7aedb3b fix windows buildbot 31 January 2010, 18:02:35 UTC
48a3c4e - Fix typo in os.execvp docstring. 31 January 2010, 16:46:26 UTC
626d92a - Update python manual page (options -B, -O0, -s, environment variables PYTHONDONTWRITEBYTECODE, PYTHONNOUSERSITE). 31 January 2010, 16:05:13 UTC
ef49096 #7092: silence more -3 and -Wd warnings 31 January 2010, 11:46:54 UTC
46bff79 be robust against test being run over and over (such as -R) 30 January 2010, 23:28:38 UTC
a04ae01 move test outside WITH_THREAD section 30 January 2010, 23:26:05 UTC
53ffca5 #7802: fix invalid example (heh). 30 January 2010, 17:57:48 UTC
91d26b4 Use the correct markup for args 30 January 2010, 13:27:05 UTC
99af648 Relocate a couple of stars and remove redundant backticks 30 January 2010, 13:08:54 UTC
a8e34b7 Merged revisions 77419,77435 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r77419 | benjamin.peterson | 2010-01-10 21:39:48 +0100 (So, 10 Jan 2010) | 1 line enclose path in quotes to handle paths with spaces correctly #7666 ........ r77435 | alexandre.vassalotti | 2010-01-12 01:36:54 +0100 (Di, 12 Jan 2010) | 2 lines Issue #1967: Add fixer for dictionary views. ........ 30 January 2010, 10:56:23 UTC
a36507c Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a long long variant of PyLong_AsLongAndOverflow. Patch by Case Van Horsen. 30 January 2010, 10:08:33 UTC
a2d4653 #7092: silence py3k warnings for deprecated modules 30 January 2010, 07:22:54 UTC
75d3fb1 #7801: fix xmlrpclib binary example, open the picture in binary mode 30 January 2010, 02:00:26 UTC
721caaa Add Victor Stinner. 30 January 2010, 00:15:44 UTC
05b4171 Fix typo in assertSequenceEqual docstring. 29 January 2010, 19:35:39 UTC
36ecd67 Issue #7788: Fix a crash produced by deleting a list slice with huge step value. Patch by Marcin Bachry. 29 January 2010, 17:11:39 UTC
b5d7400 Change error report when the object passed to suite.addTest is not callable to include the repr of the invalid object. 28 January 2010, 21:16:33 UTC
11fab6c avoid a py3k warning from __hash__ 28 January 2010, 02:18:25 UTC
e06f711 an -> a 28 January 2010, 02:15:02 UTC
4611b05 avoid to use zlib when the compress type is not ZIP_DEFLATED 28 January 2010, 01:41:30 UTC
9ef7d4f add compat note 28 January 2010, 01:24:46 UTC
94c33eb Issue #7610: Reworked implementation of the internal :class:`zipfile.ZipExtFile` class used to represent files stored inside an archive. The new implementation is significantly faster and can be wrapped in a :class:`io.BufferedReader` object for more speedups. It also solves an issue where interleaved calls to `read()` and `readline()` give wrong results. Patch by Nir Aides. 27 January 2010, 20:59:50 UTC
7b4e02c #7765: typos 27 January 2010, 20:25:11 UTC
654ade3 Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool 27 January 2010, 03:05:57 UTC
2deb5c7 raise a clear TypeError when trying to register a non-class 27 January 2010, 02:16:42 UTC
17527be for UserDict to be compatible with abcs, it must subclass object 27 January 2010, 02:15:28 UTC
74c2577 Added named (but not numbered) attributes to sys.getwindowsversion() test. 27 January 2010, 02:06:25 UTC
59529e1 Switch to test_support.get_attribute. 27 January 2010, 01:21:15 UTC
514e77e Removed unneeded test. 27 January 2010, 00:58:43 UTC
096d0bf Fix type on getwindowsversion documentation. Thanks Taggnostr. 27 January 2010, 00:55:16 UTC
ee931b7 Issue #7766: Change sys.getwindowsversion() return value to a named tuple and add the additional members returned in an OSVERSIONINFOEX structure. The new members are service_pack_major, service_pack_minor, suite_mask, and product_type. 27 January 2010, 00:28:29 UTC
92e68af added local get_platform/set_platform APIs in distutils.sysconfig 26 January 2010, 22:46:15 UTC
0276c7a reintroduced the names in Distutils for APIs that were relocated 26 January 2010, 21:21:54 UTC
b28e5d7 fixed bdist_msi imports and added a test module for distutils.command.bdist_msi 26 January 2010, 17:20:37 UTC
ffd8496 #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd. 26 January 2010, 15:57:21 UTC
ef97caf switched the call order so this call works without suffering from issue #7774 25 January 2010, 23:19:56 UTC
82230f9 Add a news entry for the functions verify and vereq that have been removed in r77729 and r77731 25 January 2010, 12:37:02 UTC
1fafaab #7775: fixed docstring for rpartition 25 January 2010, 11:24:37 UTC
47b6659 Added a note about Event.is_set() syntax being new to 2.6 25 January 2010, 06:15:01 UTC
28e369a compare types with is not == 25 January 2010, 03:58:21 UTC
a617e20 mention from_float() in error message 25 January 2010, 03:52:52 UTC
a43f34c fix an UnboundLocalError when the release file is empty #7773 25 January 2010, 03:31:13 UTC
aab2401 #7269: fix failures in test_bsddb3. Patch by Florent Xicluna. 24 January 2010, 21:47:59 UTC
469a05f remove archaic functions from test_support 24 January 2010, 20:48:35 UTC
b0f5adc use assert[Not]IsInstance where appropriate 24 January 2010, 16:58:36 UTC
f14c7fc Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings 24 January 2010, 00:33:32 UTC
aa98058 use assert[Not]In where appropriate 23 January 2010, 23:04:36 UTC
8cd0a66 dtoa.c fix from upstream that fixes incorrectly rounded results for certain subnormals that are also halfway cases. 23 January 2010, 21:25:53 UTC
fc52904 Issue #7743: Add checks for zero inputs to the lshift and mult functions; this fixes the first bug described in issue #7743. 23 January 2010, 20:48:56 UTC
back to top