]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2012-12-27  Brian Curtinanother merge
2012-12-27  Brian CurtinMerge 3.2
2012-12-27  Brian CurtinFix #16759. Convert DWORD registry values using PyLong_...
2012-12-27  Serhiy StorchakaIssue #16504: Catch SyntaxErrors raised by tokenizer...
2012-12-27  Serhiy StorchakaIssue #16504: Catch SyntaxErrors raised by tokenizer...
2012-12-27  Serhiy StorchakaIssue #16682: Replace "Python string" to "bytes object...
2012-12-27  Serhiy StorchakaIssue #16682: Replace "Python string" to "bytes object...
2012-12-27  Brian CurtinMerge 3.2
2012-12-27  Brian CurtinFix #14420. Use PyLong_AsUnsignedLong to support the...
2012-12-27  Hynek Schlawack#16618: Make glob.glob match consistently across string...
2012-12-27  Hynek Schlawack#16618: Make glob.glob match consistently across string...
2012-12-26  Andrew Svetlovfix test for subprocess (#16644)
2012-12-26  Andrew Svetlovfix test for subprocess (#16644)
2012-12-26  Jesus CeaMERGE: Closes #16789: :meth:`quit` links to constants...
2012-12-26  Jesus CeaCloses #16789: :meth:`quit` links to constants instead...
2012-12-26  Kristján Valur... Merge with 3.2 :
2012-12-26  Senthil KumaranIssue #16702: Skip proxies for localhost in urllib2_loc...
2012-12-26  Senthil KumaranIssue #16702: Skip proxies for localhost in urllib2_loc...
2012-12-25  Chris JerdonekNull merge.
2012-12-25  Chris JerdonekFix Sphinx warning (missing "setting-envvars" reference).
2012-12-25  Chris JerdonekMerge from 3.2: add links and index entries for "argume...
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  Andrew Svetlovrename MathcObject to match object in doctrings for...
2012-12-25  Ezio Melotti#16760: merge with 3.2.
2012-12-25  Ezio Melotti#16760: use ref:`match-objects` instead of :class:...
2012-12-25  Ezio Melotti#16677: merge with 3.2.
2012-12-25  Ezio Melotti#16677: rename section header and fix markup.
2012-12-25  Andrew SvetlovAdd test coverage for os.removedirs (#16775)
2012-12-25  Andrew SvetlovAdd test coverage for os.removedirs (#16775)
2012-12-24  Senthil KumaranFix issue16713 - tel url parsing with params
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  Andrew SvetlovKeep ref to ECHILD in local scope (#16650)
2012-12-24  Andrew SvetlovIssue #16511: Use default IDLE width and height if...
2012-12-24  Andrew SvetlovIssue #16511: Use default IDLE width and height if...
2012-12-23  Chris JerdonekLink to "yield from" examples in yield documentation.
2012-12-23  Andrew SvetlovIssue #16443: Add docstrings to regular expression...
2012-12-23  Andrew Svetlovmerge heads
2012-12-23  Andrew SvetlovIssue #16443: Add docstrings to regular expression...
2012-12-23  Senthil Kumaranmerge from 3.2
2012-12-23  Senthil KumaranFix Issue15701 - HTTPError info method call raises...
2012-12-23  Stefan KrahIssue #16753: Define __GNUC_STDC_INLINE__ to an integer...
2012-12-23  Andrew Svetlovmerge heads
2012-12-23  Andrew SvetlovIssue #16045: add more unit tests for built-in int()
2012-12-23  Brett CannonIssue #16752: Add a missing import to modulefinder.
2012-12-22  Stefan KrahIssue #16745: The gcc visibility pragma is buggy on...
2012-12-22  Stefan KrahFix Visual Studio build.
2012-12-22  Stefan KrahIssue #16745: Hide symbols in _decimal.so.
2012-12-21  Stefan KrahIssue #16745: Hide a couple of symbols by making them...
2012-12-21  Kristjan Valur... Merge with 3.2 : Don't DECREF the ctypes error_object...
2012-12-21  Kristjan Valur... Merge with 3.1 : Don't DECREF the ctypes error_object...
2012-12-21  Kristjan Valur... Don't DECREF the ctypes error_object without the GIL...
2012-12-21  Benjamin Petersonlink to GIL as a term
2012-12-21  Benjamin Petersonfix typo (#16687)
2012-12-20  Benjamin Petersonimprove message (#16597)
2012-12-20  Benjamin Petersoncall close on the underlying stream even if flush raise...
2012-12-19  Benjamin Petersontry to call __bytes__ before __index__ (closes #16722)
2012-12-19  Andrew Svetlovreplace threw with raised (#16714)
2012-12-19  Andrew Svetlovreplace threw with raised (#16714)
2012-12-19  Antoine PitrouSmall cleanup in test_ftplib
2012-12-18  Antoine PitrouSilence sporadic failure in RecvmsgIntoSCTPStreamTest...
2012-12-18  Antoine PitrouCall importlib.invalidate_caches() after creating modul...
2012-12-18  Antoine PitrouTry to make test_threaded_import faster and safer ...
2012-12-18  Antoine PitrouAdd sanity assertions in some import lock code (issue...
2012-12-18  Andrew SvetlovIssue #16714: use 'raise' exceptions, don't 'throw'.
2012-12-18  Andrew SvetlovIssue #16714: use 'raise' exceptions, don't 'throw'.
2012-12-18  Andrew SvetlovIssue #16711: Fix required method names for collections...
2012-12-18  Andrew SvetlovIssue #16711: Fix required method names for collections...
2012-12-17  Giampaolo Rodola'Issue 16646 (ftplib): deliberately use intermediate...
2012-12-17  Giampaolo Rodola'Issue 16646 (ftplib): deliberately use intermediate...
2012-12-17  Andrew SvetlovIssue #16647: save socket error details in LMTP.connect()
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  Giampaolo Rodola'Fix issue #16646: ftplib.FTP.makeport() might lose...
2012-12-17  Andrew SvetlovUpdate example: Counter.subtract returns None, not...
2012-12-17  Andrew SvetlovUpdate example: Counter.subtract returns None, not...
2012-12-17  Andrew SvetlovFix typo
2012-12-17  Andrew SvetlovFix typo
2012-12-17  Brian CurtinMerge 3.2
2012-12-17  Brian CurtinFix #14901. Update the Windows FAQ.
2012-12-16  Stefan KrahIssue #15783: Support None default values in the Contex...
2012-12-16  Antoine PitrouSilence sporadic failure in RecvmsgSCTPStreamTest.testR...
2012-12-16  Antoine PitrouNull merge
2012-12-16  Antoine PitrouFix ResourceWarnings in test_pty
2012-12-16  Antoine PitrouIssue #16696: fix comparison between bytes and string...
2012-12-16  Antoine PitrouIssue #16696: fix comparison between bytes and string...
2012-12-16  Antoine PitrouIssue #16626: Fix infinite recursion in glob.glob(...
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-16  Hynek Schlawack#16664: Add regression tests for glob's behaviour conce...
2012-12-15  Stefan KrahIssue #15783: Except for the number methods, the C...
2012-12-15  Andrew SvetlovUse OSError instead of os.error in the docs.
2012-12-15  Benjamin Petersonmerge 3.2
2012-12-15  Benjamin Petersonremove dead code
2012-12-15  Antoine PitrouIssue #16298: In HTTPResponse.read(), close the socket...
2012-12-15  Antoine PitrouIssue #16298: In HTTPResponse.read(), close the socket...
2012-12-14  Ezio Melotti#16683: merge with 3.2.
2012-12-14  Ezio Melotti#16683: restore alphabetical order in audioop docs...
next