]> granicus.if.org Git - python/shortlog
python
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...
2012-11-14 Chris JerdonekLink to "XRange Type" section in xrange() built-in...
2012-11-12 Stefan KrahBackport 5db6d9ddf6e8.
2012-11-12 Georg BrandlUse 2.x "print" syntax for this example.
2012-11-11 Antoine PitrouIssue #16453: Fix equality testing of dead weakref...
2012-11-11 Gregory P.... remove an obsolete comment
2012-11-11 Gregory P.... Refactor test_preexec_errpipe to not create an uncollec...
2012-11-11 Nadeem VawdaIssue #15677: Also fix docstrings in zlib module.
2012-11-11 Nadeem VawdaIssue #15677: Document that zlib and gzip accept a...
2012-11-11 Gregory P.... whitespace fix
2012-11-11 Gregory P.... Fix issue #16140 bug that the fix to issue #16327 added...
2012-11-11 Gregory P.... Fixes issue #16327: The subprocess module no longer...
2012-11-11 Gregory P.... Fixes issue #14396: Handle the odd rare case of waitpid...
2012-11-11 Gregory P.... Fixes issue #9535: Fix pending signals that have been...
2012-11-11 Nadeem VawdaFix typo in backporting fix of issue #16411 to 2.7.
2012-11-11 Nadeem VawdaIssue #16411: Fix a bug where zlib.decompressobj()...
2012-11-11 Nadeem VawdaIssue #16350, part 2: Set unused_data (and unconsumed_t...
2012-11-10 Chris JerdonekBackport from 3.2: adjust set and frozenset function...
2012-11-10 Chris JerdonekBackport from 3.2: improve FAQ link in documentation...
2012-11-09 Chris WithersBug #16441: avoid excessive memory usage working with...
2012-11-09 Ezio Melotti#13301: use ast.literal_eval() instead of eval() in...
2012-11-08 Ezio Melotti#16440: fix exception type and clarify example.
2012-11-08 Andrew SvetlovIssue #16439: Fix markup in example for stdtypes.
2012-11-08 Ezio Melotti#16433: fix docstring of assertNotEqual.
2012-11-08 Ezio Melotti#11481: fix markup.
2012-11-08 Ezio Melotti#11481: update copy_reg docs and add example.
2012-11-08 Ezio Melotti#10385: use the mod role in subprocess docs.
2012-11-07 Hynek SchlawackIssue #15001: fix segfault on "del sys.modules['__main__']"
2012-11-04 Nadeem VawdaIssue #16350: Fix zlib decompressor handling of unused_...
2012-11-04 Ezio MelottiFix typo.
2012-11-04 Ezio Melotti#5057: the peepholer no longer optimizes subscription...
2012-11-04 Ezio Melotti#16304: clarify match objects docs. Initial patch...
2012-11-04 Jesus CeaCloses #16183: ZipExtFile object close without file...
next