[pypy-commit] [OPEN] Pull request #43 for pypy/pypy: Sprint: Fixes for py3k modules

Bitbucket pullrequests-noreply at bitbucket.org
Wed Mar 14 19:25:50 CET 2012


Pull request #43 has been updated by Preston Timmons to include new changes.

https://bitbucket.org/pypy/pypy/pull-request/43/sprint-fixes-for-py3k-modules

Title: Sprint: Fixes for py3k modules

Creator: Preston Timmons

Fixes for the math, itertools, _socket, and posix, and exception modules.

Updated list of changes:

412bba3f13fe by Preston Timmons: "Updated path to math_testcases.txt to make proper use of os.path.join."
578aa6ac3460 by Preston Timmons: "Merged py3k branch."
fb962fdecd9f by Preston Timmons: "Added getcwdb to posix module.

Also readded old getcwdu function as getcwd for …"
a2bb9ecd710b by Preston Timmons: "Added an explicit test for log1p using negative values."
aa67b0e702f7 by Preston Timmons: "Fixed unicode errors in the exceptions module."
9fb85478f6e6 by Preston Timmons: "Removed tmpfile, tmpnam, and tempnam from the posix_app as well. That should be …"
db37aa9ad8f2 by Preston Timmons: "Also removed tmpfile, tmpnam, and tempnam from the appleveldefs."
90afa8ce9ff5 by Preston Timmons: "Updated posix module for py3k.

Removed tmpnam(), tempnam(), and tmpfile() which…"
3d88633c8e56 by Preston Timmons: "Updated itertools functions for py3k.

  - The izip function no longer exists
  …"
43adfe9796b8 by Preston Timmons: "Merged."
f28a91d1cd73 by Preston Timmons: "Fixed _socket tests for py3k."
9be592a78766 by Preston Timmons: "Merged."
afba3cd9a570 by Preston Timmons: "Fixed module for py3k.

The log1p function now raises a ValueError instead of an…"


--
This is an issue notification from bitbucket.org.
You are receiving this either because you are the participating
in a pull request, or you are following it.



More information about the pypy-commit mailing list