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

sort by:
Revision Author Date Message Commit Date
de2939b Fix opensearch template. 06 July 2008, 17:36:20 UTC
eb77fe4 fix issue3304 - remove an incorrect PyMem_Free in fileio_init 06 July 2008, 17:06:29 UTC
7f58022 remove test_compact_freelists from test_sys 06 July 2008, 12:39:09 UTC
f414064 - Issue #2113: Fix error in subprocess.Popen if the select system call is interrupted by a signal. 06 July 2008, 07:16:40 UTC
2fe7706 - Issue #2862: Make int and float freelist management consistent with other freelists. Changes their CompactFreeList apis into ClearFreeList apis and calls them via gc.collect(). 06 July 2008, 03:35:58 UTC
17f2e4a Issue #3239. Differentiate the ascii call from the curses one and the builtin one. 05 July 2008, 20:39:59 UTC
083902a Issue 3289. Removed two lines that ended doing nothing. 05 July 2008, 19:19:50 UTC
1ecce46 Keep below 80 chars. 05 July 2008, 16:43:45 UTC
87988b6 make regrtest aware of the lib2to3 resource 05 July 2008, 16:29:38 UTC
5a9ef42 Disable lib2to3 by default, unless run explicitly. 05 July 2008, 15:48:20 UTC
5144ff5 Merged revisions 64285-64735 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r64493 | benjamin.peterson | 2008-06-24 04:14:14 +0200 (Di, 24 Jun 2008) | 1 line add a fix_import mapping for cPickle -> pickle ........ r64651 | brett.cannon | 2008-07-02 04:00:11 +0200 (Mi, 02 Jul 2008) | 3 lines Update fix_imports for urllib. Had to change the fixer itself to handle modules that are split across several renames in 3.0. ........ r64669 | brett.cannon | 2008-07-02 21:43:48 +0200 (Mi, 02 Jul 2008) | 4 lines Backing out last change until fix_imports is working again. Also re-enable the testing for fix_imports; if it is deemed that it takes too long to run then a random sample should be taken and used to test it. ........ 05 July 2008, 15:45:45 UTC
ecf8d8c Minor rewrite of cmath_log to work around a Sun compiler bug. See issue #3168. 05 July 2008, 15:25:48 UTC
bf9f4d8 Issue 3188: accept float('infinity') as well as float('inf'). This makes the float constructor behave in the same way as specified by various other language standards, including C99, IEEE 754r, and the IBM Decimal standard. 05 July 2008, 11:33:52 UTC
e78fbcc #2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade. This is a new feature, but Barry authorized adding it in the beta period. 05 July 2008, 10:13:36 UTC
3c0fd56 Fix tabs. 05 July 2008, 10:07:18 UTC
afae11e Update comment on prediction macros. 05 July 2008, 02:11:55 UTC
66ef83b Give the pickle special methods a signature. 04 July 2008, 17:22:53 UTC
4e47680 let the term be linked 03 July 2008, 13:01:17 UTC
9385b9d lowercase glossary term 03 July 2008, 12:57:35 UTC
8c43641 Patch #1622: Correct interpretation of various ZIP header fields. Also fixes - Issue #1526: Allow more than 64k files to be added to Zip64 file. - Issue #1746: Correct handling of zipfile archive comments (previously archives with comments over 4k were flagged as invalid). Allow writing Zip files with archives by setting the 'comment' attribute of a ZipFile. 03 July 2008, 12:51:14 UTC
f5d2b4c Tweak wording 03 July 2008, 12:50:03 UTC
968117e Try a blind fix to nismodule which fails on the solaris10 3.0 buildbot: the GIL must be re-acquired in the callback function 02 July 2008, 23:40:28 UTC
0bfac6e Revert r64673 and instead just change the file encoding. 02 July 2008, 21:52:42 UTC
3bff9d2 FIx some Latin-1 characters to be UTF-8 as the file encoding specifies. Closes issue #3261. THankjs Leo Soto for the bug report. 02 July 2008, 21:40:11 UTC
76cf55f Add #!/usr/bin/env python for ben 02 July 2008, 16:56:51 UTC
66c5277 Issue #449227: Now with the rlcompleter module, callable objects are added a '(' when completed. 02 July 2008, 16:52:55 UTC
146b7ab Reenable the manager tests with Amaury's threading fix 02 July 2008, 16:44:09 UTC
c060b0e Issue 3190: pydoc now hides module __package__ attributes 02 July 2008, 13:09:19 UTC
70c3289 Replace occurrences of '\d' with '[0-9]' in Decimal regex, to make sure that the behaviour of Decimal doesn't change if/when re.UNICODE becomes assumed in Python 3.0. Also add a check that alternative Unicode digits (e.g. u'\N{FULLWIDTH DIGIT ONE}') are *not* accepted in a numeric string. 02 July 2008, 09:37:01 UTC
8bb8fa5 Handle urllib's renaming for Python 3.0: * Deprecate urllib.urlopen() in favor of urllib2.urlopen() for 3.0. * Update docs to mention split/rename of the module and deprecation of urlopen(). Changes to lib2to3 are in a separate commit. Work is for issue #2885. 02 July 2008, 01:57:08 UTC
aac51b8 add ABC to the glossary 01 July 2008, 23:33:06 UTC
aa76d77 Add a comment about incref'ing w. 01 July 2008, 20:56:03 UTC
3214a01 #1410739: add a footnote about "is" and "unusual" behavior. 01 July 2008, 20:50:02 UTC
1e0eefc #1523853: add note about fread(). 01 July 2008, 20:45:09 UTC
bdd941f #3242: fix a crash in "print", if sys.stdout is set to a custom object, whose write() method installs another sys.stdout. Will backport. 01 July 2008, 20:38:04 UTC
dbd0ae3 #3216: fix Execute's parameter description. 01 July 2008, 20:18:10 UTC
68b4e74 Add a link to PEP 324. 01 July 2008, 19:59:00 UTC
a6a7292 write a short little section for multiprocessing; it still needs help 01 July 2008, 19:51:54 UTC
175e4d9 #3219 repeated keyword arguments aren't allowed in function calls anymore 01 July 2008, 19:34:52 UTC
1f40c8a #Issue3088 in-progress: Race condition with instances of classes derived from threading.local: When a thread touches such an object for the first time, a new thread-local __dict__ is created, and the __init__ method is run. But a thread switch can occur here; if the other thread touches the same object, it installs another __dict__; when the first thread resumes, it updates the dictionary of the second... This is the deep cause of the failures in test_multiprocessing involving "managers" objects. Also a 2.5 backport candidate. 30 June 2008, 22:42:40 UTC
1d2ce45 Add _multiprocessing module. 30 June 2008, 07:01:09 UTC
d84fd95 Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd 30 June 2008, 06:57:39 UTC
763d309 Fix #2702, with a correct accounting of recursion. 30 June 2008, 01:10:55 UTC
1e02268 Updated to reflect change in logging.config to remove out-of-date comment in _install_handlers and the use of issubclass in place of equality comparison of classes. 29 June 2008, 21:27:15 UTC
5ff7171 Removed out-of-date comment in _install_handlers and used issubclass in place of equality comparison of classes. 29 June 2008, 21:25:28 UTC
b7b8bff reinstate the ending backtick. thanks Nick :) 29 June 2008, 13:43:07 UTC
efc4a3a fix typo 28 June 2008, 23:35:31 UTC
6e4856a rewrap 28 June 2008, 23:06:49 UTC
7416a4c convert test_audioop to unittest. Thanks to Giampaolo Rodola. 28 June 2008, 23:06:05 UTC
de34d91 make sure we close the active channels when eof is received on them 28 June 2008, 23:00:39 UTC
934b16d various SSL fixes; issues 1251, 3162, 3212 28 June 2008, 22:19:33 UTC
a27474c Issue 3230: Do not the set specific size macro. 28 June 2008, 22:16:53 UTC
77cec6e fix typo 28 June 2008, 13:18:14 UTC
99c48a8 Give information for compililation of _multiprocessing.SemLock on FreeBSD: FreeBSD's P1003.1b semaphore support is highly experimental and it's disabled by default. Even if a user loads the experimental kernel module manually, _multiprocessing doesn't work correctly due to several known incompatibilities around sem_unlink and sem_getvalue, yet. 28 June 2008, 01:04:31 UTC
910c2ab edit multiprocessing docs 27 June 2008, 23:22:06 UTC
dc1688a Fix typo in configure.in, and propagate configure.in changes from r64002 to configure and pyconfig.h.in. 27 June 2008, 22:20:14 UTC
ee51cff Fix whitespace in example code. 27 June 2008, 21:34:24 UTC
df90ee6 Issue #3197: rework documentation for fractions module. 27 June 2008, 16:49:27 UTC
f145848 Add Jean Brouwers for his work on math.sum 27 June 2008, 11:03:21 UTC
3af386a Remove trailing 'L's from numerator and denominator in the repr() of a Fraction instance. 27 June 2008, 10:11:52 UTC
6e7e137 Merged revisions 64368-64369 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/tnelson-trunk-bsddb-47-upgrade ........ r64368 | trent.nelson | 2008-06-17 23:13:44 -0500 (Tue, 17 Jun 2008) | 1 line Initial commit of work pertaining to switching the Windows build from Berkeley DB 4.4.20 to 4.7.25. Note that I've deprecated the standalone '_bsddb44.vcproj' in lieu of adding the sources in a separate folder to the _bsddb project. This was a conscious decision and actually makes everything far more easier to manage. With this approach, entire test suite passed straight off the bat. Well, almost -- the timeout in bsddb/test/test_replication.py needed bumping up a little -- 2 seconds was too short. 10 seconds seems to be fine for me, but I'll make sure Jesus verifies. More documentation to come once I've been able to test out this approach on the buildbots (hence keeping the changes in a separate branch for now). ........ r64369 | trent.nelson | 2008-06-17 23:19:12 -0500 (Tue, 17 Jun 2008) | 1 line Bump Berkeley DB version from 4.4.20 to 4.7.25. ........ 27 June 2008, 02:30:34 UTC
d4a224b Initialized merge tracking via "svnmerge" with revisions "1-64347" from svn+ssh://pythondev@svn.python.org/python/branches/tnelson-trunk-bsddb-47-upgrade 27 June 2008, 02:24:49 UTC
15b7b81 Ignore .pyc and .pyo files. 27 June 2008, 00:32:16 UTC
dea1b56 warnings.warn_explicit() did not have the proper TypeErrors in place to prevent bus errors or SystemError being raised. As a side effect of fixing this, a bad DECREF that could be triggered when 'message' and 'category' were both None was fixed. Closes issue 3211. Thanks JP Calderone for the bug report. 27 June 2008, 00:31:13 UTC
80821f7 fix isSet in _exposed 26 June 2008, 21:29:19 UTC
0adfd93 use the new API 26 June 2008, 21:24:35 UTC
b279b8a add a htmlview directive 26 June 2008, 21:23:30 UTC
aa7c8bd Use newer versions of externals. 26 June 2008, 21:12:55 UTC
910df2f Add a version tag for shutdown(). 26 June 2008, 18:55:37 UTC
161b921 Corrected inconsistencies in sizeof tests and addressed issue pointed out by Jean Brouwers. 26 June 2008, 15:20:35 UTC
68dc052 Reverting the patch from #3165, as it broke other behaviours. I left the original test commented out (note that that test came from #2702, which seems to have a problem in FreeBSD and Windows, but not in Linux). I included a new test, to watch over the now-broken behaviour, I took it from #3179. 25 June 2008, 19:24:53 UTC
1b6c4c8 issue #3199: Fix typo in Mac/Makefile.in 25 June 2008, 15:29:32 UTC
2648008 get rid of 2.6/3.0 switch statements in multiprocessing 25 June 2008, 12:44:29 UTC
b09c939 use byte literals in multiprocessing 25 June 2008, 12:39:05 UTC
41a7ce0 Issue 3147: Fixed SizeofTest failure for LLP64 systems. 25 June 2008, 09:20:03 UTC
aa164e1 remove bytes alias in multiprocessing 25 June 2008, 03:09:05 UTC
9c437af Revert 64424, 64438, and 64439. 24 June 2008, 22:46:07 UTC
4ac8172 Issue 3189: Py3k DeprecationWarning in difflib 24 June 2008, 15:58:53 UTC
cab7e56 Remove references to Py3k in __floor__, __ceil__ and __round__ documentation. 24 June 2008, 15:35:14 UTC
5dce7e9 Fixed formatting with thousands separator and padding. Resolves issue 3140. 24 June 2008, 11:11:59 UTC
c72b787 Change description of float('nan') feature; NaNs don't care much about signs, and float('nan'), float('+nan') and float('-nan') actually all generate the exact same NaN value. 24 June 2008, 11:08:58 UTC
9ea1e36 Typo in comment. 24 June 2008, 06:05:30 UTC
2b917c9 minor fix 24 June 2008, 02:41:08 UTC
65fe47b Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140. 24 June 2008, 00:42:10 UTC
57acc8f Include debug info when assembling win64.asm in a debug build. 23 June 2008, 19:51:41 UTC
b436a24 Fix compilation on Windows. 23 June 2008, 14:49:56 UTC
4c52f52 Issue 3161: Missing import and test. 23 June 2008, 03:29:28 UTC
9da18b3 Fixing the problem stated in issue 2702 with the patch submitted in the issue 3165. Now cPickle does not fails with uncontrolled behaviour when pickling into a very deep nested structure. 22 June 2008, 23:19:14 UTC
2694eb0 Just returning nothing instead of rising TestSkipped, because it makes the test fail in the trunk.loewis-sun buildbot. 22 June 2008, 19:35:24 UTC
3e8bb4e Write out "phi" consistently. 22 June 2008, 19:07:59 UTC
ac0c381 Expand docstrings of sqlite3 functions. 22 June 2008, 18:31:54 UTC
96f3dc3 Trying to see if the problem in Martin's buildot is at directory creation time... 22 June 2008, 18:23:55 UTC
8bd0519 #3085: Fix syntax error. 22 June 2008, 18:11:52 UTC
b8242ba Trying to see if the @ in a path is causing the issue in the shutil.rmtree() in the trunk.loewis-sun buildbot. 22 June 2008, 16:11:34 UTC
1461886 Issue 3164. Small fix to don't repeat a comparation without necessity. 22 June 2008, 15:27:10 UTC
2126bab Wording fix 22 June 2008, 13:39:11 UTC
5596b0c Issue #2722. Now the char buffer to support the path string has not fixed length, it mallocs memory if needed. As a result, we don't have a maximum for the getcwd() method. 22 June 2008, 13:36:20 UTC
0ba92b2 Turn section references into proper cross-references. 22 June 2008, 09:05:29 UTC
74a6ba8 In the deprecated functions I added an alert to review specially a section of the subprocess documentation that helps with the replacing of those functionss. 21 June 2008, 19:48:19 UTC
a6a4d50 Now a from submitted via POST that also has a query string will contain both FieldStorage and MiniFieldStorage items. Fixes #1817. 21 June 2008, 18:58:04 UTC
back to top