]> granicus.if.org Git - python/log
python
16 years ago#4059: patch up some sqlite docs.
Georg Brandl [Wed, 8 Oct 2008 17:20:20 +0000 (17:20 +0000)]
#4059: patch up some sqlite docs.

16 years agoNote how bytes alias is expected to be used
Andrew M. Kuchling [Wed, 8 Oct 2008 13:21:27 +0000 (13:21 +0000)]
Note how bytes alias is expected to be used

16 years ago#4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missi...
Amaury Forgeot d'Arc [Tue, 7 Oct 2008 20:32:10 +0000 (20:32 +0000)]
#4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key.
Now it correctly refers to the initial otherset.

Reviewed by Raymond. Will backport to 2.6.

16 years agomore intensive test on dbm.
Hirokazu Yamamoto [Tue, 7 Oct 2008 18:10:47 +0000 (18:10 +0000)]
more intensive test on dbm.

16 years agosave/restore stdout/stderr instead of relying on __*__ versions
Skip Montanaro [Tue, 7 Oct 2008 15:03:40 +0000 (15:03 +0000)]
save/restore stdout/stderr instead of relying on __*__ versions

16 years agoPay attention to -R entries in LDFLAGS.
Skip Montanaro [Tue, 7 Oct 2008 02:02:00 +0000 (02:02 +0000)]
Pay attention to -R entries in LDFLAGS.

16 years agoSimplify individual tests by defining setUp and tearDown methods.
Skip Montanaro [Tue, 7 Oct 2008 01:55:20 +0000 (01:55 +0000)]
Simplify individual tests by defining setUp and tearDown methods.

16 years agoAdd the 'patchcheck' build target to .PHONY.
Brett Cannon [Mon, 6 Oct 2008 22:44:37 +0000 (22:44 +0000)]
Add the 'patchcheck' build target to .PHONY.

Re-closes issue 3758. Thanks to Ralph Corderoy for the catch.

16 years agoIssue #4014: Don't claim that Python has an Alpha release status, in addition
Martin v. Löwis [Mon, 6 Oct 2008 15:15:40 +0000 (15:15 +0000)]
Issue #4014: Don't claim that Python has an Alpha release status, in addition
to claiming it is Mature.

16 years agoPer Greg Ward, optparse is no longer being externally maintained.
Andrew M. Kuchling [Mon, 6 Oct 2008 12:07:04 +0000 (12:07 +0000)]
Per Greg Ward, optparse is no longer being externally maintained.
I'll look at the bugs in the Optik bug tracker and copy them to the Python bug
tracker if they're still relevant.

16 years agoMore strict test. Consider the case sys.executable itself is symlink.
Hirokazu Yamamoto [Mon, 6 Oct 2008 02:41:59 +0000 (02:41 +0000)]
More strict test. Consider the case sys.executable itself is symlink.

16 years agoAdded the test for issue3762.
Hirokazu Yamamoto [Mon, 6 Oct 2008 01:57:03 +0000 (01:57 +0000)]
Added the test for issue3762.

16 years ago#1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(), disable...
Andrew M. Kuchling [Sun, 5 Oct 2008 00:11:56 +0000 (00:11 +0000)]
#1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(), disable_interspersed_args()

16 years agofix typo
Benjamin Peterson [Sat, 4 Oct 2008 22:15:31 +0000 (22:15 +0000)]
fix typo

16 years agoPunctuation fix; expand dict.update docstring to be clearer
Andrew M. Kuchling [Sat, 4 Oct 2008 21:51:59 +0000 (21:51 +0000)]
Punctuation fix; expand dict.update docstring to be clearer

16 years agoMerged revisions 66707,66775,66782 via svnmerge from
Benjamin Peterson [Sat, 4 Oct 2008 20:55:50 +0000 (20:55 +0000)]
Merged revisions 66707,66775,66782 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r66707 | benjamin.peterson | 2008-09-30 18:27:10 -0500 (Tue, 30 Sep 2008) | 1 line

  fix #4001: fix_imports didn't check for __init__.py before converting to relative imports
........
  r66775 | collin.winter | 2008-10-03 12:08:26 -0500 (Fri, 03 Oct 2008) | 4 lines

  Add an alternative iterative pattern matching system that, while slower, correctly parses files that cause the faster recursive pattern matcher to fail with a recursion error. lib2to3 falls back to the iterative matcher if the recursive one fails.

  Fixes http://bugs.python.org/issue2532. Thanks to Nick Edds.
