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

sort by:
Revision Author Date Message Commit Date
9cf210f Improve test feedback to troubleshoot issue #8423 on OS X. 13 May 2010, 21:41:05 UTC
9ac6114 Better test skipping, with message in the log. 13 May 2010, 21:40:01 UTC
8c72b4e rip out mention of types.ListType #8703 13 May 2010, 21:14:10 UTC
8652f2e Revert the additional OS X information (r81140). Keep the endianness information. 13 May 2010, 18:16:06 UTC
b7d413f Add sensible information about the OS X platform to diagnose issue #8423: test_pep277 fails on "x86 Tiger" buildbot but not on "PPC Tiger". 13 May 2010, 17:05:29 UTC
3736816 Fix verb tense in skip message. Ooops, merge also r80334 (patch by r.david.murray) 13 May 2010, 16:22:15 UTC
20c3258 Issue #8422, test_genericpath: skip the creation of a directory with an invalid UTF name on Mac OS X because the OS deny it (the name have to be a valid UTF8 string). Merge r80163 from py3k branch. 13 May 2010, 16:18:14 UTC
81a0450 Fix Issue8657 - adding git and git+ssh as know schemes. 13 May 2010, 03:25:21 UTC
62f7e8b Fix unused variable in test_factorial. 12 May 2010, 19:53:36 UTC
f09bc66 #8696: add documentation for logging.config.dictConfig (PEP 391) 12 May 2010, 18:56:48 UTC
2e136ab Improve _ssl.c formatting 12 May 2010, 14:02:34 UTC
e551337 Grammar fix 12 May 2010, 13:56:07 UTC
62bebdf - clarify Attr.name comment on the presence of colons in namespace mode - document Attr.value - wrap some long lines 12 May 2010, 02:24:50 UTC
5840469 fix error introduced in previous commit, and the adjacent additional typo 12 May 2010, 01:22:03 UTC
68df234 Let's call this done 12 May 2010, 00:40:47 UTC
2702491 Revision pass: lots of edits, typo fixes, rearrangements 12 May 2010, 00:38:44 UTC
fd25594 Removed the assertion that dispatcher.connected attribute must be False after a single connect() call. Solaris and FreeBSD buildbots failures showed how connect() can succeed even in a single call. All bo failures should definitively be fixed now. 12 May 2010, 00:29:27 UTC
fc3bfad Issue #8681: Make the zlib module's error messages more informative when the zlib itself doesn't give any detailed explanation. 11 May 2010, 23:42:28 UTC
37ffc3e Issue #8672: Add a zlib test ensuring that an incomplete stream can be handled by a decompressor object without errors (it returns incomplete uncompressed data). 11 May 2010, 23:32:31 UTC
b9bf971 #8575 - Update and reorganize some _winreg contents. I've removed the hopeful note about a future higher-level module since it's been in there for quite a long time and nothing of the sort has come up. There are a few places where markup was added to cross-reference other sections, and many of the external links have been removed and now point to newly created sections containing previously undocumented information. The Value Types section was created and it's contents were taken from a function-specific area, since it applies to more than just that function. It fits in better with the other newly documented constants. 11 May 2010, 19:13:13 UTC
8b37dd1 fix typo 11 May 2010, 18:12:27 UTC
11bb2cd Issue #8674: fix another bogus overflow check in audioop module. 11 May 2010, 13:05:30 UTC
5e13e29 Issue #8510: Remove nested 'main' functions (causing failure) in 3 configure tests; remove some unnecessary '#include "confdefs.h"' lines. Thanks Roumen Petrov. 11 May 2010, 08:55:06 UTC
035fbba Use ';' after initialization macros to avoid confusing re-indenters 10 May 2010, 23:27:01 UTC
3eee7af Break long line in macros 10 May 2010, 23:24:09 UTC
5d864c8 Fix typo 10 May 2010, 23:13:41 UTC
6487952 Fix typo. 10 May 2010, 21:51:33 UTC
6f635f4 Consolidate deprecation messages. 10 May 2010, 21:50:57 UTC
0ddc30b Fix reference direction. 10 May 2010, 21:46:50 UTC
c630195 #8642: fix wrong function name. 10 May 2010, 21:02:51 UTC
72b1977 Improving help message for python -m unittest. Issue 8303. 10 May 2010, 20:21:16 UTC
638b869 Add a link on maketrans(). 10 May 2010, 19:59:22 UTC
40f09c0 Move { out of #if...#else block; this confuses Emacs' C-mode 10 May 2010, 17:18:25 UTC
932e162 Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop module. Thanks Tomas Hoger for the patch. 10 May 2010, 16:07:42 UTC
ff46d6e Issue #8490: adds a more solid test suite for asyncore 10 May 2010, 15:33:22 UTC
264552a Link to unittest2 article 10 May 2010, 15:03:35 UTC
10595a6 Use title case 10 May 2010, 14:20:12 UTC
93c40d4 Markup fix; re-word a sentence 10 May 2010, 14:18:27 UTC
814a66f finish clause 09 May 2010, 21:09:40 UTC
43ca377 Wrap multiline macros in a 'do {} while(0)', for safety. 09 May 2010, 20:42:09 UTC
fda8d11 Post-detabification cleanup: whitespace fixes and long line rewraps only. 09 May 2010, 20:30:29 UTC
6001b0b Remove spurious newlines, and add version number. 09 May 2010, 18:32:48 UTC
8617161 Fixup indentation of PC/_msi.c 09 May 2010, 15:15:11 UTC
c83ea13 Untabify C files. Will watch buildbots. 09 May 2010, 14:46:46 UTC
368ede8 Issue 8671: Whitespace fix. 09 May 2010, 14:04:59 UTC
53a92eb Adding a test for unittest.BaseTestSuite. 09 May 2010, 09:58:25 UTC
7000e9e Issue #8644: Improve accuracy of timedelta.total_seconds method. (Backport of r80979 to py3k.) Thanks Alexander Belopolsky. 09 May 2010, 09:30:06 UTC
860852f Revert r81012. buildbot problems and its questionable of me to even add this to trunk while we're on the way to 2.7rc1. When fixed this can go into py3k first. Sorry. 09 May 2010, 01:20:20 UTC
56fe656 Fixes [issue7245] Better Ctrl-C support in pdb. 08 May 2010, 23:38:49 UTC
e8150e8 remove svn:mergeinfo property 08 May 2010, 20:59:42 UTC
e54ddf1 Skip signal handler re-installation if it is not necessary. Issue 8354. 08 May 2010, 20:06:02 UTC
0712b56 Fix configure bug that was misreporting availability of MacOS X 10.5 SDK as available on Linux but not on OS X. 08 May 2010, 19:13:21 UTC
534b8de towards 2.7 release candidate 1 08 May 2010, 18:53:42 UTC
38edcea tag second 2.7 beta 08 May 2010, 17:10:37 UTC
c251607 bump version to 2.7 beta 2 08 May 2010, 17:08:17 UTC
9c164af unittest: issue 8301. Adding functions to test suites no longer crashes. 08 May 2010, 17:06:25 UTC
7daf0e4 update pydoc-topics 08 May 2010, 17:05:19 UTC
f063d15 run and fix enumerate start test cases #8636 08 May 2010, 16:44:52 UTC
959c16d Updating documentation and adding docstrings to unittest.TestCase.assertRegexpMatches and assertNotRegexpMatches. Issue 8038. 08 May 2010, 16:40:52 UTC
7baf862 add underscore 08 May 2010, 15:42:29 UTC
ac896ed r80967 introduced a new scheme 08 May 2010, 15:41:44 UTC
0efe18a Write summary of the 2.7 release; rewrite the future section some more; mention PYTHONWARNINGS env. var; tweak some examples for readability. And with this commit, the "What's New" is done... except for a complete read-through to polish the text, and fixing any reported errors, but those tasks can easily wait until after beta2. 08 May 2010, 15:39:46 UTC
dac6aeb Revert r80963 - it broke compilation everywhere 08 May 2010, 15:23:57 UTC
8851b71 Documenting test discovery from package name and potential problems with test discovery importing tests from the wrong location. Issue 7780 and issue 8547. 08 May 2010, 15:09:37 UTC
304500c Markup fixes 08 May 2010, 13:29:46 UTC
8e34386 Add logging.dictConfig example; give up on writing a Ttk example 08 May 2010, 13:28:03 UTC
22097e4 Issue 7780. Adding a test for unittest test discovery from a dotted path. 08 May 2010, 13:20:07 UTC
cbf54b1 configure.in: Avoid autoconf warning: Assume C89 semantics that RETSIGTYPE is always void (issue #8510). pyconfig.h: Regenerate 08 May 2010, 11:04:18 UTC
c511b47 configure.in: convert all obsolete AC_TRY_* macros to AC_*_IFELSE, only whitespace changes in generated configure (diff -uEwB). 08 May 2010, 11:01:39 UTC
2f88bfd Issue #8084: ensure that the --user directory conforms to platforms standars on OSX when using a python framework. 08 May 2010, 10:29:06 UTC
9f8e0c1 configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/ 08 May 2010, 10:17:27 UTC
22520ea - configure.in: Replace AC_HELP_STRING with AS_HELP_STRING 08 May 2010, 10:14:46 UTC
a0bea5d - Issue #8510: Update to autoconf2.65. 08 May 2010, 10:00:28 UTC
d875d3c Fix for issue #7724: make it possible to build using the OSX 10.4u SDK on MacOSX 10.6 by honoring the specified SDK when looking for files. 08 May 2010, 08:44:37 UTC
22ff664 Issue #8659: Remove redundant ABS calls. Thanks Daniel Stutzbach. 08 May 2010, 08:01:19 UTC
18e4dd7 Fixing the errors trigerred in test_urllib2net. Related to issue8656. 08 May 2010, 05:00:11 UTC
6057ba1 Fix Issue8656 - urllib2 mangles file://-scheme URLs 08 May 2010, 03:11:50 UTC
badc709 Get accents correct 08 May 2010, 01:35:55 UTC
85fffc3 Add two items 08 May 2010, 01:15:26 UTC
e6f5e22 Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery. 07 May 2010, 23:39:38 UTC
1a0ce68 revert r80932; it breaks windows 07 May 2010, 20:45:07 UTC
5dfad9d Merged revisions 79911,79916-79917,80018,80418,80572-80573,80635-80639,80668,80922 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r79911 | benjamin.peterson | 2010-04-09 15:38:53 -0500 (Fri, 09 Apr 2010) | 1 line use absolute import ........ r79916 | benjamin.peterson | 2010-04-09 16:05:21 -0500 (Fri, 09 Apr 2010) | 1 line generalize detection of __future__ imports and attach them to the tree ........ r79917 | benjamin.peterson | 2010-04-09 16:11:44 -0500 (Fri, 09 Apr 2010) | 1 line don't try to 'fix' relative imports when absolute_import is enabled #8858 ........ r80018 | benjamin.peterson | 2010-04-12 16:12:12 -0500 (Mon, 12 Apr 2010) | 4 lines prevent diffs from being mangled is multiprocess mode #6409 Patch by George Boutsioukis. ........ r80418 | benjamin.peterson | 2010-04-23 16:00:03 -0500 (Fri, 23 Apr 2010) | 1 line remove unhelpful description ........ r80572 | benjamin.peterson | 2010-04-27 20:33:54 -0500 (Tue, 27 Apr 2010) | 1 line use unicode literals ........ r80573 | jeffrey.yasskin | 2010-04-27 23:08:27 -0500 (Tue, 27 Apr 2010) | 6 lines Don't transform imports that are already relative. 2to3 turned from . import refactor into from .. import refactor which broke the transformation of 2to3 itself. ........ r80635 | benjamin.peterson | 2010-04-29 16:02:23 -0500 (Thu, 29 Apr 2010) | 1 line remove imports ........ r80636 | benjamin.peterson | 2010-04-29 16:02:41 -0500 (Thu, 29 Apr 2010) | 1 line unicode literal ........ r80637 | benjamin.peterson | 2010-04-29 16:03:42 -0500 (Thu, 29 Apr 2010) | 1 line must pass a string to Number ........ r80638 | benjamin.peterson | 2010-04-29 16:05:34 -0500 (Thu, 29 Apr 2010) | 1 line unicode literals ........ r80639 | benjamin.peterson | 2010-04-29 16:06:09 -0500 (Thu, 29 Apr 2010) | 1 line pass string to Number ........ r80668 | jeffrey.yasskin | 2010-04-30 18:02:47 -0500 (Fri, 30 Apr 2010) | 4 lines Make 2to3 run under Python 2.5 so that the benchmark suite at http://hg.python.org/benchmarks/ can use it and still run on implementations that haven't gotten to 2.6 yet. Fixes issue 8566. ........ r80922 | benjamin.peterson | 2010-05-07 11:06:25 -0500 (Fri, 07 May 2010) | 1 line prevent xrange transformation from wrapping range calls it produces in list ........ 07 May 2010, 18:58:23 UTC
ae4dde0 Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery. 07 May 2010, 18:16:19 UTC
3843cd8 Issue #8571: Fix an internal error when compressing or decompressing a chunk larger than 1GB with the zlib module's compressor and decompressor objects. 07 May 2010, 16:50:34 UTC
4fedbce Adding tests for unittest command line handling of buffer, catchbreak and failfast. 07 May 2010, 15:52:05 UTC
215d394 Adding a test for unittest test discovery with dotted path name. 07 May 2010, 15:34:08 UTC
d1e696b Re-word text 07 May 2010, 11:30:47 UTC
d69e6ee Fix some markup and a class name. Also, wrap a long line. 07 May 2010, 10:15:51 UTC
e41bb0b Testsuite for RFC3986 based parsing scenario. Related Issue1462525. 07 May 2010, 04:07:29 UTC
02f7b99 Add a new section on the development plan; add an item 07 May 2010, 01:45:14 UTC
328e377 ensure that availability information is on its own line at the end of the function docs 06 May 2010, 22:49:28 UTC
7aaef84 Availability gets its own line 06 May 2010, 22:33:46 UTC
e4499a8 adds handle_error(self):raise to test modules using asyncore to provide a clearer error message in case something goes wrong 06 May 2010, 20:19:32 UTC
215b6b3 provides a clearer warning message when cheap inheritance with the underlying socket object is used 06 May 2010, 19:56:34 UTC
f7454fa Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore.__getattr__ cheap inheritance caused confusing error messages when accessing undefined class attributes; added an alias for __str__ which now is used as a fallback for __repr__ 06 May 2010, 17:57:06 UTC
a8ac944 Add back in a line that was unneeded which advanced a pointer, but commented out as it is currently unneeded. This effectively adds back in the line removed in r80809 as a comment. 06 May 2010, 17:56:36 UTC
acab940 Change section title; point to unittest2 06 May 2010, 17:27:57 UTC
837a538 Add 2 items; record ideas for two initial sections; clarify wording 06 May 2010, 17:21:59 UTC
e86b7fe Describe ElementTree 1.3; rearrange new-module sections; describe dict views as sets; small edits and items 06 May 2010, 14:14:09 UTC
1bbb68d `self` doesn't exist here 06 May 2010, 14:11:23 UTC
back to top