]> granicus.if.org Git - python/shortlog
python
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
2012-12-09 Senthil KumaranDocument the reason attribute of urllib.HTTPError ...
2012-12-09 Antoine PitrouIssue #16248: Disable code execution from the user...
2012-12-09 Éric AraujoBranch merge
2012-12-09 Éric AraujoUse proper skip instead of reporting success in one...
2012-12-09 Éric AraujoFix setup.py register failure with invalid rst in descr...
2012-12-08 Antoine PitrouIssue #16602: When a weakref's target was part of a...
2012-12-08 Éric AraujoRemove code unneeded after f833e7ec4de1
2012-12-08 Éric AraujoAdd versionchanged note for a56cebff113a
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 SvetlovDocument that hour in datetime.time ctor is optional...
2012-12-05 Jesus CeaCloses #16588: Silence unused-but-set warnings in Pytho...
2012-12-04 Victor StinnerIssue #15747: skip chflags UF_IMMUTABLE tests if EOPNOT...
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-02 Benjamin Petersondocument UnicodeError attributes
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 Heimes- Issue #16593: Have BSD 'make -s' do the right thing...
2012-12-02 Raymond HettingerMinor fixups. Early-out for equality test. Inline...
2012-12-01 Ezio Melotti#16589: fix pprint signatures in the doc (backport...
2012-11-30 Benjamin PetersonAdd Bruno Dupuis
2012-11-30 Benjamin Petersonfix spelling
2012-11-30 Benjamin PetersonRemove redundant check for symlink. (closes #6036)
2012-11-30 Chris JerdonekBackport from 3.2: improve argument/parameter documenta...
2012-11-29 Andrew Svetlovmerge heads
2012-11-29 Andrew SvetlovIssue #16194: document imp.load_dynamic problems
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: Add tests for json.tools. Initial patch by...
2012-11-28 Stefan KrahIssue #16534: On HP-UX ac_cv_olimit_ok=yes is a false...
2012-11-28 Ezio Melotti#16333: document a way to get rid of trailing whitespac...
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 Mark DickinsonIssue #9011: AST creation no longer modifies CST for...
2012-11-25 Mark DickinsonIssue #16339: Document and test exec(stmt, globals...
2012-11-24 Antoine Pitroutest_winsound should require the "audio" resource,...
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-22 Stefan KrahFix more usages of NULL without including stdio.h.
2012-11-22 Stefan KrahIssue #13057: Include stdio.h when NULL is used in...
2012-11-21 Raymond HettingerRemove steps no longer needed once __del__ was removed
2012-11-21 Raymond HettingerFit nit: the return got dropped from an earlier check-in
2012-11-20 Antoine PitrouIssue #1160: Fix compiling large regular expressions...
2012-11-19 Stefan KrahBackport 9dd4638de73b.
2012-11-18 Ezio Melotti#7782: add a test for test_iter.
2012-11-18 Ezio Melotti#16503: clarify "apply" docs.
2012-11-18 Antoine PitrouThe poplib module provides two classes, not one.
2012-11-18 Ezio Melotti#16306: Fix multiple error messages when unknown comman...
2012-11-18 Ezio Melotti#14313: zipfile now raises NotImplementedError when...
2012-11-18 Ezio Melotti#16053: document csv.Dialect.strict. Patch by Kushal...
2012-11-18 Mark DickinsonTypo fix.
2012-11-18 Mark DickinsonIssue #12005: clarify behaviour of % and // for Decimal...
2012-11-17 Antoine PitrouIssue #16408: Fix file descriptors not being closed...
2012-11-17 Mark DickinsonIssue #9742: Sneaky fix for build failure on Solaris 9.
2012-11-17 Antoine PitrouIssue #15379: Fix passing of non-BMP characters as...
2012-11-17 Ezio Melotti#16420: document a way to escape metacharacters in...
2012-11-17 Ezio MelottiUpdate section about dir() in the tutorial.
2012-11-17 Ezio Melotti#16470: mention set and dict comprehension in the tutor...
2012-11-17 Jesus CeaCloses #16461: Wave library should be able to deal...
2012-11-15 Georg BrandlRemove versionadded from the tutorial, at a location...
2012-11-14 Chris JerdonekBackport from 3.2: update PyPI docs regarding listing...
next