https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
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
2da91c3 Fixed issue #2888. Now the behaviour of pprint when working with nested structures follows the common sense (and works like in 2.5 and 3.0). 21 June 2008, 17:43:56 UTC
8e1c52a Reviewed and updated the documentation. Fixes #3017. 21 June 2008, 17:30:06 UTC
924b823 Documentation fix. 21 June 2008, 14:26:19 UTC
c2dd030 Docstring correction 21 June 2008, 13:48:38 UTC
f484363 Use repr() for bad input strings; this makes the empty string or binary characters more visible 21 June 2008, 13:47:20 UTC
d897264 Docstring typo 21 June 2008, 13:29:12 UTC
30fa13f Fix build on FreeBSD gcc. 21 June 2008, 11:15:30 UTC
e0e7114 Issue 3008: hex/oct/bin can show floats exactly. 21 June 2008, 06:39:53 UTC
db53c1e Correct two versionchanged directives, to improve the 'changes' output 21 June 2008, 00:17:22 UTC
6ba873c Various items 20 June 2008, 23:43:12 UTC
f839b66 Grammar fixes 20 June 2008, 23:14:32 UTC
c2e3270 Remove request for e-mail; it's unlikely these classes will be saved 20 June 2008, 23:13:58 UTC
fc7f493 rephrase 20 June 2008, 20:33:33 UTC
f91c70a Change references to the new math functions to generate proper x-refs. 20 June 2008, 19:28:18 UTC
2fcd8c9 Fix another typo in math_sum comment 20 June 2008, 15:26:19 UTC
d303578 Fix outdated count of the number of new math module functions. 20 June 2008, 15:17:41 UTC
1ec2fcd Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) now returns (0, 0, 1) instead of (0, -1, 1), and slice(None, 10, -1).indices(10) returns (9, 9, -1) instead of (9, 10, -1). 20 June 2008, 14:53:43 UTC
7b2e2df Various items 20 June 2008, 11:39:54 UTC
e3ae655 Make bin() implementation parallel oct() and hex() so that int/long subclasses can override or so that other classes can support. 20 June 2008, 04:18:15 UTC
e0f1244 add multiprocessing to the Makefile 20 June 2008, 02:47:03 UTC
5f198be Fix comment typos 20 June 2008, 02:11:42 UTC
d6b1eaf Various items 20 June 2008, 02:05:57 UTC
8dc20fd Updated with fix for #3136. 19 June 2008, 22:41:08 UTC
5f7b97d Bug #3136: fileConfig()'s disabling of old loggers is now conditional via an optional disable_existing_loggers parameter, but the default value is such that the old behaviour is preserved. Thanks to Leandro Lucarella for the patch. 19 June 2008, 22:40:17 UTC
6f5a2b5 skip test_macostools when UCS4 is enabled 19 June 2008, 21:39:06 UTC
9b69ed9 In test_site, correctly escape backslashes in path names. This allows the test to pass when the username begins with a lowercase 't'... 19 June 2008, 21:17:12 UTC
8e5cd75 Put threading in front of thread 19 June 2008, 20:33:31 UTC
8f40f06 test_macos can be skipped on non-mac platforms. 19 June 2008, 19:57:39 UTC
be504f1 Remove some standalone material from the introduction; various markup and typo fixes 19 June 2008, 19:48:42 UTC
3d8f8c1 Only include update_lines_cols() function when it's actually going to be used 19 June 2008, 14:02:30 UTC
060792c Post release changes 19 June 2008, 02:31:54 UTC
78ad2c0 Tagging for 2.6b1 19 June 2008, 01:48:40 UTC
b5d1740 Bumping to 2.6b1 19 June 2008, 01:48:07 UTC
da9c9be Fix test_socket_ssl the easy way and remove it per #1489 18 June 2008, 22:59:32 UTC
d574633 Typo in a directory name. Should help the AMD64 buildbots 18 June 2008, 21:33:58 UTC
7248fd8 The ssl certificate at https://sf.net is not valid. Switch to https://sourceforge.net 18 June 2008, 21:18:27 UTC
a3b6baa Remove test_listener_client to remove possible race condition in the multiprocessing tests 18 June 2008, 16:34:50 UTC
1862382 Attempt RLock creation prior to test execution on Linux, if it raises the OSError in issue 3111, skip the test suite 18 June 2008, 13:29:52 UTC
5da652e Add versionadded tags to new math functions. 18 June 2008, 09:28:22 UTC
f88f739 Typo fix 18 June 2008, 09:20:17 UTC
2281da4 Fix double decref. 18 June 2008, 00:56:57 UTC
09fc075 Fix the previous fix 17 June 2008, 23:14:19 UTC
19fc7f6 On windows, lib2to3 should accept / and \ in the fixer_dir argument Needed to let the tests pass 17 June 2008, 23:09:19 UTC
aa4e47a add needed import 17 June 2008, 23:01:59 UTC
ed77f2e skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a chroot problem in the buildbot env. 17 June 2008, 22:40:44 UTC
fb1c4b9 Issue 3118: make test_math pass on Ubuntu/ia64. exp(-745.0) was raising OverflowError incorrectly on this platform, presumably as a result of the libm setting errno = ERANGE for this call. 17 June 2008, 21:16:55 UTC
21a45e1 Roll back Raymond's -r64098 while we think of something better. (See issue 3056 -- we're close to a resolution but need unittests.) 17 June 2008, 17:38:02 UTC
9828b7e Updated with fix for #3126. 17 June 2008, 11:04:02 UTC
8f96b8e Bug #3126: StreamHandler and FileHandler check before calling "flush" and "close" that the stream object has these, using hasattr (thanks to bobf for the patch). 17 June 2008, 11:02:14 UTC
5c15aba Split the HTML index. 17 June 2008, 09:01:35 UTC
59f3ade Issue 3048: Fixed sys.sizeof test fails with wide unicode. 17 June 2008, 08:42:15 UTC
d0ba073 Add Jesse Noller to the developers list. 16 June 2008, 21:00:47 UTC
back to top