]> granicus.if.org Git - python/shortlog
python
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...
2008-11-24 Georg Brandl#4404: make clear what "path" is.
2008-11-24 Georg BrandlFix typo.
2008-11-24 Benjamin Peterson#4396 make the parser module correctly validate the...
2008-11-24 Benjamin Petersonreplace reference to debugger-hooks
2008-11-24 Gregory P.... Document PY_SSIZE_T_CLEAN for PyArg_ParseTuple.
2008-11-23 Georg Brandl#4399: fix typo.
2008-11-23 Georg Brandl#4392: fix parameter name.
2008-11-23 Matthias Klose- Fix typo in last checkin
2008-11-23 Matthias Klose - Modules/Setup.dist: Mention _functools in section...
2008-11-23 Benjamin Petersonraise a better error
2008-11-22 Amaury Forgeot... #3996: On Windows, PyOS_CheckStack is supposed to prote...
2008-11-22 Amaury Forgeot... yuvconvert.c is a part of the "sv" module, an old IRIX...
2008-11-22 Georg BrandlFix error about "-*-" being mandatory in coding cookies.
2008-11-22 Georg BrandlFix typo.
2008-11-22 Georg Brandl#4364: fix attribute name on ctypes object.
2008-11-22 Benjamin Petersonbackport r67325: make FileIO.mode always contain 'b'
2008-11-21 Benjamin Petersondon't segfault when \N escapes are used and unicodedata...
2008-11-21 Amaury Forgeot... #4363: Let uuid.uuid1() and uuid.uuid4() run even if...
2008-11-20 Amaury Forgeot... Fixed issue #4233.
2008-11-20 Benjamin Petersonbackport r67300
2008-11-20 Benjamin Petersonoops! didn't mean to disable that test
2008-11-20 Benjamin Petersonfix indentation and a sphinx warning
2008-11-20 Benjamin Petersonmove useful sys.settrace information to the function...
2008-11-19 Benjamin Petersonmake sure that bytearray methods return a new bytearray...
2008-11-19 Brett CannonIgnore .pyc and .pyo files.
2008-11-19 Josiah CarlsonFix for issue 4332 in trunk.
next