]> granicus.if.org Git - python/shortlog
python
2011-01-10 Alexander BelopolskyImproved footnote for the %Y directive slightly.
2011-01-10 Alexander BelopolskyImproved description of %Y directive.
2011-01-10 Terry ReedyIssue #10875: Update Regular Expression HOWTO; last...
2011-01-10 Victor StinnerIssue #9566: Fix pyparse.xmlparser.ParseFile()
2011-01-10 Alexander BelopolskyIssue #2568: Removed bogus rationale for supporting...
2011-01-10 Ned Deily#10820: Fix OS X framework installs to support version...
2011-01-10 Alexander BelopolskyRemoved time.ctime from the list of functions that...
2011-01-10 Alexander BelopolskyAdded entries about removal of year 1900 limit.
2011-01-10 Terry ReedyIssue #10875: Update Regular Expression HOWTO; patch...
2011-01-10 Raymond HettingerMisspelling.
2011-01-10 Raymond HettingerMissed two source links
2011-01-10 Raymond HettingerSeparate source link from main text.
2011-01-10 Alexander BelopolskyFixed a footnote reference
2011-01-10 Raymond HettingerFix typos.
2011-01-10 Raymond HettingerMove source links to consistent location and remove...
2011-01-09 Antoine PitrouIssue #10872: The repr() of TextIOWrapper objects now...
2011-01-09 Martin v. LöwisAdd Ned Deily.
2011-01-09 Łukasz Langa#10874: test_urllib2 shouldn't use `is` operator for...
2011-01-09 Georg Brandl#10871: "file" does not exist anymore in Python 3....
2011-01-09 Georg BrandlWrap some long examples and signatures.
2011-01-09 Georg BrandlAdd missing line.
2011-01-09 Georg Brandl#10869: do not visit root node twice in ast.increment_l...
2011-01-09 R. David Murray#5871: protect against header injection attacks.
2011-01-08 Raymond HettingerIssue #10357: Clarify what it means to be a mapping.
2011-01-08 Georg Brandlzlib only works with bytes objects.
2011-01-08 Alexander BelopolskyFixed documentation to reflect recent changes for years...
2011-01-08 Victor StinnerNEWS: merge #1777412 and #10827 entries
2011-01-08 Victor StinnerIssue #1777412: document the change in the NEWS file
2011-01-08 Raymond HettingerMarkup fix
2011-01-08 Antoine PitrouAdd EHOSTUNREACH ('No route to host') to the errnos...
2011-01-08 Raymond HettingerIssue 9717: Segregate and improve the documentation...
2011-01-08 Antoine PitrouFix test_ssl after r87849
2011-01-08 Antoine PitrouIssue #10859: Make `contextlib.GeneratorContextManager...
2011-01-08 Georg Brandl#10855: document close() semantics of wave objects.
2011-01-08 Raymond HettingerIssue 10533: Need example of using __missing__.
2011-01-08 Raymond HettingerIssue #10813: Small improvement to decimal money format...
2011-01-08 Raymond HettingerIssue #10042: Fixed the total_ordering decorator to...
2011-01-08 Victor StinnerIssue #10864: limit year to [1; 9999] for strftime...
2011-01-08 Victor Stinnertest_ssl: test SHA256 using sha256.tbs-internet.com...
2011-01-08 Victor StinnerIssue #1777412: Remove all limits on tm_year from time...
2011-01-08 Victor StinnerIssue #1777412: fix test_time for Mac OS X and OpenIndiana
2011-01-08 Victor StinnerIssue #1777412: test large years value for strftime...
2011-01-08 Victor StinnerIssue #1777412: strftime() accepts year >= 1 instead...
2011-01-08 Alexander BelopolskyFixed error handling branches. Thanks
2011-01-08 Alexander BelopolskyIssue #1777412: extended year range of strftime down...
2011-01-07 R. David Murray#10686: recode non-ASCII headers to 'unknown-8bit'...
2011-01-07 R. David MurrayFix formatting of values with embedded newlines when...
2011-01-07 Raymond HettingerRevert r87821 which moved the source link to the wrong...
2011-01-07 Antoine PitrouPut NEWS entry in the right section.
2011-01-07 Antoine PitrouIssue #8020: Avoid a crash where the small objects...
2011-01-07 Raymond HettingerRevert r87823 which moved the source link to the wrong...
2011-01-07 Raymond HettingerUpdate the digest of PEP 3333 based on comments for...
2011-01-07 Georg BrandlFix indent.
2011-01-07 Raymond HettingerCombine the two seealso sections.
2011-01-07 Alexander BelopolskyIssue #10827: Changed the rules for 2-digit years....
2011-01-07 Antoine PitrouMention multiprocessing.Queue in the queue docs
2011-01-07 Antoine PitrouGroup seealsos
2011-01-07 Antoine PitrouPut those "seealso"s together
2011-01-07 Victor StinnerIssue #10841: don't translate newlines for pgen
2011-01-07 Victor StinnerIssue #10841: set binary mode on files; the parser...
2011-01-07 Antoine PitrouPut those source links together
2011-01-07 Antoine Pitrouatexit.py doesn't exist
2011-01-07 Antoine PitrouPut link to source at the end. There's nothing edificat...
2011-01-07 Georg Brandl#10856: document (Base)Exception.args better.
2011-01-06 Brett CannonUndo an accidental commit in r87812.
2011-01-06 Brett CannonGet --coverage to be an acceptable flag for test.regrte...
2011-01-06 Alexander BelopolskyFurther simplify gettmarg()
2011-01-06 Raymond HettingerTypo.
2011-01-06 Martin v. LöwisDrop bf_getbuffer/bf_releasebuffer from stable ABI,
2011-01-06 Georg Brandl#10846: fix typo.
2011-01-06 Martin v. LöwisSupport comment lines and missing indices in typeslots.h.
2011-01-06 Martin v. LöwisRemove buffer API from stable ABI for now, see #10181.
2011-01-06 Antoine PitrouIssue #7858: Raise an error properly when os.utime...
2011-01-06 Antoine PitrouIssue #3839: wsgiref should not override a Content...
2011-01-06 David MalcolmIssue #10655: Fix the build on PowerPC on Linux with...
2011-01-06 Alexander BelopolskyUse PyOS_snprintf for better portability.
2011-01-06 Antoine PitrouElaborate about the GIL.
2011-01-06 Georg Brandl#10844: update copyright years in Mac plists.
2011-01-06 Georg BrandlAdd acks where acks are due.
2011-01-06 Georg BrandlFix various issues (mostly Python 2 relics) found by...
2011-01-06 Georg Brandlitertools, operator and functools are not really "numer...
2011-01-06 Georg BrandlRemove doc for nonexisting parameter.
2011-01-06 Antoine PitrouIssue #1677694: Refactor and improve test_timeout....
2011-01-06 Antoine PitrouIssue #10840: make it explicit that "s*" and friends...
2011-01-06 Raymond HettingerIssue 10825: Minor updates to the test suite.
2011-01-06 Raymond HettingerNits
2011-01-06 Raymond HettingerAdd PEP 3333 to whatsnew.
2011-01-06 Victor StinnerIssue #10492: bdb.Bdb.run() only traces the execution...
2011-01-05 Victor Stinnertest_atexit: fix code saving/restoring stdout and stderr
2011-01-05 Victor Stinnertest_imaplib: reap_server() closes the server when...
2011-01-05 Victor Stinnerimaplib: IMAP4 constructor closes the socket on error
2011-01-05 Alexander Belopolsky- time.accept2dyear = True is now equivalent to time...
2011-01-05 Raymond HettingerAdd more porting notes.
2011-01-05 Antoine PitrouFix mistake in NEWS
2011-01-05 Raymond HettingerRemove mention of codes pending further discussion...
2011-01-05 Raymond HettingerRC1 updates to whatsnew
2011-01-05 Georg BrandlOn Py3k, -tt and -3 are no-op and unsupported respectively.
2011-01-05 Antoine PitrouOverhaul the documentation about socket timeouts.
2011-01-05 Antoine PitrouIssue #7995: When calling accept() on a socket with...
2011-01-05 Raymond HettingerUpdate tests and whatsnew for the 'quiet' flag
next