2008-04-24 |
Martin v. Löwis | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Martin v. Löwis | Remove Py_Refcnt, Py_Type, Py_Size, as they were added... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Martin v. Löwis | Add Guilherme Polo. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Benjamin Peterson | #2673 Fix example typo in optparse docs |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Gregory P.... | syntax fixup |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Skip Montanaro | Factor in documentation changes from issue 1753732. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Amaury Forgeot... | Issue #2670: urllib2.build_opener() failed when two... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Gregory P.... | update the getpass entry |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Gregory P.... | Major improvements: |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Neal Norwitz | Add Thomas Lee |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Benjamin Peterson | Various io doc updates |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Mark Dickinson | Make configure test for tanh(-0.) == -0. committed... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Benjamin Peterson | Fix Sphinx warnings |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Amaury Forgeot... | Issue 2665: On Windows, sys.stderr does not contain... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Mark Dickinson | test_math and test_cmath are failing on the FreeBSD... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Gregory P.... | If sys.stdin is not a tty, fall back to default_getpass... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Jeroen Ruigrok... | Windows x64 also falls under VER_PLATFORM_WIN32_NT. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Gregory P.... | explicitly flush after the ... since there wasn't a... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
David Goodger | capitalization |
commit | commitdiff | tree | snapshot |
2008-04-21 |
David Goodger | corrections ("reStructuredText" is one word) |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Thomas Heller | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Benjamin Peterson | Moved Mark SummerField's io doc changes back to the... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Andrew M. Kuchling | Add various items |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Andrew M. Kuchling | Wording changes |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Andrew M. Kuchling | Markup fix |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Mark Dickinson | Silence 'r may be used uninitialized' compiler warning. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Andrew M. Kuchling | Comment typo |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Mark Dickinson | math.atan2 is misbehaving on Windows; this patch |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Amaury Forgeot... | Correct an apparent refleak in test_pkgutil: zipimport... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Mark Dickinson | Add test for tanh(-0.) == -0. on IEEE 754 systems |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Mark Dickinson | Even more fixes for alpha Tru64, this time for |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Andrew M. Kuchling | Move description of math module changes; various edits... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Mark Dickinson | Issue 2662: Initialize special value tables dynamically... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Mark Dickinson | Yet more explicit special case handling to make |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Mark Dickinson | FreeBSD doesn't follow C99 for modf(inf); so add explicit |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Mark Dickinson | Report additional diagnostic information in |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Mark Dickinson | Move asinh documentation to the proper place. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Mark Dickinson | Correct documentation for math.pow; |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Georg Brandl | Update template for newest Sphinx. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Mark Dickinson | Document updates to math and cmath modules. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Benjamin Peterson | Complete documentation for errors argument of io's... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Mark Dickinson | Additional special-case handling for math.pow. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Benjamin Peterson | Copy io documentation back from py3k branch so changes... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Mark Dickinson | Additional tests for math.pow, and extra special-case |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Georg Brandl | :func: et al. should *not* include the parens. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Georg Brandl | #2631: clarify IMPORT_NAME semantics. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Georg Brandl | #2633: clarify meaning of env parameter. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Georg Brandl | #2634: clarify meaning of env parameter to spawn/exec*e. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Georg Brandl | #2369: clarify that copyfile() doesn't take a target... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Georg Brandl | Fix-up docs for revision 62386. |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Christian Heimes | Added kill, terminate and send_signal to subprocess... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Christian Heimes | Stupid me. Py_RETURN_NAN should actually return somethi... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Christian Heimes | Added new files to Windows project files |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Amaury Forgeot... | Some tests did not pass on repeated calls (regrtest... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Christian Heimes | I finally got the time to update and merge Mark's and... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Benjamin Peterson | Fix indentation in sysmodule.c |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Skip Montanaro | resolve issue 2014 |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Andrew M. Kuchling | Rewrite introductory section, and remove old section... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Andrew M. Kuchling | Remove personal note from Jim Roskind; it no longer... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Andrew M. Kuchling | #2654: fix typo |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Andrew M. Kuchling | Use correct parameter name |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Andrew M. Kuchling | Typo fixes |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Jeroen Ruigrok... | Be consistent in the use of read-only. |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Raymond Hettinger | Issue 2648: Add leading zero to money format recipe... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Jeroen Ruigrok... | Add details about the return value for mmap.flush(). |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Jeroen Ruigrok... | Reformat to 80 columns prior to adding documentation. |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Mark Dickinson | Fix for possible signed overflow: the behaviour of... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Andrew M. Kuchling | Add *,**,@ to index, as suggested by |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Benjamin Peterson | Add myself to Doc/ACKS.txt |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Nick Coghlan | Add test file missing from rev 62350 |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Nick Coghlan | Issue 2439: add pkgutils.get_data() as a convenience... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Neal Norwitz | Prevent namespace pollution, add static for internal... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Andrew M. Kuchling | Various items; begin writing the SSL section |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Alexandre Vassalotti | Backport manually r62342 from the py3k branch to the... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Amaury Forgeot... | Correct a refleak found by "regrtest.py -R:: test_struc... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Amaury Forgeot... | Update project files for all Windows supported compilers |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Thomas Heller | Issue #2616: Implement ctypes.pointer() and ctypes... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Andrew M. Kuchling | Add example |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Georg Brandl | Check out Jinja as a separate step now that it's not... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Georg Brandl | Improve -X error message. |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Benjamin Peterson | Added an ignore file for Bazaar #2510 |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Benjamin Peterson | #2627 Let it be known what pgen generates |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Brett Cannon | Fix spliting on colons on Windows machines with a file... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Brett Cannon | Add an explicit check for output in a test to try to... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Christian Heimes | Added new files to the pcbuild files |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Christian Heimes | Use PyString_InternFromString instead of PyString_FromS... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Christian Heimes | Fix compiler warning Include/warnings.h:19:28: warning... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Georg Brandl | Fix markup. |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Skip Montanaro | spelling |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Brett Cannon | Fix test_warnings by making the state of things more... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Benjamin Peterson | Give the "Interactive Interpreter Changes" section... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Benjamin Peterson | Backport the removal of a __repr__ from 62251 |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Benjamin Peterson | Backported io module docs |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Andrew M. Kuchling | Mention -J, -X |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Brett Cannon | Fix an accidental bug of an non-existent init function. |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Brett Cannon | Fix a bug in PySys_HasWarnOption() where it was not... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Gregory P.... | Adds a profile-opt target for easy compilation of a... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Brett Cannon | Re-implement the 'warnings' module in C. This allows... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Gregory P.... | socket.error inherits from IOError, it no longer needs... |
commit | commitdiff | tree | snapshot |
next |