]> granicus.if.org Git - python/shortlog
python
2013-01-11 Sandro Tosigrammatical fix; thanks to Alex Rudnick from docs@
2013-01-11 Ezio MelottiMerge heads.
2013-01-11 Ezio Melotti#16154: fix some doctests in Doc/library. Patch by...
2013-01-11 Chris JerdonekIssue #16874: fix formatting of setup.py upload options...
2013-01-11 Ezio Melotti#13899: \A, \Z, and \B now correctly match the A, Z...
2013-01-11 R David Murray#15109: revert '%'->'format' changes in 4b105d328fe7...
2013-01-11 R David Murray#13934: document sqlite version strings.
2013-01-10 Benjamin Petersonuse PyInt_FromSsize_t instead of PyLong_FromSsize_t...
2013-01-10 R David Murray#15545: sort iterdump via SQL instead of in python...
2013-01-10 Ned DeilyIssue #15782: Prevent compile errors of OS X Carbon...
2013-01-08 Serhiy StorchakaIssue #11461: Fix the incremental UTF-16 decoder. Origi...
2013-01-08 Serhiy StorchakaFix out of bound read in UTF-32 decoder on "narrow...
2013-01-08 Charles-François... Issue #16836: Enable IPv6 support even if IPv6 is disab...
2013-01-08 Vinay SajipIssue #16884: Updated docs to use 'note' directives.
2013-01-06 R David Murray#16877: Add mention that shell-style path expansions...
2013-01-05 Ezio Melotti#16862: remove outdated statements about Stackless.
2013-01-05 Ezio MelottiCleanup a few minor things.
2013-01-04 Ezio Melotti#13094: add Programming FAQ entry about the behavior...
2013-01-04 Chris JerdonekIssue #16747: Reflow iterable glossary entry to match...
2013-01-04 Benjamin Petersondrop email (closes #16857)
2013-01-03 Victor StinnerIssue #16367: Fix FileIO.readall() on Windows for files...
2013-01-03 Giampaolo Rodola'issue 10527: fix missing import
2013-01-02 Nadeem VawdaIssue #16828: Fix error incorrectly raised by bz2.compr...
2013-01-02 Benjamin Petersonuntabify
2013-01-02 Benjamin Petersonadd Tom Tromey to ACKS
2013-01-02 Benjamin Petersoncall PyErr_Clear() when ignoring error from PyNumber_In...
2013-01-02 Benjamin Petersonmerge heads
2013-01-02 Benjamin Petersonensure the attribute name string is initalized before...
2013-01-02 Eli BenderskyFix method name in documentation (__setstate__ -->...
2013-01-02 Serhiy StorchakaFix incorrect grammar in Misc/NEWS.
2013-01-02 Benjamin Petersonget the core to compile --disable-unicode
2013-01-01 Serhiy StorchakaIssue #16819: IDLE method completion now correctly...
2013-01-01 Ned DeilyUpdate copyright dates in Mac plists.
2013-01-01 Richard OudkerkIssue #9586: Redefine SEM_FAILED on MacOSX to keep...
2013-01-01 Benjamin Petersonupdate another year
2013-01-01 Benjamin Petersonmerge heads
2013-01-01 Benjamin Petersonbring Python into 2013
2012-12-31 Ned DeilyIssue #14958: backport to 2.7.x from 3.3 (patch by...
2012-12-31 Giampaolo Rodola'Fix issue 10527: make multiprocessing use poll() instea...
2012-12-30 Serhiy StorchakaIssue #16645: Fix hardlink extracting test for tarfile.
2012-12-29 Andrew SvetlovFix docstring in curses (#16782)
2012-12-29 Serhiy StorchakaIssue #16485: Fix file descriptor not being closed...
2012-12-28 Antoine PitrouBackport Python 3.2 fix for issue #12065, and add anoth...
2012-12-28 Serhiy StorchakaMerge heads
2012-12-28 Raymond HettingerMake the from_iterable() recipe more usable.
2012-12-28 Serhiy StorchakaIssue #16761: Raise TypeError when int() or long()...
2012-12-28 Chris JerdonekIssue #15324: Fix regrtest parsing of --fromfile and...
2012-12-27 Ezio Melotti#16796: fix typo. Patch by Michael Schurter.
2012-12-27 Serhiy StorchakaIssue #16792: Use assertIs() to test identity.
2012-12-27 Serhiy StorchakaIssue #16793. Replace deprecated unittest asserts with...
2012-12-27 Serhiy StorchakaIssue #16792: Mark small ints test as CPython-only.
2012-12-27 Chris JerdonekIssue #16790: add some of the recent issue #16045 int...
2012-12-27 Brian CurtinFix #16759. Convert DWORD registry values using unsigne...
2012-12-27 Serhiy StorchakaNull merge.
2012-12-27 Serhiy StorchakaIssue #16504: Catch SyntaxErrors raised by tokenizer...
2012-12-27 Brian CurtinFix #14420. Check for PyLong as well as PyInt when...
2012-12-27 Hynek Schlawack#16618: Add more glob regression tests
2012-12-26 Jesus CeaCloses #16789: :meth:`quit` links to constants instead...
2012-12-26 Senthil KumaranIssue #16702: Skip proxies for localhost in urllib2_loc...
2012-12-25 Chris JerdonekAdd additional links and index entries for "argument...
2012-12-25 Kristján Valur... Issue #14574: Ignore socket errors raised when flushing...
2012-12-25 Andrew Svetlovrename MathcObject to match object in doctrings for...
2012-12-25 Ezio Melotti#16760: use ref:`match-objects` instead of :class:...
2012-12-25 Ezio Melotti#16677: rename section header and fix markup.
2012-12-25 Kristján Valur... issue #879399
2012-12-25 Ezio Melotti#16666: document default values for socket.getaddrinfo...
2012-12-25 Ezio Melotti#16765: remove unused import.
2012-12-24 Senthil KumaranFix issue16713 - tel url parsing with params
2012-12-24 Andrew SvetlovKeep ref to ECHILD in local scope (#16650)
2012-12-24 Mark DickinsonIssue #13863: fix incorrect .pyc timestamps on Windows...
2012-12-24 Andrew SvetlovIssue #16511: Use default IDLE width and height if...
2012-12-23 Andrew SvetlovIssue #16443: Add docstrings to regular expression...
2012-12-23 Senthil KumaranFix Issue15701 - HTTPError info method call raises...
2012-12-23 Andrew SvetlovIssue #16045: add more unit tests for built-in int()
2012-12-22 Georg BrandlAdd missing label.
2012-12-22 Georg BrandlFix indentation.
2012-12-21 Kristjan Valur... ctypes: DECREF error_object _after_ re-acquiring GIL
2012-12-20 Petri Lehtinen#8853: Allow port to be of type long for socket.getaddr...
2012-12-20 Benjamin Petersonadd news note (#16597)
2012-12-20 Benjamin Petersoncall close on the underlying stream even if flush raise...
2012-12-19 Andrew Svetlovreplace threw with raised (#16714)
2012-12-19 Andrew Svetlovrevert comment wording (#16714)
2012-12-18 Andrew SvetlovIssue #16714: use 'raise' exceptions, don't 'throw'.
2012-12-17 Andrew Svetlovmerge heads
2012-12-17 Andrew SvetlovIssue #16647: save socket error details in LMTP.connect()
2012-12-17 Giampaolo Rodola'Fix issue #16646: ftplib.FTP.makeport() might lose...
2012-12-17 Andrew SvetlovUpdate example: Counter.subtract returns None, not...
2012-12-17 Brian CurtinFix #14901. Update some sections of Windows FAQ.
2012-12-16 Antoine PitrouIssue #16626: Fix infinite recursion in glob.glob(...
2012-12-16 Hynek Schlawack#16664: Add regression tests for glob's behaviour conce...
2012-12-15 Benjamin Petersonremove dead code
2012-12-15 Antoine PitrouIssue #16298: In HTTPResponse.read(), close the socket...
2012-12-14 Ezio Melotti#16683: restore alphabetical order in audioop docs...
2012-12-14 Ezio Melotti#16681: use "bidirectional class" instead of "bidirecti...
2012-12-14 Ezio Melotti#16681: use "bidirectional class" instead of "bidirecti...
2012-12-13 Trent NelsonMake PyAST_obj2mod C89 compliant. (Follow-up commit...
2012-12-13 Trent NelsonMake PyAST_obj2mod C89 compliant.
2012-12-13 Trent NelsonIRIX: force MIPSpro to treat #errors as errors, not...
2012-12-11 Gregory P.... 1 << 31 is invalid for signed integers, fix it by makin...
2012-12-09 Andrew SvetlovIssue #16582: use int exit code in tkinter._exit
next