]> granicus.if.org Git - python/shortlog
python
2008-12-28 Ronald OussorenUpdate the fix for issue4064 to deal correctly with...
2008-12-28 Ronald OussorenIssue4064: architecture string for universal builds...
2008-12-28 Antoine PitrouIssue #2153: modernize coding style of unittest.py...
2008-12-28 Benjamin Petersonfix WORD_BIGEDIAN declaration in Universal builds;...
2008-12-28 Antoine Pitrouwrong version number in doc changes committed in r67979
2008-12-28 Antoine PitrouIssue #4444: Allow assertRaises() to be used as a conte...
2008-12-28 Georg Brandl#4731: clarify message about missing module prerequisites.
2008-12-28 Georg BrandlBackport r67974:
2008-12-28 Alexandre VassalottiDocument Py_VaBuildValue.
2008-12-28 Alexandre VassalottiSort UCS-2/UCS-4 name mangling list.
2008-12-28 Alexandre VassalottiFix name mangling of PyUnicode_ClearFreeList.
2008-12-27 Benjamin Petersonfix markup
2008-12-27 Antoine PitrouIssue #4677: add two list comprehension tests to pybench.
2008-12-27 Georg Brandl#4671: document that pydoc imports modules.
2008-12-27 Georg BrandlUse :samp: role.
2008-12-27 Georg Brandl#4695: fix backslashery.
2008-12-27 Georg Brandl#4682: 'b' is actually unsigned char.
2008-12-27 Georg Brandl#4754: improve winsound documentation.
2008-12-27 Georg BrandlFollow-up to r67746 in order to restore backwards-compa...
2008-12-27 Benjamin Peterson#4748 lambda generators shouldn't return values
2008-12-27 Georg BrandlPatch #4739 by David Laban: add symbols to pydoc help...
2008-12-27 Georg Brandl#4752: actually use custom handler in example.
2008-12-27 Antoine PitrouIssue #4756: zipfile.is_zipfile() now supports file...
2008-12-27 Alexandre VassalottiFix bogus unicode tests in pickletester.
2008-12-27 Alexandre VassalottiAdd Misc/NEWS entry for r67934.
2008-12-27 Alexandre VassalottiFix issue #4730: cPickle corrupts high-unicode strings.
2008-12-27 Alexandre VassalottiRemove unnecessary casts related to unicode_decode_call...
2008-12-27 Hirokazu YamamotoIssue #4740: Use HIGHEST_PROTOCOL in pickle test.
2008-12-26 Benjamin Petersonpython version is included in file name now
2008-12-24 Tarek Ziadéfixed #4400 : distutils .pypirc default generated file...
2008-12-24 Benjamin Petersonpretend exceptions don't exist a while longer
2008-12-24 Benjamin Peterson#4736 BufferRWPair.closed shouldn't try to call another...
2008-12-23 Benjamin Petersonmake global static
2008-12-23 Benjamin Petersonuse a global variable, so the compiler doesn't optimize...
2008-12-23 Georg BrandlMarkup fix.
2008-12-23 Georg BrandlFix missing "svn" command.
2008-12-23 Skip MontanaroAs a result of a regression that snuck into 2.5.3 add...
2008-12-22 Benjamin Petersonsilence compiler warning
2008-12-22 Benjamin Petersonadd NEWS note
2008-12-22 Benjamin Petersonfix #4720: the format to PyArg_ParseTupleAndKeywords...
2008-12-22 Benjamin Petersonless attitude
2008-12-22 Benjamin Petersonadd py3k warnings to frame.f_exc_*
2008-12-21 Benjamin Petersoncompute DISTVERSION with patchlevel.py
2008-12-21 Neal NorwitzAdd Tarek for work on distutils.
2008-12-21 Benjamin PetersonMerged revisions 67809 via svnmerge from
2008-12-21 Benjamin Petersonthere are way too many places which need to have the...
2008-12-21 Benjamin Petersonupdate readme
2008-12-21 Benjamin Petersonsphinx.web is long gone
2008-12-20 Benjamin Petersonsilence annoying DeprecationWarning
2008-12-20 Benjamin Petersonadd some recent releases to the list
2008-12-20 Benjamin Petersonremove redundant sentence
2008-12-20 Benjamin Petersonbeef up docstring
2008-12-20 Benjamin Petersonadd headings
2008-12-20 Benjamin Petersoncopy sentence from docstring
2008-12-19 Amaury Forgeot... #4700: crtlicense.txt is displayed by the license(...
2008-12-19 Mark DickinsonFix typo in Python equivalent for bit_length.
2008-12-19 Raymond HettingerFix-up and clean-up docs for int.bit_length().
2008-12-19 Benjamin Peterson_call_method -> _callmethod and _get_value to _getvalue
2008-12-19 Benjamin Petersonfix typo
2008-12-18 Mark DickinsonIssue 4692: bogus 'Make' in Makefile.pre.in; replace...
2008-12-17 Antoine PitrouIssue #2467: gc.DEBUG_STATS reports invalid elapsed...
2008-12-17 Mark DickinsonIssue #3439: add bit_length method to int and long.
2008-12-17 Antoine PitrouIssue #2183: Simplify and optimize bytecode for list...
2008-12-16 Benjamin PetersonMerged revisions 67427,67431,67433,67435,67630,67652...
2008-12-15 Amaury Forgeot... #3632: the "pyo" macro from gdbinit can now run when...
2008-12-15 Amaury Forgeot... #3954: Fix error handling code in _hotshot.logreader
2008-12-15 Nick CoghlanIssue #4197: Fix the remaining part of the doctest...
2008-12-15 Georg Brandl#4568: remove limitation in varargs callback example.
2008-12-15 Georg Brandl#4578: fix has_key() usage in compiler package.
2008-12-15 Georg Brandl#4611: fix typo.
2008-12-15 Georg Brandl#4446: document "platforms" argument for setup().
2008-12-15 Antoine Pitroumodify other occurrence of test_bad_address
2008-12-14 Antoine Pitroutry to fix failure in test_bad_address on some buildbots
2008-12-14 Antoine PitrouBackport r67759 (fix io.IncrementalNewlineDecoder for...
2008-12-14 Benjamin Petersonfix missing bracket
2008-12-14 Nick CoghlanAdd file that was missed from r67750
2008-12-14 Nick CoghlanFix several issues relating to access to source code...
2008-12-14 Benjamin Petersonremove has_key usage
2008-12-13 Antoine PitrouIssue #4163: Use unicode-friendly word splitting in...
2008-12-13 Benjamin Petersonfix incorrect example
2008-12-12 Lars GustäbelIssue #4616: TarFile.utime(): Restore directory times...
2008-12-11 Mark DickinsonIssues #3167, #3682: tests for math.log and math.log10...
2008-12-11 Facundo BatistaIssue #4084: Fix max, min, max_mag and min_mag Decimal...
2008-12-11 Amaury Forgeot... #1030250: correctly pass the dry_run option to the...
2008-12-10 Amaury Forgeot... #4559: When a context manager's __exit__() method retur...
2008-12-10 Jeffrey YasskinUpdate Misc/NEWS for r67666.
2008-12-09 Jeremy HyltonAdd simple unittests for Request
2008-12-09 Benjamin Petersonrevert unrelated change to installer script
2008-12-09 Benjamin Petersonspecify how things are copied
2008-12-08 Jeffrey YasskinIssue 4597: Fix several cases in EvalFrameEx where...
2008-12-08 Martin v. LöwisConsider micro version for name of CHM file.
2008-12-08 Martin v. LöwisAdd UUIDs for 2.6.1 and 2.6.2.
2008-12-07 Georg Brandl#4457: rewrite __import__() documentation.
2008-12-07 Georg BrandlAdd link to the favicon to the docs.
2008-12-07 Skip Montanaromuffed the default case
2008-12-06 Antoine PitrouIssue #4509: bugs in bytearray with exports (buffer...
2008-12-06 Skip Montanaroissue 4483 - dbm build failures on systems with gdbm_co...
2008-12-06 Georg BrandlFollow-up to #4488: document PIPE and STDOUT properly.
2008-12-05 Mark DickinsonIssue #4445: save 3 bytes (on average, on a typical...
2008-12-05 Georg BrandlRemove confusing sentence part.
next