........
  r66782 | benjamin.peterson | 2008-10-03 17:51:36 -0500 (Fri, 03 Oct 2008) | 1 line

  add Victor Stinner's fixer for os.getcwdu -> os.getcwd #4023
........

16 years ago#4041: don't refer to removed and outdated modules.
Georg Brandl [Sat, 4 Oct 2008 18:26:01 +0000 (18:26 +0000)]
#4041: don't refer to removed and outdated modules.

16 years agosilence Sphinx warning
Benjamin Peterson [Sat, 4 Oct 2008 17:10:14 +0000 (17:10 +0000)]
silence Sphinx warning

16 years agoAdd What's New for 2.7
Andrew M. Kuchling [Sat, 4 Oct 2008 16:52:31 +0000 (16:52 +0000)]
Add What's New for 2.7

16 years agoSet svn:keywords
Andrew M. Kuchling [Sat, 4 Oct 2008 16:52:01 +0000 (16:52 +0000)]
Set svn:keywords

16 years agotwo corrections
Andrew M. Kuchling [Sat, 4 Oct 2008 03:08:56 +0000 (03:08 +0000)]
two corrections

16 years agoDocstring change for *partition: use same tense as other docstrings.
Andrew M. Kuchling [Sat, 4 Oct 2008 01:05:56 +0000 (01:05 +0000)]
Docstring change for *partition: use same tense as other docstrings.
Hyphenate left- and right-justified.
Fix 'registerd' typo

16 years agoDocstring changes: Specify exceptions raised
Andrew M. Kuchling [Sat, 4 Oct 2008 01:04:24 +0000 (01:04 +0000)]
Docstring changes: Specify exceptions raised

16 years agoDocstring change: Specify exception raised
Andrew M. Kuchling [Sat, 4 Oct 2008 01:03:42 +0000 (01:03 +0000)]
Docstring change: Specify exception raised

16 years agoUse correct capitalization of NaN
Andrew M. Kuchling [Sat, 4 Oct 2008 01:02:29 +0000 (01:02 +0000)]
Use correct capitalization of NaN

16 years agoIssue #1706863: Fixed "'NoneType' object has no attribute 'rfind'" error when sqlite...
Hirokazu Yamamoto [Fri, 3 Oct 2008 17:34:49 +0000 (17:34 +0000)]
Issue #1706863: Fixed "'NoneType' object has no attribute 'rfind'" error when sqlite libfile not found.

16 years agoTypo fix
Andrew M. Kuchling [Fri, 3 Oct 2008 16:42:52 +0000 (16:42 +0000)]
Typo fix

16 years agoMention exception in docstring
Andrew M. Kuchling [Fri, 3 Oct 2008 16:29:19 +0000 (16:29 +0000)]
Mention exception in docstring

16 years agoFixed following error when DocXMLRPCServer failed.
Hirokazu Yamamoto [Fri, 3 Oct 2008 16:18:42 +0000 (16:18 +0000)]
Fixed following error when DocXMLRPCServer failed.
  UnboundLocalError: local variable 'serv' referenced before assignment

16 years agoFollows to python's version change (VC6)
Hirokazu Yamamoto [Fri, 3 Oct 2008 16:07:28 +0000 (16:07 +0000)]
Follows to python's version change (VC6)

16 years agoDocstring typo.
Andrew M. Kuchling [Fri, 3 Oct 2008 12:26:42 +0000 (12:26 +0000)]
Docstring typo.

16 years agoupdate the mac installer script
Benjamin Peterson [Fri, 3 Oct 2008 11:52:06 +0000 (11:52 +0000)]
update the mac installer script

16 years agoUpdate version number to 2.7.
Martin v. Löwis [Fri, 3 Oct 2008 10:59:55 +0000 (10:59 +0000)]
Update version number to 2.7.

16 years agoBump version to 2.7. Regenerate.
Martin v. Löwis [Fri, 3 Oct 2008 08:59:41 +0000 (08:59 +0000)]
Bump version to 2.7. Regenerate.

16 years agoUpdate the version to 2.7. Hopefully this fixes the test_distutils failure
Neal Norwitz [Fri, 3 Oct 2008 04:13:08 +0000 (04:13 +0000)]
Update the version to 2.7.  Hopefully this fixes the test_distutils failure

