]> granicus.if.org Git - python/shortlog
python
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.
2008-12-05 Georg BrandlFollowup to #4511: add link from decorator glossary...
2008-12-05 Mark DickinsonIssue #4461: Safety check in parsenumber (ast.c)
2008-12-05 Fred Drakebe more specific, and parallel to the py3k branch
2008-12-05 Fred Drakebump version number
2008-12-05 Georg BrandlMove __import__ to the bottom of the functions list.
2008-12-05 Georg Brandl#3171: document that *slice are removed in 3k.
2008-12-05 Georg Brandl#4478: document that copyfile() can raise Error.
2008-12-05 Georg Brandl#4517: add "special method" glossary entry and clarify...
2008-12-05 Georg Brandl#4529: fix parser's validation for try-except-finally...
2008-12-05 Georg Brandl#4544: add `dedent` to textwrap.__all__.
2008-12-05 Georg Brandl#4441 followup: Add link to open() docs for Windows.
2008-12-05 Georg Brandl#4458: recognize "-" as an argument, not a malformed...
2008-12-05 Georg BrandlUse markup.
2008-12-05 Georg BrandlAdd an index entry for "subclassing immutable types".
2008-12-05 Georg Brandl#4441: improve doc for os.open() flags.
2008-12-05 Georg Brandl#4409: fix asterisks looking like footnotes.
2008-12-05 Georg Brandl#4408: document regex.groups.
2008-12-05 Gregory P.... rename the new check_call_output to check_output. ...
2008-12-04 Georg BrandlClarification to avoid confusing output with file descr...
2008-12-04 Vinay SajipTook Nick Coghlan's advice about importing warnings...
2008-12-04 Gregory P.... Adds a subprocess.check_call_output() function to retur...
2008-12-04 Georg BrandlAdd another heapq example.
2008-12-04 Georg BrandlAdd reference to enumerate() to indices example.
2008-12-04 Fred DrakeIssue #1055234: cgi.parse_header(): Fixed parsing of...
2008-12-04 Christian HeimesBumped up 2.6 to 2.7
2008-12-03 Vinay SajipIssue #4384: Added logging integration with warnings...
2008-12-03 Raymond HettingerBackport r67478
2008-12-03 Jeffrey YasskinSpeed up Python (according to pybench and 2to3-on-itsel...
2008-12-03 Christian HeimesIssue #4025 again
2008-12-01 Benjamin Petersonlet people using SVN Sphinx still build the docs
2008-12-01 Skip Montanarotypo in comment
2008-11-30 Benjamin Petersonfix pyspecific extensions that were broken by Sphinx...
2008-11-30 Christian Heimesw# requires Py_ssize_t
2008-11-30 Martin v. LöwisIssue #4365: Add crtassem.h constants to the msvcrt...
2008-11-30 Benjamin Petersonnote the version that works
2008-11-30 Martin v. LöwisIssue #4389: Add icon to the uninstall entry in
2008-11-30 Benjamin PetersonStringIO.close() stops you from using the buffer, too
2008-11-29 Amaury Forgeot... Fix a small typo in docstring
2008-11-29 Jeremy HyltonSend HTTP headers and message body in a single send...
2008-11-29 Jeremy HyltonReflow long lines.
2008-11-28 Jeremy HyltonMove definition int sval into branch of ifdef where...
2008-11-28 Benjamin PetersonSVN format 9 is the same it seems
2008-11-28 Benjamin PetersonMerged revisions 67384,67386-67387,67389-67390,67392...
2008-11-28 Christian HeimesRetain copyright of processing examples. This was reque...
2008-11-28 Jesse Nollerissue4238: bsd support for cpu_count
2008-11-28 Jesse Nollermp docs - fix issues 4012,3518,4193
2008-11-28 Christian HeimesFixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9c...
2008-11-27 Matthias Klose- Modules/Setup.dist: Update _elementtree, add _bisect...
2008-11-27 Matthias Klose- Modules/Setup.dist: Update pyexpat
2008-11-26 Benjamin Petersonfix typo in sqlite3 docs
2008-11-26 Matthias Klose- Modules/Setup.dist: Mention _elementtree and _pickle.
2008-11-25 Benjamin PetersonMerged revisions 67183,67191,67371 via svnmerge from
2008-11-25 Benjamin Petersonalways check the return value of NEW_IDENTIFIER
2008-11-24 Jeremy HyltonAdd unittests that verify documented behavior of public...
next