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 |
2008-04-12 |
Gregory P.... | fix compiler warnings |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Georg Brandl | Don't offend snake lovers. |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Georg Brandl | Add Jeroen. |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Georg Brandl | #2615: small consistency update by Jeroen Ruigrok van... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Georg Brandl | Use absolute path in sys.path. |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Christian Heimes | Applied patch #2617 from Frank Wierzbicki wit some... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Thomas Heller | Performance improvements. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Thomas Heller | Move backwards compatibility macro to the correct place; |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Andrew M. Kuchling | Use issue directive |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Andrew M. Kuchling | Add punctuation |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Andrew M. Kuchling | Remove forward-looking statement |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Gregory P.... | get rid of assert (size >= 0) now that an explicit... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Neal Norwitz | Remove the test file before writing it in case there... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Martin v. Löwis | Merged revisions 62080-62262 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Gregory P.... | Raise SystemError when size < 0 is passed into PyString... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Gregory P.... | better diagnostics |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Andrew M. Kuchling | Try out the new issue role. Thanks, Georg! |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Martin v. Löwis | Package wininst*.exe from distutils/command. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Gregory P.... | Add a note about the zlib.decompressobj().flush() fix. |
commit | commitdiff | tree | snapshot |
next |