16 years agoupdate pydoc topics
Benjamin Peterson [Thu, 2 Oct 2008 20:46:58 +0000 (20:46 +0000)]
update pydoc topics

16 years agoAdd UUID for 2.7.
Martin v. Löwis [Thu, 2 Oct 2008 20:04:47 +0000 (20:04 +0000)]
Add UUID for 2.7.

16 years agoFixed a couple more C99 comments and one occurence of inline.
Christian Heimes [Thu, 2 Oct 2008 19:47:50 +0000 (19:47 +0000)]
Fixed a couple more C99 comments and one occurence of inline.

16 years agoForward-port r66736.
Georg Brandl [Thu, 2 Oct 2008 19:09:47 +0000 (19:09 +0000)]
Forward-port r66736.

16 years agowe're in 2.7 now
Benjamin Peterson [Thu, 2 Oct 2008 19:00:31 +0000 (19:00 +0000)]
we're in 2.7 now

16 years agoFixed a comment to C89 style as of http://drj11.wordpress.com/2008/10/02/python-and...
Christian Heimes [Thu, 2 Oct 2008 18:33:41 +0000 (18:33 +0000)]
Fixed a comment to C89 style as of http://drj11.wordpress.com/2008/10/02/python-and-bragging-about-c89/

16 years agoUse CRT 9 policy files.
Martin v. Löwis [Thu, 2 Oct 2008 11:44:17 +0000 (11:44 +0000)]
Use CRT 9 policy files.

16 years agoBump to 2.7a0
Barry Warsaw [Thu, 2 Oct 2008 03:33:51 +0000 (03:33 +0000)]
Bump to 2.7a0

16 years agoTagging for 2.6 final.
Barry Warsaw [Wed, 1 Oct 2008 22:09:42 +0000 (22:09 +0000)]
Tagging for 2.6 final.

16 years agoToday is the release date v2.6
Barry Warsaw [Wed, 1 Oct 2008 22:05:43 +0000 (22:05 +0000)]
Today is the release date

16 years agoBumping to 2.6 final.
Barry Warsaw [Wed, 1 Oct 2008 21:46:40 +0000 (21:46 +0000)]
Bumping to 2.6 final.

16 years agoBug #3989: Package the 2to3 script (as 2to3.py) in the Windows
Martin v. Löwis [Wed, 1 Oct 2008 11:19:50 +0000 (11:19 +0000)]
Bug #3989: Package the 2to3 script (as 2to3.py) in the Windows
installer.

16 years agofix for issue 3862: test_array fails FreeBSD 7 amd64
Andrew MacIntyre [Wed, 1 Oct 2008 03:25:25 +0000 (03:25 +0000)]
fix for issue 3862: test_array fails FreeBSD 7 amd64

FreeBSD 7's underlying malloc() is behaves differently to earlier versions
and seriously overcommits available memory on amd64.  This may affect
other 64bit platforms in some circumstances, so the scale of the
problematic test is wound back.

Patch by Mark Dickinson, reviewed by Martin von Loewis.

16 years agoWorks around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when
Gregory P. Smith [Tue, 30 Sep 2008 20:41:13 +0000 (20:41 +0000)]
Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when
calling fork() from a child thread.  This disables that unit test (with a note
printed to stderr) on those platforms.

A caveat about buggy platforms is added to the os.fork documentation.

16 years agoFix a refleak introduced by r66677.
Brett Cannon [Tue, 30 Sep 2008 17:46:03 +0000 (17:46 +0000)]
Fix a refleak introduced by r66677.

Fix suggested by Amaury Forgeot d'Arc.
Closes issue #4003.

16 years agoMarkup fixes. (optparse.rst probably needs an entire revision pass.)
Andrew M. Kuchling [Tue, 30 Sep 2008 13:01:46 +0000 (13:01 +0000)]
Markup fixes.  (optparse.rst probably needs an entire revision pass.)

16 years agoMarkup fixes
Andrew M. Kuchling [Tue, 30 Sep 2008 13:00:51 +0000 (13:00 +0000)]
Markup fixes

16 years agoMarkup fix
Andrew M. Kuchling [Tue, 30 Sep 2008 13:00:34 +0000 (13:00 +0000)]
Markup fix

16 years agoEdits, and add markup
Andrew M. Kuchling [Tue, 30 Sep 2008 12:31:07 +0000 (12:31 +0000)]
Edits, and add markup

