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

sort by:
Revision Author Date Message Commit Date
a73f86a Fix issue 10214 by removing the out of date python-mode.el and replacing it with a README. 29 October 2010, 14:07:38 UTC
d0478fd Blocked revisions 85916 via svnmerge ........ r85916 | lars.gustaebel | 2010-10-29 11:08:19 +0200 (Fri, 29 Oct 2010) | 7 lines Add read support for all missing variants of the GNU sparse extensions. Thus, in addition to GNUTYPE_SPARSE headers, sparse information in pax headers created by GNU tar can now be decoded. All three formats 0.0, 0.1 and 1.0 are supported. On filesystems that support this, holes in files are now restored whenever a sparse member is extracted. ........ 29 October 2010, 09:21:34 UTC
853faae Add version note about set literals. 29 October 2010, 08:53:55 UTC
4263ad8 Update Sphinx to 0.6.7. 29 October 2010, 05:41:25 UTC
ec9f9f5 Merged revisions 85904 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85904 | benjamin.peterson | 2010-10-28 22:28:14 -0500 (Thu, 28 Oct 2010) | 1 line decrement offset when it points to a newline (#10186 followup) ........ 29 October 2010, 03:45:34 UTC
638cee6 Issue #9295: Fix a crash under Windows when calling close() on a file object with custom buffering from two threads at once. 28 October 2010, 14:50:57 UTC
658370e Blocked revisions 85734 via svnmerge ........ r85734 | r.david.murray | 2010-10-19 19:05:35 -0400 (Tue, 19 Oct 2010) | 2 lines Correct signature of BytesGenerator in docs. ........ 27 October 2010, 23:15:22 UTC
119ca51 Blocked revisions 85846 via svnmerge ........ r85846 | r.david.murray | 2010-10-26 08:42:24 -0400 (Tue, 26 Oct 2010) | 2 lines #7761: fix telnetlib.interact failures on Windows. ........ 27 October 2010, 23:14:06 UTC
e0c5f3c Merged revisions 85868 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85868 | antoine.pitrou | 2010-10-27 22:13:57 +0200 (mer., 27 oct. 2010) | 3 lines Issue #8852: Allow the socket module to build on OpenSolaris. ........ 27 October 2010, 20:35:26 UTC
78de9cc Merged revisions 85864 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85864 | antoine.pitrou | 2010-10-27 21:45:43 +0200 (mer., 27 oct. 2010) | 5 lines In open(), only set the buffer size from st.st_blksize when it is greater than 1. This matches the pure Python implementation in _pyio and should fix a couple of failures on the NetBSD buildbot. ........ 27 October 2010, 19:53:15 UTC
b27ddc7 Merged revisions 85861 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85861 | antoine.pitrou | 2010-10-27 20:52:48 +0200 (mer., 27 oct. 2010) | 3 lines Recode modules from latin-1 to utf-8 ........ 27 October 2010, 18:58:04 UTC
7f08102 Merged revisions 85858 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85858 | antoine.pitrou | 2010-10-27 20:33:30 +0200 (mer., 27 oct. 2010) | 5 lines Issue #5027: The standard `xml` namespace is now understood by xml.sax.saxutils.XMLGenerator as being bound to http://www.w3.org/XML/1998/namespace. Patch by Troy J. Farrell. ........ 27 October 2010, 18:43:21 UTC
e1ff214 Punctuation fix. 27 October 2010, 07:09:22 UTC
905aed9 Add 2.7.1 UUIDs. 25 October 2010, 19:55:48 UTC
29cdfe6 test_gdb should be skipped on darwin (not up to v7 yet) 25 October 2010, 01:35:23 UTC
67c2733 Merged revisions 85536 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85536 | georg.brandl | 2010-10-15 18:26:08 +0200 (Fr, 15 Okt 2010) | 1 line #9054: fix crash when using pyexpat with a system expat lib version 2.0.1. ........ 24 October 2010, 14:16:05 UTC
f99f33d Merged revisions 85814 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85814 | benjamin.peterson | 2010-10-23 21:52:05 -0500 (Sat, 23 Oct 2010) | 1 line remove broken code accounting an offset the size of the line #10186 ........ 24 October 2010, 03:00:35 UTC
e395752 Blocked revisions 85811 via svnmerge ........ r85811 | r.david.murray | 2010-10-23 18:19:56 -0400 (Sat, 23 Oct 2010) | 2 lines #1349106: add linesep argument to generator.flatten and header.encode. ........ 23 October 2010, 22:23:33 UTC
54052c0 Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both with and without --enable-shared on Ubuntu 10.10. Hopefully this finally solves bug 10126. Will check 3.1 and py3k next. 22 October 2010, 15:31:44 UTC
ecdead6 #9289: Workaround for test_long_key(test_winreg) failure on Win2000. RegDeleteKeyA fails with ERROR_MORE_DATA if the length of 2nd parameter exceeds 260. 22 October 2010, 11:47:07 UTC
f084376 Fix issue 10126 for Python 2.7 by using $RUNSHARED to find the directory to the shared library. test_distutils now passes when Python was built with --enable-shared. 21 October 2010, 22:13:29 UTC
e9df5d6 Backport fix for #10126 21 October 2010, 18:48:59 UTC
4cc5403 Merged revisions 85774 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85774 | brian.curtin | 2010-10-21 09:11:48 -0500 (Thu, 21 Oct 2010) | 7 lines Fix #10162: Add try/except around _winreg.OpenKey for keys that are unreadable by all users, e.g., Flash, Silverlight, and Java keys were causing errors. We don't currently have a way to grant/deny permissions for a key via winreg so there are no tests for this. ........ 21 October 2010, 14:48:22 UTC
045bbcd Merged revisions 85757 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85757 | benjamin.peterson | 2010-10-20 16:25:23 -0500 (Wed, 20 Oct 2010) | 1 line fix uninitialized struct member #10152 ........ 20 October 2010, 21:28:09 UTC
2421525 Merged revisions 85744 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85744 | ronald.oussoren | 2010-10-20 15:10:12 +0200 (Wed, 20 Oct 2010) | 7 lines Fix for issue #7473. Without this patch you'll get link errors in some extensions (in particular the _curses_panel) one when you try to build a 3-way universal framework when you previously installed a 2-way universal framework using the python.org installer. ........ 20 October 2010, 13:11:46 UTC
1e0a998 Merged revisions 85742 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85742 | ronald.oussoren | 2010-10-20 14:56:56 +0200 (Wed, 20 Oct 2010) | 8 lines Don't lie about the supported architectures in the OSX installer Without this patch the i386/x86_64 installer for OSX 10.6 lies in the ReadMe file and the "Important Information" screen of the installer (that is, the installer claims it supports the i386 and ppc architectures insetead of the ones it really supports) ........ 20 October 2010, 13:01:04 UTC
7fc3824 logging: clarified Filter documentation. 20 October 2010, 11:40:02 UTC
7802522 Merged revisions 85725 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85725 | alexander.belopolsky | 2010-10-19 13:43:50 -0400 (Tue, 19 Oct 2010) | 3 lines Fixed the docstring for calendar.isleap() function. Thanks Boštjan Mejak for the patch. ........ 19 October 2010, 17:52:22 UTC
07ba14c Blocked revisions 85047,85316,85689 via svnmerge ........ r85047 | hirokazu.yamamoto | 2010-09-28 16:03:40 +0900 | 1 line Updated VS8.0 bz2.vcproj with PCBuild/vs9to8.py. ........ r85316 | hirokazu.yamamoto | 2010-10-08 17:46:30 +0900 | 1 line Follows Python/fileutils.c addition. ........ r85689 | hirokazu.yamamoto | 2010-10-18 21:13:18 +0900 | 3 lines Issue #5117: Case normalization was needed on ntpath.relpath(). And fixed root directory issue on posixpath.relpath(). (Ported working fixes from ntpath) ........ 19 October 2010, 11:00:31 UTC
8596ef7 Issue #5117: My previous commit for this issue broke posix buildbot. 19 October 2010, 01:23:51 UTC
50f7d7e Issue #5117: Fixed root directory related issue on posixpath.relpath() and ntpath.relpath(). 18 October 2010, 13:55:29 UTC
0491047 Merged revisions 85675 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85675 | r.david.murray | 2010-10-17 20:15:31 -0400 (Sun, 17 Oct 2010) | 4 lines #4499: silence compiler warning on AIX. Patch from ActiveState. ........ 18 October 2010, 00:19:30 UTC
f2612a5 Blocked revisions 85671 via svnmerge ........ r85671 | r.david.murray | 2010-10-17 18:46:45 -0400 (Sun, 17 Oct 2010) | 4 lines #1343: Add short_empty_elements option to XMLGenerator. Patch and tests by Neil Muller. ........ 17 October 2010, 22:51:17 UTC
a25fc1e Merged revisions 85665 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85665 | benjamin.peterson | 2010-10-17 16:12:18 -0500 (Sun, 17 Oct 2010) | 1 line fix strict aliasing warnings ........ 17 October 2010, 21:17:38 UTC
e2b3bba Merged revisions 85657 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85657 | gregory.p.smith | 2010-10-17 12:40:59 -0700 (Sun, 17 Oct 2010) | 3 lines Remove the external non-python.org hyperlink and point people to Tools/gdb/libpython.py. ........ 17 October 2010, 19:42:46 UTC
7e8f6d6 Merged revisions 85649 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85649 | gregory.p.smith | 2010-10-17 11:59:56 -0700 (Sun, 17 Oct 2010) | 2 lines The py_decref macro was incorrect and unnecessary. ........ 17 October 2010, 19:01:13 UTC
dcb411b Merged revisions 85646 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85646 | gregory.p.smith | 2010-10-17 11:38:04 -0700 (Sun, 17 Oct 2010) | 6 lines * Applys part of the patch from http://bugs.python.org/issue3631 to add a py_decref macro, fixup the pyo macro and reuse it and avoid a memory leak introduced by the pylocals macro. * Adds a note about gdb 7 python debugging support with links for more info on that. ........ 17 October 2010, 18:47:43 UTC
9855ddf Note version for addition of processName. 17 October 2010, 11:27:00 UTC
c463c8a __setstate__ gets an argument. 17 October 2010, 11:07:40 UTC
79cdff0 #1945: document Unicode functions backported from py3k branch. 17 October 2010, 10:54:57 UTC
27fa482 Note default values for namedtuple extra args. 17 October 2010, 06:24:10 UTC
92e6972 Note that maxtasksperchild is new in 2.7. 17 October 2010, 06:21:30 UTC
c9a6320 Fix compiler warning about unused variables. 17 October 2010, 06:13:26 UTC
95898c4 Fix compiler warning: module init functions do not return anything in 2.x. 17 October 2010, 06:09:51 UTC
886a1cd Merged revisions 85586-85587,85596-85598 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85586 | gregory.p.smith | 2010-10-16 17:17:24 -0700 (Sat, 16 Oct 2010) | 2 lines fix for netbsd. ........ r85587 | gregory.p.smith | 2010-10-16 17:43:10 -0700 (Sat, 16 Oct 2010) | 3 lines applying netbsd-wizs-mod.patch from issue5510 - fixes for netbsd (and dragonflybsd?) ........ r85596 | gregory.p.smith | 2010-10-16 19:14:36 -0700 (Sat, 16 Oct 2010) | 6 lines Fix multiprocessing Semaphore's on netbsd5. SEM_VALUE_MAX is defined as (~0U) on NetBSD which was causing it to appear as -1 when used as a signed int for _multprocessing.SemLock.SEM_VALUE_MAX. This works around the problem by substituting INT_MAX on systems where it appears negative when used as an int. ........ r85597 | gregory.p.smith | 2010-10-16 19:57:19 -0700 (Sat, 16 Oct 2010) | 2 lines skip test_itimer_virtual on NetBSD to prevent the test suite from hanging. ........ r85598 | gregory.p.smith | 2010-10-16 20:09:12 -0700 (Sat, 16 Oct 2010) | 2 lines Avoid hanging the test on netbsd5. ........ 17 October 2010, 04:28:14 UTC
6913cb0 Merged revisions 85589-85591 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85589 | benjamin.peterson | 2010-10-16 20:25:19 -0500 (Sat, 16 Oct 2010) | 1 line remove rather pointless test ........ r85590 | benjamin.peterson | 2010-10-16 20:29:11 -0500 (Sat, 16 Oct 2010) | 1 line disable the garbage collector while collecting traces, so that __del__s don't get caught ........ r85591 | benjamin.peterson | 2010-10-16 20:30:26 -0500 (Sat, 16 Oct 2010) | 1 line use assertion methods ........ 17 October 2010, 01:36:15 UTC
6e982d4 Fix duplicate entry in maintainers file 16 October 2010, 19:43:44 UTC
bf77554 iterators passed to writelines() can close their files; don't segfault #10125 16 October 2010, 19:20:12 UTC
f76942d Merged revisions 85562 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85562 | benjamin.peterson | 2010-10-15 22:45:45 -0500 (Fri, 15 Oct 2010) | 1 line don't identify the toplevel namespace by name #9997 ........ 16 October 2010, 03:51:38 UTC
7497e91 run autoreconf 16 October 2010, 00:53:39 UTC
1d9d16e Merged revisions 85554 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85554 | r.david.murray | 2010-10-15 19:12:57 -0400 (Fri, 15 Oct 2010) | 4 lines #9862: On AIX PIPE_BUF is broken. Make it 512. Patch by Sébastien Sablé. ........ 16 October 2010, 00:43:13 UTC
63e284d #10111: minor problems in 2.7 FILE* API docs. 15 October 2010, 17:52:59 UTC
db949b8 Recorded merge of revisions 85543 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85543 | georg.brandl | 2010-10-15 19:03:02 +0200 (Fr, 15 Okt 2010) | 1 line #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings. ........ 15 October 2010, 17:04:45 UTC
44c3ceb #8267: Use sorted() to get a sorted list of dict keys. 15 October 2010, 15:31:09 UTC
a81eae1 Merged revisions 83852-83853,83857,84042,84216,84274-84276,84375,85388,85478,85506-85508 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r83852 | benjamin.peterson | 2010-08-08 15:45:44 -0500 (Sun, 08 Aug 2010) | 1 line wrap with parens ........ r83853 | benjamin.peterson | 2010-08-08 15:46:31 -0500 (Sun, 08 Aug 2010) | 1 line use parens ........ r83857 | benjamin.peterson | 2010-08-08 15:59:49 -0500 (Sun, 08 Aug 2010) | 1 line things which use touch_import should be pre order ........ r84042 | george.boutsioukis | 2010-08-14 16:10:19 -0500 (Sat, 14 Aug 2010) | 2 lines This revision incorporates into the 2to3 tool the new, faster, tree matching algorithm developed during a GSOC project. The algorithm resides in the two added modules, btm_matcher and btm_utils. New code has been added to drive the new matching process in refactor.py and a few minor changes were made in other modules. A BM_compatible flag(False by default) has been added in fixer_base and it is set to True in most of the current fixers. ........ r84216 | benjamin.peterson | 2010-08-19 16:44:05 -0500 (Thu, 19 Aug 2010) | 1 line allow star_expr in testlist_gexp ........ r84274 | benjamin.peterson | 2010-08-22 18:40:46 -0500 (Sun, 22 Aug 2010) | 1 line wrap long line ........ r84275 | benjamin.peterson | 2010-08-22 18:42:22 -0500 (Sun, 22 Aug 2010) | 1 line cleanup ........ r84276 | benjamin.peterson | 2010-08-22 18:51:01 -0500 (Sun, 22 Aug 2010) | 1 line when there's a None value and a traceback, don't call type with it #9661 ........ r84375 | george.boutsioukis | 2010-08-31 08:38:53 -0500 (Tue, 31 Aug 2010) | 3 lines Idiomatic code changes & stylistic issues fixed in the BottomMatcher module. Thanks to Benjamin Peterson for taking the time to review the code. ........ r85388 | benjamin.peterson | 2010-10-12 17:27:44 -0500 (Tue, 12 Oct 2010) | 1 line fix urllib fixer with multiple as imports on a line #10069 ........ r85478 | benjamin.peterson | 2010-10-14 08:09:56 -0500 (Thu, 14 Oct 2010) | 1 line stop abusing docstrings ........ r85506 | benjamin.peterson | 2010-10-14 17:45:19 -0500 (Thu, 14 Oct 2010) | 1 line kill sibling import ........ r85507 | benjamin.peterson | 2010-10-14 17:54:15 -0500 (Thu, 14 Oct 2010) | 1 line remove trailing whitespace ........ r85508 | benjamin.peterson | 2010-10-14 17:55:28 -0500 (Thu, 14 Oct 2010) | 1 line typo ........ 14 October 2010, 23:00:00 UTC
99d848b Merged revisions 85503 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85503 | antoine.pitrou | 2010-10-15 00:11:44 +0200 (ven., 15 oct. 2010) | 2 lines More proper closing of files ........ 14 October 2010, 22:22:30 UTC
80800d3 Fix the issue with non-ascii char in doctest. Issue #9409 Recorded merge of revisions 85495,85500 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85495 | florent.xicluna | 2010-10-14 22:56:20 +0200 (jeu., 14 oct. 2010) | 3 lines Fix the regex to match all kind of filenames, for interactive debugging in doctests. (issue #9409) ........ r85500 | florent.xicluna | 2010-10-14 23:35:58 +0200 (jeu., 14 oct. 2010) | 2 lines Add test case for issue #9409, non-ascii char in doctest. It passes in 3.2 but needs fixing in 2.7. ........ 14 October 2010, 21:46:04 UTC
f7c2445 Merged revisions 85497 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85497 | antoine.pitrou | 2010-10-14 23:15:17 +0200 (jeu., 14 oct. 2010) | 3 lines Explicitly close some files (from issue #10093) ........ 14 October 2010, 21:22:52 UTC
b67660f Merged revisions 85495 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85495 | florent.xicluna | 2010-10-14 22:56:20 +0200 (jeu., 14 oct. 2010) | 3 lines Fix the regex to match all kind of filenames, for interactive debugging in doctests. (issue #9409) ........ 14 October 2010, 21:10:45 UTC
8299393 Merged revisions 85492 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85492 | antoine.pitrou | 2010-10-14 22:35:26 +0200 (jeu., 14 oct. 2010) | 3 lines Increase timeouts in test_ftplib (for very slow buildbots) ........ 14 October 2010, 20:46:25 UTC
d989f82 Merged revisions 85482 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85482 | antoine.pitrou | 2010-10-14 17:34:31 +0200 (jeu., 14 oct. 2010) | 4 lines Replace the "compiler" resource with the more generic "cpu", so as to mark CPU-heavy tests. ........ 14 October 2010, 15:43:25 UTC
9a4acdf Fix issue10065 - future_builtins' docstring lacks some functions 14 October 2010, 13:15:33 UTC
3125f50 Merged revisions 85472 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85472 | antoine.pitrou | 2010-10-14 13:29:16 +0200 (jeu., 14 oct. 2010) | 3 lines Add make variable to allow testing of different interpreter flags in buildbot runs ........ 14 October 2010, 11:37:30 UTC
a2a53b2 Add support for "-3" flag (closes #7516) 14 October 2010, 11:18:46 UTC
a226c91 Merged revisions 85469 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85469 | antoine.pitrou | 2010-10-14 13:12:00 +0200 (jeu., 14 oct. 2010) | 3 lines Inherit interpreter flags in parallel testing ........ 14 October 2010, 11:15:50 UTC
4b09b04 Implement #7944. Use `with` throughout the test suite. 14 October 2010, 02:06:55 UTC
6ec1eb8 Merged revisions 85403 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85403 | brian.curtin | 2010-10-12 21:56:26 -0500 (Tue, 12 Oct 2010) | 2 lines Implement #7944. Use `with` throughout the test suite. ........ 14 October 2010, 02:01:12 UTC
04d8b22 Merged revisions 85401 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85401 | brian.curtin | 2010-10-12 21:29:46 -0500 (Tue, 12 Oct 2010) | 3 lines Implement #7944. Use `with` throughout the test suite. ........ 14 October 2010, 01:14:36 UTC
31cf8d0 Merged revisions 85400 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85400 | brian.curtin | 2010-10-12 21:21:42 -0500 (Tue, 12 Oct 2010) | 2 lines Implement #7944. Use `with` throughout the test suite. ........ 13 October 2010, 23:51:19 UTC
a5cb39f Merged revisions 85436 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85436 | benjamin.peterson | 2010-10-13 17:20:15 -0500 (Wed, 13 Oct 2010) | 1 line put PYTHONIOENCODING in man page ........ 13 October 2010, 22:25:26 UTC
8e73403 Merged revisions 85432 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85432 | benjamin.peterson | 2010-10-13 17:06:39 -0500 (Wed, 13 Oct 2010) | 1 line constify to appease compiler warnings ........ 13 October 2010, 22:10:31 UTC
4de6b06 Merged revisions 85429 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85429 | benjamin.peterson | 2010-10-13 16:59:36 -0500 (Wed, 13 Oct 2010) | 1 line remove obselete import implementation #7287 ........ 13 October 2010, 22:07:17 UTC
9e1ef1a Merged revisions 85423 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85423 | antoine.pitrou | 2010-10-13 19:14:16 +0200 (mer., 13 oct. 2010) | 3 lines Protect test_smtpnet against connection failures ........ 13 October 2010, 17:20:54 UTC
bcb6195 Merged revisions 85404 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85404 | gregory.p.smith | 2010-10-12 20:39:47 -0700 (Tue, 12 Oct 2010) | 2 lines fix compliation on NetBSD ........ 13 October 2010, 03:42:10 UTC
25def7d Merged revisions 85398 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85398 | benjamin.peterson | 2010-10-12 20:04:36 -0500 (Tue, 12 Oct 2010) | 1 line account for the module __dict__ being cleared when its module is ........ 13 October 2010, 01:10:16 UTC
1e1a8c7 Merged revisions 85395 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85395 | benjamin.peterson | 2010-10-12 18:07:13 -0500 (Tue, 12 Oct 2010) | 1 line fix spelling #10078 ........ 12 October 2010, 23:12:45 UTC
dc95424 Merged revisions 85392 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85392 | benjamin.peterson | 2010-10-12 17:57:59 -0500 (Tue, 12 Oct 2010) | 1 line prefer clearing global objects to obscure module.__dict__ bugs #10068 ........ 12 October 2010, 23:02:35 UTC
d2f6ae6 Merged revisions 85386-85387,85389 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85386 | victor.stinner | 2010-10-13 00:23:23 +0200 (mer., 13 oct. 2010) | 3 lines Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the current directory was deleted. ........ r85387 | victor.stinner | 2010-10-13 00:26:08 +0200 (mer., 13 oct. 2010) | 2 lines #6612: add the author of the patch (W. Trevor King) ........ r85389 | victor.stinner | 2010-10-13 00:42:37 +0200 (mer., 13 oct. 2010) | 2 lines NEWS: Move #6612 to Library section ........ 12 October 2010, 22:53:51 UTC
169b133 Blocked revisions 85322,85326 via svnmerge ........ r85322 | r.david.murray | 2010-10-08 11:55:28 -0400 (Fri, 08 Oct 2010) | 8 lines #4661: add bytes parsing and generation to email (email version bump to 5.1.0) The work on this is not 100% complete, but everything is present to allow real-world testing of the code. The only remaining major todo item is to (hopefully!) enhance the handling of non-ASCII bytes in headers converted to unicode by RFC2047 encoding them rather than replacing them with '?'s. ........ r85326 | r.david.murray | 2010-10-08 17:37:39 -0400 (Fri, 08 Oct 2010) | 2 lines What's new entry for email 5.1. ........ 12 October 2010, 14:16:46 UTC
577acb4 improve performance of writing past the end of the file for cStringIO (http://bugs.python.org/issue10045) 11 October 2010, 19:13:04 UTC
5e8349e Issue #9948: logging: fixed problem of losing filename case information. 10 October 2010, 20:36:04 UTC
739a59c Don't run xpickle tests when the reference interpreter doesn't have test_support (see AMD64 Gentoo buildbot) 10 October 2010, 14:53:36 UTC
58dab67 Merged revisions 85353 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85353 | antoine.pitrou | 2010-10-10 11:37:12 +0200 (dim., 10 oct. 2010) | 3 lines Issue #9437: Fix building C extensions with non-default LDFLAGS. ........ 10 October 2010, 09:54:59 UTC
7be5a65 Merged revisions 85349 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85349 | antoine.pitrou | 2010-10-10 10:10:16 +0200 (dim., 10 oct. 2010) | 4 lines Some platforms provide uintptr_t in inttypes.h. Patch by Akira Kitada. ........ 10 October 2010, 08:14:41 UTC
22ad245 Merged revisions 85342 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85342 | antoine.pitrou | 2010-10-09 17:24:28 +0200 (sam., 09 oct. 2010) | 4 lines Issue #10055: Make json C89-compliant in UCS4 mode. ........ 09 October 2010, 15:28:59 UTC
0b481ca Merged revisions 85018 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85018 | antoine.pitrou | 2010-09-26 18:36:33 +0200 (dim., 26 sept. 2010) | 4 lines Issue #8445: try to fix some buildbot failures on test_ttk_guionly. Patch by Guilherme. ........ 09 October 2010, 10:09:06 UTC
b1fb458 Merged revisions 85328 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85328 | benjamin.peterson | 2010-10-08 20:58:37 -0500 (Fri, 08 Oct 2010) | 1 line remove author names from prose ........ 09 October 2010, 02:04:15 UTC
2623688 Merged revisions 84763,85135 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84763 | hirokazu.yamamoto | 2010-09-13 15:21:54 +0900 | 1 line Cosmetic fix to project files. ........ r85135 | hirokazu.yamamoto | 2010-10-01 19:40:49 +0900 | 1 line Cosmetic fix for PCBuild/readme.txt. ........ 08 October 2010, 10:22:55 UTC
9c20b18 Added my name to ACKS. 08 October 2010, 09:45:08 UTC
1f504f1 Merged revisions 85315 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85315 | hirokazu.yamamoto | 2010-10-08 17:38:15 +0900 | 1 line Issue #9978: Wait until subprocess completes initialization. (Win32KillTests in test_os) ........ 08 October 2010, 09:41:13 UTC
354fe7e copy_absolute(): keep the relative path if getcwd() failed Instead of using the undefined content of the 'path' buffer. 07 October 2010, 23:37:08 UTC
a06e9b8 Merged revisions 85299 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85299 | brian.curtin | 2010-10-06 20:12:19 -0500 (Wed, 06 Oct 2010) | 9 lines Fix #8584. Fix the skipping of a number of tests due to incorrect importing. This undoes a previous attempt to fix some of the skips. Value and copy come from sharedctypes rather than plain ctypes, and the test skipping is then done at the class level rather than test-by-test. There are zero skipped tests after the fix. ........ 07 October 2010, 02:27:41 UTC
76a66aa Merged revisions 85291 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85291 | antoine.pitrou | 2010-10-06 23:21:18 +0200 (mer., 06 oct. 2010) | 4 lines Issue #9759: GzipFile now raises ValueError when an operation is attempted after the file is closed. Patch by Jeffrey Finkelstein. ........ 06 October 2010, 21:26:52 UTC
2471063 Merged revisions 85276 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85276 | georg.brandl | 2010-10-06 12:35:24 +0200 (Mi, 06 Okt 2010) | 1 line Fix the suspicious builder not to write CRLF, update suspicious file and add instructions to Makefile. ........ 06 October 2010, 10:47:20 UTC
35e7a8f Merged revisions 85274 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85274 | georg.brandl | 2010-10-06 12:26:05 +0200 (Mi, 06 Okt 2010) | 1 line Fix errors found by "make suspicious". ........ 06 October 2010, 10:41:31 UTC
0d8f375 Blocked revisions 85272-85273 via svnmerge ........ r85272 | georg.brandl | 2010-10-06 12:11:56 +0200 (Mi, 06 Okt 2010) | 1 line Migrate to Sphinx 1.0 C language constructs. ........ r85273 | georg.brandl | 2010-10-06 12:14:08 +0200 (Mi, 06 Okt 2010) | 1 line Fix spelling and markup. ........ 06 October 2010, 10:36:52 UTC
f864a1d Remove NEWS.help (manual backport of r84533). 06 October 2010, 09:50:32 UTC
35c2b49 Blocked revisions 82804,83234,83605-83618,83649,84011,84016-84017,84020,84142,84249,84407,84448,84476-84479,84481,84520,84522,84528-84529,84533,84542,84552,84579,84684,84705-84706,84747,84751,84899,84903,85132,85228 via svnmerge ........ r82804 | georg.brandl | 2010-07-11 11:41:21 +0200 (So, 11 Jul 2010) | 1 line Allow set literals in literal_eval(). ........ r83234 | georg.brandl | 2010-07-29 18:01:11 +0200 (Do, 29 Jul 2010) | 1 line #6522: add a "decorator" directive to explicitly document decorators, and use it in a few places. ........ r83605 | georg.brandl | 2010-08-03 00:08:58 +0200 (Di, 03 Aug 2010) | 1 line Make the Pynche tool work with Python 3. ........ r83606 | georg.brandl | 2010-08-03 00:25:16 +0200 (Di, 03 Aug 2010) | 1 line Minimum fixes to make freeze.py do something useful. ........ r83607 | georg.brandl | 2010-08-03 00:28:01 +0200 (Di, 03 Aug 2010) | 1 line Remove faqwiz tool. ........ r83608 | georg.brandl | 2010-08-03 00:31:22 +0200 (Di, 03 Aug 2010) | 1 line Update README for Tools. ........ r83609 | georg.brandl | 2010-08-03 00:53:22 +0200 (Di, 03 Aug 2010) | 1 line Update README, remove obsolete scripts. ........ r83610 | georg.brandl | 2010-08-03 00:55:17 +0200 (Di, 03 Aug 2010) | 1 line Update README, remove obsolete script. ........ r83611 | georg.brandl | 2010-08-03 00:58:25 +0200 (Di, 03 Aug 2010) | 1 line Make the framer run (still generates wrong code for module creation though.) ........ r83612 | georg.brandl | 2010-08-03 00:59:44 +0200 (Di, 03 Aug 2010) | 1 line Fix unicode literal. ........ r83613 | georg.brandl | 2010-08-03 01:13:12 +0200 (Di, 03 Aug 2010) | 1 line Update Demo README. ........ r83614 | georg.brandl | 2010-08-03 01:13:24 +0200 (Di, 03 Aug 2010) | 1 line Make minigzip work again. ........ r83615 | georg.brandl | 2010-08-03 01:15:58 +0200 (Di, 03 Aug 2010) | 1 line Another demo that at least runs again. ........ r83616 | georg.brandl | 2010-08-03 01:17:21 +0200 (Di, 03 Aug 2010) | 1 line Remove obsolete pdist demo. ........ r83617 | georg.brandl | 2010-08-03 01:18:35 +0200 (Di, 03 Aug 2010) | 1 line Remove reference to removed faqwiz tool. ........ r83618 | georg.brandl | 2010-08-03 01:30:09 +0200 (Di, 03 Aug 2010) | 1 line Fix-up some tkinter demos. ........ r83649 | georg.brandl | 2010-08-03 09:56:50 +0200 (Di, 03 Aug 2010) | 1 line Fix regrtest -F. ........ r84011 | georg.brandl | 2010-08-14 15:43:37 +0200 (Sa, 14 Aug 2010) | 1 line There are no *.doc files anymore. Also update "funny" target. ........ r84016 | georg.brandl | 2010-08-14 17:46:15 +0200 (Sa, 14 Aug 2010) | 1 line Wording fix. ........ r84017 | georg.brandl | 2010-08-14 17:46:59 +0200 (Sa, 14 Aug 2010) | 1 line Typo fix. ........ r84020 | georg.brandl | 2010-08-14 17:57:20 +0200 (Sa, 14 Aug 2010) | 1 line Fix format. ........ r84142 | georg.brandl | 2010-08-17 17:07:14 +0200 (Di, 17 Aug 2010) | 1 line Consistency check for versionadded/changed directives. ........ r84249 | georg.brandl | 2010-08-22 01:20:01 +0200 (So, 22 Aug 2010) | 1 line Remove usage of rexec in tkinter demo. ........ r84407 | georg.brandl | 2010-09-01 23:02:50 +0200 (Mi, 01 Sep 2010) | 1 line #9677: fix link. ........ r84448 | georg.brandl | 2010-09-03 12:52:55 +0200 (Fr, 03 Sep 2010) | 1 line Reindent. ........ r84476 | georg.brandl | 2010-09-04 00:14:52 +0200 (Sa, 04 Sep 2010) | 1 line Use tabs consistently. ........ r84477 | georg.brandl | 2010-09-04 00:19:07 +0200 (Sa, 04 Sep 2010) | 1 line Fix typos and use tabs consistently. ........ r84478 | georg.brandl | 2010-09-04 00:20:58 +0200 (Sa, 04 Sep 2010) | 1 line Make PEP section a bit less ugly and at least list implemented PEPs. ........ r84479 | georg.brandl | 2010-09-04 00:29:08 +0200 (Sa, 04 Sep 2010) | 1 line Revert unintended change from r84458. ........ r84481 | georg.brandl | 2010-09-04 00:36:22 +0200 (Sa, 04 Sep 2010) | 1 line #9767: doctest run over json docs. ........ r84520 | georg.brandl | 2010-09-05 10:28:41 +0200 (So, 05 Sep 2010) | 1 line Update pydoc topics. ........ r84522 | georg.brandl | 2010-09-05 10:30:40 +0200 (So, 05 Sep 2010) | 1 line Bump to 3.2a2. ........ r84528 | georg.brandl | 2010-09-05 13:28:33 +0200 (So, 05 Sep 2010) | 1 line Rewrap and consistency fixes. ........ r84529 | georg.brandl | 2010-09-05 19:06:50 +0200 (So, 05 Sep 2010) | 1 line Rewrap. ........ r84533 | georg.brandl | 2010-09-05 19:32:31 +0200 (So, 05 Sep 2010) | 1 line Fix reST in NEWS, and remove NEWS.help (all committers should now know reST anyway, and for those who do not, there is Documenting Python.) ........ r84542 | georg.brandl | 2010-09-05 23:29:17 +0200 (So, 05 Sep 2010) | 1 line Post-release update. ........ r84552 | georg.brandl | 2010-09-06 08:45:47 +0200 (Mo, 06 Sep 2010) | 1 line Remove redundant word. ........ r84579 | georg.brandl | 2010-09-07 10:18:26 +0200 (Di, 07 Sep 2010) | 1 line Add stub entry for argparse. ........ r84684 | georg.brandl | 2010-09-10 22:43:53 +0200 (Fr, 10 Sep 2010) | 1 line release() is probably not the most important method ........ r84705 | georg.brandl | 2010-09-11 08:39:58 +0200 (Sa, 11 Sep 2010) | 1 line Add new generated file to ignoreds. ........ r84706 | georg.brandl | 2010-09-11 08:41:30 +0200 (Sa, 11 Sep 2010) | 1 line Remove compatibility code for Python < 2.1, < 2.2 and < 2.4. ........ r84747 | georg.brandl | 2010-09-12 19:14:26 +0200 (So, 12 Sep 2010) | 1 line 9806: add --extension-suffix option to python-config. ........ r84751 | georg.brandl | 2010-09-12 22:58:19 +0200 (So, 12 Sep 2010) | 1 line Get rid of tabs. ........ r84899 | georg.brandl | 2010-09-19 10:55:36 +0200 (So, 19 Sep 2010) | 1 line Add "concurrent" subdir to Makefile. ........ r84903 | georg.brandl | 2010-09-19 11:31:09 +0200 (So, 19 Sep 2010) | 1 line Edit concurrent docs, add versionadded and see also reference to the PEP. ........ r85132 | georg.brandl | 2010-10-01 07:38:10 +0200 (Fr, 01 Okt 2010) | 1 line Fix weird markup that caused latex to fail. ........ r85228 | georg.brandl | 2010-10-05 09:16:01 +0200 (Di, 05 Okt 2010) | 1 line Indent version tags properly. ........ 06 October 2010, 09:50:09 UTC
a04b03b Merged revisions 82879,82958-82959,83109,83127,83224,83747,84162 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82879 | stefan.krah | 2010-07-14 12:16:11 +0200 (Mi, 14 Jul 2010) | 3 lines High byte is the exit status. ........ r82958 | jean-paul.calderone | 2010-07-18 18:13:27 +0200 (So, 18 Jul 2010) | 1 line There is no method named "register(fd, eventmask)"; fix markup to just indicate this is code. ........ r82959 | jean-paul.calderone | 2010-07-18 18:30:31 +0200 (So, 18 Jul 2010) | 1 line Document the extra epoll flags ........ r83109 | brett.cannon | 2010-07-23 18:58:21 +0200 (Fr, 23 Jul 2010) | 4 lines Mention in the fnmatch docs that meta-characters in translate cannot be quoted. Closes issue 9358. Thanks to Brian Brazil for the patch. ........ r83127 | martin.v.loewis | 2010-07-24 12:09:11 +0200 (Sa, 24 Jul 2010) | 2 lines Put listdir default argument into declaration. ........ r83224 | mark.dickinson | 2010-07-29 15:56:56 +0200 (Do, 29 Jul 2010) | 1 line Fix typo. ........ r83747 | gerhard.haering | 2010-08-06 08:12:05 +0200 (Fr, 06 Aug 2010) | 2 lines Issue #3854: Documented using the sqlite3 module with multiple threads. ........ r84162 | victor.stinner | 2010-08-18 00:01:02 +0200 (Mi, 18 Aug 2010) | 3 lines Replace :func: by :cfunc: To get links to the C functions ........ 06 October 2010, 09:47:17 UTC
aea70af Merged revisions 85222 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85222 | eric.araujo | 2010-10-05 00:32:36 +0200 (Di, 05 Okt 2010) | 5 lines Recode developers.txt to UTF-8, as discussed on python-dev. Fix Łukasz’ name and also remove trailing whitespace. See thread at http://mail.python.org/pipermail/python-dev/2010-September/103584.html ........ 06 October 2010, 09:39:09 UTC
back to top