]> granicus.if.org Git - python/shortlog
python
2012-12-27 Ezio Melotti#16796: fix typo. Patch by Michael Schurter.
2012-12-27 Serhiy StorchakaIssue #16792: Mark small ints test as CPython-only.
2012-12-27 Brian CurtinMerge
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 #16682: Replace "Python string" to "bytes object...
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-26 Andrew Svetlovfix test for subprocess (#16644)
2012-12-26 Jesus CeaCloses #16789: :meth:`quit` links to constants instead...
2012-12-25 Kristján Valur... Issue #14574: Ignore socket errors raised when flushing...
2012-12-26 Senthil KumaranIssue #16702: Skip proxies for localhost in urllib2_loc...
2012-12-25 Chris JerdonekFix Sphinx warning (missing "setting-envvars" reference).
2012-12-25 Chris JerdonekAdd additional links and index entries for "argument...
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 Andrew SvetlovAdd test coverage for os.removedirs (#16775)
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 SvetlovIssue #16511: Use default IDLE width and height if...
2012-12-23 Andrew Svetlovmerge heads
2012-12-23 Andrew SvetlovIssue #16443: Add docstrings to regular expression...
2012-12-23 Senthil KumaranFix Issue15701 - HTTPError info method call raises...
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-19 Andrew Svetlovreplace threw with raised (#16714)
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-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 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 SvetlovFix typo
2012-12-17 Brian CurtinFix #14901. Update the Windows FAQ.
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 #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-11 Gregory P.... Code style fixup: No need for double ((parenthesis...
2012-12-11 Gregory P.... Keep y a Py_hash_t instead of Py_uhash_t as it is compa...
2012-12-11 Gregory P.... Fix the internals of our hash functions to used unsigne...
2012-12-11 Gregory P.... 1 << 31 is invalid for signed integers, fix it by makin...
2012-12-10 Hynek Schlawack#15872: Some more Windows related tuning to shutil...
2012-12-10 Hynek Schlawack#15872: Be flexible with appending *.* in shutil.rmtree...
2012-12-10 Hynek Schlawack#15872: More shutil test fixes for Windows
2012-12-10 Hynek Schlawack#15872: Fix shutil.rmtree error tests for Windows
2012-12-10 Hynek Schlawack#15872: Add tests for a 3.3 regression in the new fd...
2012-12-10 Chris JerdonekIssue #16629: Fix IDLE idlelib.CallTips test. Patch...
2012-12-09 Andrew SvetlovIssue #16582: use int exit code in tkinter._exit
2012-12-09 Senthil KumaranFix issue13211 - Document the reason attribute for...
2012-12-09 Benjamin Petersonmerge 3.1
2012-12-09 Antoine PitrouIssue #16248: Disable code execution from the user...
2012-12-09 Antoine PitrouIssue #16248: Disable code execution from the user...
2012-12-09 Éric AraujoBranch merge
2012-12-09 Éric AraujoFix setup.py register failure with invalid rst in descr...
2012-12-08 Éric AraujoFix a few markup/grammar nits
2012-12-08 Antoine PitrouIssue #16602: When a weakref's target was part of a...
2012-12-08 Éric AraujoCreate ~/.pypirc securely (#13512).
2012-12-08 Éric AraujoIgnore .nfs* files in distutils (#7719).
2012-12-08 Andrew SvetlovDrop double newlines printed in some file iteration...
2012-12-08 Ezio MelottiRemove debug output from example.
2012-12-08 Antoine PitrouIssue #16628: Fix a memory leak in ctypes.resize().
2012-12-06 Andrew SvetlovSpecify which I/O ABC methods have implementations...
2012-12-05 Andrew SvetlovSkip pdb test for #13120 if threading is not available.
2012-12-04 Andrew SvetlovIssue #13120: Allow to call pdb.set_trace() from thread.
2012-12-03 Antoine PitrouFix test splitting in previous commit.
2012-12-03 Antoine PitrouSplit the bigmem re test in two separate tests with...
2012-12-03 Andrew SvetlovIssue #16583: Prevent nesting SystemExit in tkinter...
2012-12-03 Victor StinnerIssue #16416: Fix compilation error
2012-12-03 Victor StinnerIssue #16416: On Mac OS X, operating system data are...
2012-12-02 Mark DickinsonIssue 10052: fix failed uint32_t / uint64_t / int32_t...
2012-12-02 Antoine PitrouIssue #10182: The re module doesn't truncate indices...
2012-12-02 Christian HeimesIssue #16588: Silence unused-but-set warnings in Python...
2012-12-02 Christian Heimes- Issue #16593: Have BSD 'make -s' do the right thing...
2012-11-29 Benjamin Petersonadd changelog
2012-11-29 Benjamin Petersonenumerate only requires an iterable (closes #16573)
2012-11-29 Andrew SvetlovIssue #16477: Close tarfile internal handlers in case...
2012-11-29 Ezio Melotti#16549: fix test failures on Windows.
2012-11-29 Ezio Melotti#16476: Fix json.tool to avoid including trailing white...
2012-11-29 Ezio Melotti#16549: Make json.tool work again on Python 3 and add...
2012-11-28 Ezio Melotti#16333: document a way to get rid of trailing whitespac...
2012-11-28 Andrew SvetlovRevert duplicate changes in argparse docs.
2012-11-28 Andrew SvetlovIssue #11076: document the way to convert argparse...
2012-11-28 Chris JerdonekImprove argument/parameter documentation (issue #15990).
2012-11-27 Gregory P.... Plug a leak in timemodule. The module dictionary is...
2012-11-27 Ezio Melotti#16556: Fix inconsistency between kwds and kwargs....
2012-11-26 Ezio Melotti#16559: Add more tests for the json module. Patch...
2012-11-26 Chris JerdonekAdd hyperlinks to the docs of some os.path functions...
2012-11-25 Vinay SajipCloses #16521: Improved error handling for basicConfig...
2012-11-24 Antoine PitrouIssue #12848: The pure Python pickle implementation...
2012-11-23 Ezio MelottiRemove debug print.
2012-11-23 Ezio Melotti#16530: the "options" arg of os.wait3 is required.
2012-11-23 Ezio Melotti#16306: report only the first unknown option and add...
2012-11-21 Ezio MelottiRemove unused variabile "plain" in builtin_exec.
next