16 years agoVictor Stinner's patches to check the return result of PyLong_Ssize_t
Benjamin Peterson [Tue, 30 Sep 2008 02:11:07 +0000 (02:11 +0000)]
Victor Stinner's patches to check the return result of PyLong_Ssize_t

reviewed by Amaury

16 years agofix security issue 2: imageop's poor validation of arguments could result in segfaults
Benjamin Peterson [Tue, 30 Sep 2008 01:31:49 +0000 (01:31 +0000)]
fix security issue 2: imageop's poor validation of arguments could result in segfaults

patch by Victor Stinner
reviewed by myself and Brett

16 years agoissue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan...
Jesse Noller [Tue, 30 Sep 2008 00:15:45 +0000 (00:15 +0000)]
issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller

16 years agoIssue #3965: Allow repeated calls to turtle.Screen, by making it a
Martin v. Löwis [Mon, 29 Sep 2008 22:09:07 +0000 (22:09 +0000)]
Issue #3965: Allow repeated calls to turtle.Screen, by making it a
true singleton object.

Reviewed by Gregor Lingl.

16 years agoFix issue #3547 for MingW, update comments.
Thomas Heller [Mon, 29 Sep 2008 19:56:24 +0000 (19:56 +0000)]
Fix issue #3547 for MingW, update comments.

16 years agofix for release blocker 3910, 2.6 regression in socket.ssl method
Bill Janssen [Mon, 29 Sep 2008 18:56:38 +0000 (18:56 +0000)]
fix for release blocker 3910, 2.6 regression in socket.ssl method

16 years agoUpdate nasm location.
Georg Brandl [Mon, 29 Sep 2008 16:51:35 +0000 (16:51 +0000)]
Update nasm location.

16 years agoThe _lsprof module could crash the interpreter if it was given an external
Brett Cannon [Mon, 29 Sep 2008 03:41:21 +0000 (03:41 +0000)]
The _lsprof module could crash the interpreter if it was given an external
timer that did not return a float and a timer was still running when the
Profiler object was garbage collected.

Fixes issue 3895.
Code review by Benjamin Peterson.

16 years agobsddb4.7.3pre9 renamed to 4.7.3
Jesus Cea [Sun, 28 Sep 2008 23:24:19 +0000 (23:24 +0000)]
bsddb4.7.3pre9 renamed to 4.7.3

16 years agomerge in the fix for test_ftplib on some bots [reviewed by Georg]
Benjamin Peterson [Sun, 28 Sep 2008 20:57:21 +0000 (20:57 +0000)]
merge in the fix for test_ftplib on some bots [reviewed by Georg]

16 years agoDon't show version in title.
Georg Brandl [Sun, 28 Sep 2008 20:01:36 +0000 (20:01 +0000)]
Don't show version in title.

16 years agoNo downloads for RCs.
Georg Brandl [Sun, 28 Sep 2008 08:34:31 +0000 (08:34 +0000)]
No downloads for RCs.

16 years agonote the 2to3 -d could be useful for other refactoring
Benjamin Peterson [Sun, 28 Sep 2008 01:53:29 +0000 (01:53 +0000)]
note the 2to3 -d could be useful for other refactoring

16 years agobetter grammar
Benjamin Peterson [Sun, 28 Sep 2008 01:51:36 +0000 (01:51 +0000)]
better grammar

16 years ago#1415508: Document two functions
Andrew M. Kuchling [Sun, 28 Sep 2008 01:08:47 +0000 (01:08 +0000)]
#1415508: Document two functions

16 years ago#1579477: mention necessity to flush output before exec'ing
Andrew M. Kuchling [Sun, 28 Sep 2008 00:15:27 +0000 (00:15 +0000)]
#1579477: mention necessity to flush output before exec'ing

16 years agoclarify a few things
Benjamin Peterson [Sat, 27 Sep 2008 23:28:43 +0000 (23:28 +0000)]
clarify a few things

16 years ago#3510: future-proof text
Andrew M. Kuchling [Sat, 27 Sep 2008 22:54:08 +0000 (22:54 +0000)]
#3510: future-proof text

16 years agobackport r66656 so people using -Qnew aren't affected
Benjamin Peterson [Sat, 27 Sep 2008 22:08:12 +0000 (22:08 +0000)]
backport r66656 so people using -Qnew aren't affected

