- 6ad5fbb Add from_buffer and from_buffer_copy class methods to ctypes types. by Thomas Heller · 17 years ago
- 5364e2e A new crasher. by Armin Rigo · 17 years ago
- 2b0bea5 Fix typo (now -> no) by Neal Norwitz · 17 years ago
- c7b0592 reformat some documentation of classes so methods and attributes are under the class directive by Benjamin Peterson · 17 years ago
- 1c596d5 Use absolute import for test package by Amaury Forgeot d'Arc · 17 years ago
- 7477205 Add a few tests for pydoc. by Amaury Forgeot d'Arc · 17 years ago
- 48ebc26 Disable gc when running test_trace, or we may record the __del__ of collected objects. by Amaury Forgeot d'Arc · 17 years ago
- bf027c4 Remove cyclic reference in CFuncPtr instances; see issue #2682. by Thomas Heller · 17 years ago
- 5216721 Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0). by Amaury Forgeot d'Arc · 17 years ago
- 11034c6 Add Jesus Cea. by Martin v. Löwis · 17 years ago
- 83c9201 Fix typo. by Martin v. Löwis · 17 years ago
- 19dfa3e Remove Py_Refcnt, Py_Type, Py_Size, as they were added only by Martin v. Löwis · 17 years ago
- 5169891 Add Guilherme Polo. by Martin v. Löwis · 17 years ago
- c859094 #2673 Fix example typo in optparse docs by Benjamin Peterson · 17 years ago
- 6c6f4f7 syntax fixup by Gregory P. Smith · 17 years ago
- 6d9aafa Factor in documentation changes from issue 1753732. by Skip Montanaro · 17 years ago
- 9686585 Issue #2670: urllib2.build_opener() failed when two handlers by Amaury Forgeot d'Arc · 17 years ago
- d59fefb update the getpass entry by Gregory P. Smith · 17 years ago
- 19b4411 Major improvements: by Gregory P. Smith · 17 years ago
- 8e0319d Add Thomas Lee by Neal Norwitz · 17 years ago
- 3c399d1 Various io doc updates by Benjamin Peterson · 17 years ago
- 7a3d864 Make configure test for tanh(-0.) == -0. committed in r62447 actually by Mark Dickinson · 17 years ago
- 60ffcbe Fix Sphinx warnings by Benjamin Peterson · 17 years ago
- dd8d824 Issue 2665: On Windows, sys.stderr does not contain a valid file when running without a console. by Amaury Forgeot d'Arc · 17 years ago
- 265d738 test_math and test_cmath are failing on the FreeBSD 6.2 trunk buildbot, by Mark Dickinson · 17 years ago
- 41e3018 If sys.stdin is not a tty, fall back to default_getpass after printing by Gregory P. Smith · 17 years ago
- aa3cadb Windows x64 also falls under VER_PLATFORM_WIN32_NT. by Jeroen Ruigrok van der Werven · 17 years ago
- fa1814e explicitly flush after the ... since there wasn't a newline by Gregory P. Smith · 17 years ago
- 67ea002 capitalization by David Goodger · 17 years ago
- 09f57b7 corrections ("reStructuredText" is one word) by David Goodger · 17 years ago
- b9dd8db Fix typo. by Thomas Heller · 17 years ago
- ad9f629 Moved Mark SummerField's io doc changes back to the trunk. (He will edit here in the future.) by Benjamin Peterson · 17 years ago
- 57ce054 Add various items by Andrew M. Kuchling · 17 years ago
- 89830c3 Wording changes by Andrew M. Kuchling · 17 years ago
- 64c6a0e Markup fix by Andrew M. Kuchling · 17 years ago
- 0da94c8 Silence 'r may be used uninitialized' compiler warning. by Mark Dickinson · 17 years ago
- a5489d4 Comment typo by Andrew M. Kuchling · 17 years ago
- 92483cd math.atan2 is misbehaving on Windows; this patch by Mark Dickinson · 17 years ago
- eac43af Correct an apparent refleak in test_pkgutil: zipimport._zip_directory_cache contains by Amaury Forgeot d'Arc · 17 years ago
- d6d5148 Add test for tanh(-0.) == -0. on IEEE 754 systems by Mark Dickinson · 17 years ago
- c632301 Even more fixes for alpha Tru64, this time for the phase and polar methods. by Mark Dickinson · 17 years ago
- 2cede39 Move description of math module changes; various edits to description of cmath changes by Andrew M. Kuchling · 17 years ago
- 98c317a Issue 2662: Initialize special value tables dynamically (i.e. when by Mark Dickinson · 17 years ago
- cec3f13 Yet more explicit special case handling to make by Mark Dickinson · 17 years ago
- b2f7090 FreeBSD doesn't follow C99 for modf(inf); so add explicit by Mark Dickinson · 17 years ago
- 9f99d70 Report additional diagnostic information in by Mark Dickinson · 17 years ago
- 47a84aa Move asinh documentation to the proper place. by Mark Dickinson · 17 years ago
- 48f7a4a Correct documentation for math.pow; by Mark Dickinson · 17 years ago
- 1df986b Update template for newest Sphinx. by Georg Brandl · 17 years ago
- 53bd2e1 Document updates to math and cmath modules. by Mark Dickinson · 17 years ago
- a7d0903 Complete documentation for errors argument of io's open and TextIOWrapper by Benjamin Peterson · 17 years ago
- a1293eb Additional special-case handling for math.pow. by Mark Dickinson · 17 years ago
- 53be57e Copy io documentation back from py3k branch so changes can be merged into it. by Benjamin Peterson · 17 years ago
- e941d97 Additional tests for math.pow, and extra special-case by Mark Dickinson · 17 years ago
- c7bef37 :func: et al. should *not* include the parens. by Georg Brandl · 17 years ago
- 2fb8a53 #2631: clarify IMPORT_NAME semantics. by Georg Brandl · 17 years ago
- f801b0f #2633: clarify meaning of env parameter. by Georg Brandl · 17 years ago
- fb246c4 #2634: clarify meaning of env parameter to spawn/exec*e. by Georg Brandl · 17 years ago
- 786ead6 #2369: clarify that copyfile() doesn't take a target directory. by Georg Brandl · 17 years ago
- 734de68 Fix-up docs for revision 62386. by Georg Brandl · 17 years ago
- e74c8f2 Added kill, terminate and send_signal to subprocess.Popen by Christian Heimes · 17 years ago
- c873550 Stupid me. Py_RETURN_NAN should actually return something ... by Christian Heimes · 17 years ago
- 81ad6a1 Added new files to Windows project files by Christian Heimes · 17 years ago
- 607bff1 Some tests did not pass on repeated calls (regrtest -R::) by Amaury Forgeot d'Arc · 17 years ago
- 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. by Christian Heimes · 17 years ago
- 858a770 Fix indentation in sysmodule.c by Benjamin Peterson · 17 years ago
- b131f04 resolve issue 2014 by Skip Montanaro · 17 years ago
- 0892317 Rewrite introductory section, and remove old section. (It was already commented-out, but why keep it?) by Andrew M. Kuchling · 17 years ago
- 02f6356 Remove personal note from Jim Roskind; it no longer applies, and the by Andrew M. Kuchling · 17 years ago
- 4f74769 #2654: fix typo by Andrew M. Kuchling · 17 years ago
- aea8d2e Use correct parameter name by Andrew M. Kuchling · 17 years ago
- e2e0313 Typo fixes by Andrew M. Kuchling · 17 years ago
- ea7fa72 Be consistent in the use of read-only. by Jeroen Ruigrok van der Werven · 17 years ago
- 5eaffc4 Issue 2648: Add leading zero to money format recipe in the docs. by Raymond Hettinger · 17 years ago
- 967a83c Add details about the return value for mmap.flush(). by Jeroen Ruigrok van der Werven · 17 years ago
- 069dfad Reformat to 80 columns prior to adding documentation. by Jeroen Ruigrok van der Werven · 17 years ago
- 27a6325 Fix for possible signed overflow: the behaviour of -LONG_MIN is by Mark Dickinson · 17 years ago
- 8c65b1e Typo fix by Andrew M. Kuchling · 17 years ago
- 3822af6 Add *,**,@ to index, as suggested by by Andrew M. Kuchling · 17 years ago
- 09a1ebc Add myself to Doc/ACKS.txt by Benjamin Peterson · 17 years ago
- 1e88992 Add test file missing from rev 62350 by Nick Coghlan · 17 years ago
- 106fc48 Issue 2439: add pkgutils.get_data() as a convenience wrapper for the PEP 302 get_data() API (contributed by Paul Moore) by Nick Coghlan · 17 years ago
- fddc469 Prevent namespace pollution, add static for internal functions by Neal Norwitz · 17 years ago
- 04f5876 Various items; begin writing the SSL section by Andrew M. Kuchling · 17 years ago
- bcdc468 Backport manually r62342 from the py3k branch to the trunk. by Alexandre Vassalotti · 17 years ago
- f9e7ebe Correct a refleak found by "regrtest.py -R:: test_structmembers" by Amaury Forgeot d'Arc · 17 years ago
- 14d6b0f Update project files for all Windows supported compilers by Amaury Forgeot d'Arc · 17 years ago
- 046e6a4 Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C for by Thomas Heller · 17 years ago
- da950eb Add example by Andrew M. Kuchling · 17 years ago
- 8ffb573 Check out Jinja as a separate step now that it's not included in the Sphinx package anymore. by Georg Brandl · 17 years ago
- 41a0a37 Improve -X error message. by Georg Brandl · 17 years ago
- c89be9d Added an ignore file for Bazaar #2510 by Benjamin Peterson · 17 years ago
- 820b51c #2627 Let it be known what pgen generates by Benjamin Peterson · 17 years ago
- c477427 Fix spliting on colons on Windows machines with a file path by limiting the by Brett Cannon · 17 years ago
- 25bb818 Add an explicit check for output in a test to try to diagnose a failure on by Brett Cannon · 17 years ago
- a2d7f4c Added new files to the pcbuild files by Christian Heimes · 17 years ago
- 6715352 Use PyString_InternFromString instead of PyString_FromString for static vars by Christian Heimes · 17 years ago
- 0a4f895 Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of file by Christian Heimes · 17 years ago
- 4aa8df2 Fix markup. by Georg Brandl · 17 years ago
- e3d3785 spelling by Skip Montanaro · 17 years ago