]> granicus.if.org Git - python/shortlog
python
2008-04-25 Neal NorwitzFix typo (now -> no)
2008-04-25 Benjamin Petersonreformat some documentation of classes so methods and...
2008-04-24 Amaury Forgeot... Use absolute import for test package
2008-04-24 Amaury Forgeot... Add a few tests for pydoc.
2008-04-24 Amaury Forgeot... Disable gc when running test_trace, or we may record...
2008-04-24 Thomas HellerRemove cyclic reference in CFuncPtr instances; see...
2008-04-24 Amaury Forgeot... Issue2681: the literal 0o8 was wrongly accepted, and...
2008-04-24 Martin v. LöwisAdd Jesus Cea.
2008-04-24 Martin v. LöwisFix typo.
2008-04-24 Martin v. LöwisRemove Py_Refcnt, Py_Type, Py_Size, as they were added...
2008-04-24 Martin v. LöwisAdd Guilherme Polo.
2008-04-23 Benjamin Peterson#2673 Fix example typo in optparse docs
2008-04-23 Gregory P.... syntax fixup
2008-04-22 Skip MontanaroFactor in documentation changes from issue 1753732.
2008-04-22 Amaury Forgeot... Issue #2670: urllib2.build_opener() failed when two...
2008-04-22 Gregory P.... update the getpass entry
2008-04-22 Gregory P.... Major improvements:
2008-04-22 Neal NorwitzAdd Thomas Lee
2008-04-22 Benjamin PetersonVarious io doc updates
2008-04-22 Mark DickinsonMake configure test for tanh(-0.) == -0. committed...
2008-04-21 Benjamin PetersonFix Sphinx warnings
2008-04-21 Amaury Forgeot... Issue 2665: On Windows, sys.stderr does not contain...
2008-04-21 Mark Dickinsontest_math and test_cmath are failing on the FreeBSD...
2008-04-21 Gregory P.... If sys.stdin is not a tty, fall back to default_getpass...
2008-04-21 Jeroen Ruigrok... Windows x64 also falls under VER_PLATFORM_WIN32_NT.
2008-04-21 Gregory P.... explicitly flush after the ... since there wasn't a...
2008-04-21 David Goodgercapitalization
2008-04-21 David Goodgercorrections ("reStructuredText" is one word)
2008-04-21 Thomas HellerFix typo.
2008-04-21 Benjamin PetersonMoved Mark SummerField's io doc changes back to the...
2008-04-21 Andrew M. KuchlingAdd various items
2008-04-21 Andrew M. KuchlingWording changes
2008-04-21 Andrew M. KuchlingMarkup fix
2008-04-21 Mark DickinsonSilence 'r may be used uninitialized' compiler warning.
2008-04-21 Andrew M. KuchlingComment typo
2008-04-20 Mark Dickinsonmath.atan2 is misbehaving on Windows; this patch
2008-04-20 Amaury Forgeot... Correct an apparent refleak in test_pkgutil: zipimport...
2008-04-20 Mark DickinsonAdd test for tanh(-0.) == -0. on IEEE 754 systems
2008-04-20 Mark DickinsonEven more fixes for alpha Tru64, this time for
2008-04-20 Andrew M. KuchlingMove description of math module changes; various edits...
2008-04-20 Mark DickinsonIssue 2662: Initialize special value tables dynamically...
2008-04-20 Mark DickinsonYet more explicit special case handling to make
2008-04-20 Mark DickinsonFreeBSD doesn't follow C99 for modf(inf); so add explicit
2008-04-20 Mark DickinsonReport additional diagnostic information in
2008-04-19 Mark DickinsonMove asinh documentation to the proper place.
2008-04-19 Mark DickinsonCorrect documentation for math.pow;
2008-04-19 Georg BrandlUpdate template for newest Sphinx.
2008-04-19 Mark DickinsonDocument updates to math and cmath modules.
2008-04-19 Benjamin PetersonComplete documentation for errors argument of io's...
2008-04-19 Mark DickinsonAdditional special-case handling for math.pow.
2008-04-19 Benjamin PetersonCopy io documentation back from py3k branch so changes...
2008-04-19 Mark DickinsonAdditional tests for math.pow, and extra special-case
2008-04-19 Georg Brandl:func: et al. should *not* include the parens.
2008-04-19 Georg Brandl#2631: clarify IMPORT_NAME semantics.
2008-04-19 Georg Brandl#2633: clarify meaning of env parameter.
2008-04-19 Georg Brandl#2634: clarify meaning of env parameter to spawn/exec*e.
2008-04-19 Georg Brandl#2369: clarify that copyfile() doesn't take a target...
2008-04-19 Georg BrandlFix-up docs for revision 62386.
2008-04-19 Christian HeimesAdded kill, terminate and send_signal to subprocess...
2008-04-18 Christian HeimesStupid me. Py_RETURN_NAN should actually return somethi...
2008-04-18 Christian HeimesAdded new files to Windows project files
2008-04-18 Amaury Forgeot... Some tests did not pass on repeated calls (regrtest...
2008-04-18 Christian HeimesI finally got the time to update and merge Mark's and...
2008-04-18 Benjamin PetersonFix indentation in sysmodule.c
2008-04-18 Skip Montanaroresolve issue 2014
2008-04-18 Andrew M. KuchlingRewrite introductory section, and remove old section...
2008-04-18 Andrew M. KuchlingRemove personal note from Jim Roskind; it no longer...
2008-04-18 Andrew M. Kuchling#2654: fix typo
2008-04-18 Andrew M. KuchlingUse correct parameter name
2008-04-17 Andrew M. KuchlingTypo fixes
2008-04-17 Jeroen Ruigrok... Be consistent in the use of read-only.
2008-04-17 Raymond HettingerIssue 2648: Add leading zero to money format recipe...
2008-04-16 Jeroen Ruigrok... Add details about the return value for mmap.flush().
2008-04-16 Jeroen Ruigrok... Reformat to 80 columns prior to adding documentation.
2008-04-15 Mark DickinsonFix for possible signed overflow: the behaviour of...
2008-04-15 Andrew M. KuchlingTypo fix
2008-04-15 Andrew M. KuchlingAdd *,**,@ to index, as suggested by
2008-04-15 Benjamin PetersonAdd myself to Doc/ACKS.txt
2008-04-15 Nick CoghlanAdd test file missing from rev 62350
2008-04-15 Nick CoghlanIssue 2439: add pkgutils.get_data() as a convenience...
2008-04-15 Neal NorwitzPrevent namespace pollution, add static for internal...
2008-04-15 Andrew M. KuchlingVarious items; begin writing the SSL section
2008-04-14 Alexandre VassalottiBackport manually r62342 from the py3k branch to the...
2008-04-14 Amaury Forgeot... Correct a refleak found by "regrtest.py -R:: test_struc...
2008-04-14 Amaury Forgeot... Update project files for all Windows supported compilers
2008-04-14 Thomas HellerIssue #2616: Implement ctypes.pointer() and ctypes...
2008-04-13 Andrew M. KuchlingAdd example
2008-04-13 Georg BrandlCheck out Jinja as a separate step now that it's not...
2008-04-13 Georg BrandlImprove -X error message.
2008-04-13 Benjamin PetersonAdded an ignore file for Bazaar #2510
2008-04-13 Benjamin Peterson#2627 Let it be known what pgen generates
2008-04-13 Brett CannonFix spliting on colons on Windows machines with a file...
2008-04-13 Brett CannonAdd an explicit check for output in a test to try to...
2008-04-13 Christian HeimesAdded new files to the pcbuild files
2008-04-13 Christian HeimesUse PyString_InternFromString instead of PyString_FromS...
2008-04-13 Christian HeimesFix compiler warning Include/warnings.h:19:28: warning...
2008-04-13 Georg BrandlFix markup.
2008-04-13 Skip Montanarospelling
2008-04-13 Brett CannonFix test_warnings by making the state of things more...
2008-04-13 Benjamin PetersonGive the "Interactive Interpreter Changes" section...
next