16 years agoenable refactor tests
Benjamin Peterson [Sat, 27 Sep 2008 21:12:20 +0000 (21:12 +0000)]
enable refactor tests

16 years agoMerged revisions 66511,66548-66549,66644,66646-66652 via svnmerge from
Benjamin Peterson [Sat, 27 Sep 2008 21:09:10 +0000 (21:09 +0000)]
Merged revisions 66511,66548-66549,66644,66646-66652 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r66511 | benjamin.peterson | 2008-09-18 21:49:27 -0500 (Thu, 18 Sep 2008) | 1 line

  remove a  useless if __name__ == '__main__'
........
  r66548 | benjamin.peterson | 2008-09-21 21:14:14 -0500 (Sun, 21 Sep 2008) | 1 line

  avoid the perils of mutable default arguments
........
  r66549 | benjamin.peterson | 2008-09-21 21:26:11 -0500 (Sun, 21 Sep 2008) | 1 line

  some places in RefactoringTool should raise an error instead of logging it
........
  r66644 | benjamin.peterson | 2008-09-27 10:45:10 -0500 (Sat, 27 Sep 2008) | 1 line

  fix doctest refactoring
........
  r66646 | benjamin.peterson | 2008-09-27 11:40:13 -0500 (Sat, 27 Sep 2008) | 1 line

  don't print to stdout when 2to3 is used as a library
........
  r66647 | benjamin.peterson | 2008-09-27 12:28:28 -0500 (Sat, 27 Sep 2008) | 1 line

  let fixer modules and classes have different prefixes
........
  r66648 | benjamin.peterson | 2008-09-27 14:02:13 -0500 (Sat, 27 Sep 2008) | 1 line

  raise errors when 2to3 is used as a library
........
  r66649 | benjamin.peterson | 2008-09-27 14:03:38 -0500 (Sat, 27 Sep 2008) | 1 line

  fix docstring
........
  r66650 | benjamin.peterson | 2008-09-27 14:22:21 -0500 (Sat, 27 Sep 2008) | 1 line

  make use of enumerate
........
  r66651 | benjamin.peterson | 2008-09-27 14:24:13 -0500 (Sat, 27 Sep 2008) | 1 line

  revert last revision; it breaks things
........
  r66652 | benjamin.peterson | 2008-09-27 16:03:06 -0500 (Sat, 27 Sep 2008) | 1 line

  add tests for lib2to3.refactor
........

16 years ago2to3's api should be considered unstable
Benjamin Peterson [Sat, 27 Sep 2008 16:23:55 +0000 (16:23 +0000)]
2to3's api should be considered unstable

16 years agoAdd a last bunch of items
Andrew M. Kuchling [Sat, 27 Sep 2008 14:12:33 +0000 (14:12 +0000)]
Add a last bunch of items

16 years agogive ftplib a real test suite
Benjamin Peterson [Sat, 27 Sep 2008 02:49:54 +0000 (02:49 +0000)]
give ftplib a real test suite

A asyncore based mock ftp server is used to test the protocol.
This is all thanks to Giampaolo Rodola #3939

(Barry gave me permission to do this before final on IRC.)

16 years ago#3967: Correct a crash in count() and find() methods of string-like objects.
Amaury Forgeot d'Arc [Fri, 26 Sep 2008 22:34:08 +0000 (22:34 +0000)]
#3967: Correct a crash in count() and find() methods of string-like objects.
For example:
   "".count("xxxx", sys.maxint, 0)

Reviewed by Benjamin Peterson.
Will port to 2.5 and 3.0.

16 years agotypos.
Georg Brandl [Fri, 26 Sep 2008 21:15:21 +0000 (21:15 +0000)]
typos.

16 years agoadd an 'other options' section
Benjamin Peterson [Fri, 26 Sep 2008 20:52:06 +0000 (20:52 +0000)]
add an 'other options' section

16 years agoadd the beginnings of a C-API 2 -> 3 porting guide
Benjamin Peterson [Fri, 26 Sep 2008 02:58:36 +0000 (02:58 +0000)]
add the beginnings of a C-API 2 -> 3 porting guide

16 years agoFix namedtuple bug reported by Glenn Linderman. Template did not form correctly...
Raymond Hettinger [Thu, 25 Sep 2008 23:31:52 +0000 (23:31 +0000)]
Fix namedtuple bug reported by Glenn Linderman.  Template did not form correctly if the field names were input in Unicode.

16 years ago#3965: on Windows, open() crashes if the filename or the mode is invalid,
Amaury Forgeot d'Arc [Thu, 25 Sep 2008 20:52:56 +0000 (20:52 +0000)]
#3965: on Windows, open() crashes if the filename or the mode is invalid,
and if the filename is a unicode string.

Reviewed by Martin von Loewis.

16 years agoadd a NEWs entry for r66614
Benjamin Peterson [Thu, 25 Sep 2008 20:35:45 +0000 (20:35 +0000)]
add a NEWs entry for r66614

16 years agoBug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default.
Martin v. Löwis [Thu, 25 Sep 2008 04:12:50 +0000 (04:12 +0000)]
Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default.

16 years ago#3950 fix missing scale factors in turtle.py
Benjamin Peterson [Wed, 24 Sep 2008 22:11:59 +0000 (22:11 +0000)]
#3950 fix missing scale factors in turtle.py

reviewers: Georg, Benjamin

16 years agoFix issue #3547: ctypes is confused by bitfields of varying integer types
Thomas Heller [Wed, 24 Sep 2008 18:26:05 +0000 (18:26 +0000)]
Fix issue #3547: ctypes is confused by bitfields of varying integer types

Reviewed by Fredrik Lundh and Skip Montanaro.

16 years agoImprove wording
Andrew M. Kuchling [Wed, 24 Sep 2008 17:27:55 +0000 (17:27 +0000)]
Improve wording

16 years agoIndentation normalization.
Georg Brandl [Wed, 24 Sep 2008 09:47:55 +0000 (09:47 +0000)]
Indentation normalization.

16 years agobackport the atexit test for r66563
Benjamin Peterson [Tue, 23 Sep 2008 20:43:09 +0000 (20:43 +0000)]
backport the atexit test for r66563

16 years agoBugfix for issue3885 and 'DB.verify()' crash.
Jesus Cea [Tue, 23 Sep 2008 18:54:08 +0000 (18:54 +0000)]
Bugfix for issue3885 and 'DB.verify()' crash.

Reviewed by Nick Coghlan.

16 years agoIssue #3945: Fixed compile error on cygwin. (initializer element is not constant)
Hirokazu Yamamoto [Tue, 23 Sep 2008 16:11:09 +0000 (16:11 +0000)]
Issue #3945: Fixed compile error on cygwin. (initializer element is not constant)
Reviewed by Amaury Forgeot d'Arc.

16 years agomention how to override boolean evaluation
Benjamin Peterson [Tue, 23 Sep 2008 13:32:46 +0000 (13:32 +0000)]
mention how to override boolean evaluation

16 years agoclean up docs for platform's linux_distribution and dist functions
Benjamin Peterson [Mon, 22 Sep 2008 22:13:29 +0000 (22:13 +0000)]
clean up docs for platform's linux_distribution and dist functions

16 years agouse the new threading properties for multiprocessing (reviewed by Jesse #3927)
Benjamin Peterson [Mon, 22 Sep 2008 21:11:43 +0000 (21:11 +0000)]
use the new threading properties for multiprocessing (reviewed by Jesse #3927)

16 years agobuild_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files
Andrew MacIntyre [Mon, 22 Sep 2008 14:23:45 +0000 (14:23 +0000)]
build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files

Part of source_os2emx.patch in issue 3868:
  Include/pystrcmp.h:  OS/2 has same C APIs as Windows
  Lib/test/test_io.py: OS/2 has same behaviour as Windows for this test

Reviewed by Amaury Forgeot d'Arc

16 years agoany platform without HAVE_LOG1P should have DBL_EPSILON in <float.h>
Andrew MacIntyre [Mon, 22 Sep 2008 14:11:41 +0000 (14:11 +0000)]
any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h>

Part of source_os2emx.patch in issue 3868
Reviewed by Amaury Forgeot d'Arc

16 years agoshould use macro'ed symbols not direct
Andrew MacIntyre [Mon, 22 Sep 2008 14:10:54 +0000 (14:10 +0000)]
should use macro'ed symbols not direct

Part of source_os2emx.patch in issue 3868
Reviewed by Amaury Forgeot d'Arc

16 years agoFill out download page.
Georg Brandl [Sun, 21 Sep 2008 22:31:59 +0000 (22:31 +0000)]
Fill out download page.