]> granicus.if.org Git - python/shortlog
python
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...
2012-11-03 Christian HeimesFix compilation on Windows
2012-11-03 Ezio MelottiFix a couple typos in Misc/NEWS.
2012-11-03 Ezio MelottiMerge heads.
2012-11-03 Chris JerdonekBackport from 3.2: link to mapping glossary entry in...
2012-11-03 Ezio Melotti#8401: assigning an int to a bytearray slice (e.g....
2012-11-03 Ezio Melotti#12759: sre_parse now raises a proper error when the...
2012-11-03 Ezio Melotti#4711: break long words in the docs sidebar to avoid...
2012-11-03 Ezio MelottiRemove trailing whitespace.
2012-11-03 Ezio Melotti#16152: fix tokenize to ignore whitespace at the end...
2012-11-02 Georg BrandlGrammar touchup.
2012-11-01 Andrew SvetlovIssue #1207589: Add Cut/Copy/Paste items to IDLE right...
2012-11-01 Andrew SvetlovReword set docs to use *proper subset/superset* termino...
2012-11-01 Antoine PitrouIssue #16230: Fix a crash in select.select() when one...
2012-11-01 Antoine PitrouIssue #16228: Fix a crash in the json module where...
2012-10-31 Mark DickinsonIssue #16377: fix missed test due to incorrect indentat...
2012-10-31 Andrew SvetlovIssue #14900: document added sort keys for profile...
2012-10-31 Mark DickinsonIssue #16348: Fix incorrect documentation for Decimal...
2012-10-31 Benjamin Petersonavoid a function call with redundant checks for dict...
2012-10-31 Benjamin Petersonfix spelling
2012-10-31 Benjamin Petersononly fast-path fromkeys() when the constructor returns...
2012-10-31 Jesus CeaCloses #16369: Global PyTypeObjects not initialized...
2012-10-31 R David Murray#16371: fix up the English.
2012-10-31 Andrew SvetlovIssue #16370: Mention Py_SetProgramName in example...
2012-10-31 Andrew SvetlovFix docstring for deque ctor to mark iterable parameter...
2012-10-31 Benjamin Petersoninitialize more global type objects (closes #16369)
2012-10-30 Andrew SvetlovIssue #16341: convert examples to use except ... as...
2012-10-29 Petri Lehtinen#14897: Enhance error messages of struct.pack and struc...
2012-10-28 Chris JerdonekBackport from 3.2: remove "Release" and "Date" markers...
2012-10-28 Nadeem VawdaAdd test for BZ2Decompressor.decompress("") after end...
2012-10-28 Andrew SvetlovIssue #14570: Document json sort_keys parameter properly.
2012-10-28 Georg BrandlRemove confusing "Release" and "Date" markers from...
2012-10-28 Mark DickinsonIssue #14700: Fix buggy overflow checks for large preci...
2012-10-28 Georg Brandlchangeset: 80007:49e4541f2aef
2012-10-28 Andrew SvetlovIssue #14616: Document pipes.quote and mention this...
2012-10-28 Georg BrandlUpdate current version of the "dailybuild" script.
2012-10-28 Georg BrandlUpdate current version of the "dailybuild" script.
2012-10-28 Georg BrandlAdd a autobuild-quick target that only rebuilds HTML.
2012-10-28 Georg Brandlmerge with 2.6
2012-10-28 Georg Brandl#8040: port versionswitcher patch to 2.6.
2012-10-27 Ezio Melotti#8040: fix the version.
2012-10-27 Ezio Melotti#8040: enable the versionswitcher for the autobuild...
2012-10-27 Ezio Melotti#8040: add a version switcher to the documentation...
2012-10-27 R David Murray#12890: don't emit <p> tags in text mode when logdir...
2012-10-27 R David Murray#15043: Improve test_gdb support of gdb >= 7.4.
2012-10-27 Senthil KumaranAdd some tests in 2.7 for Issue #16250
2012-10-27 Trent NelsonIssue #16274: Fix test_asyncore on Solaris.
2012-10-26 Ezio Melotti#16332: use "except OSError as e" in subprocess docs...
2012-10-26 Ezio Melotti#16206: Improve examples about dict construction.
2012-10-26 Chris JerdonekBackport from 3.2: fix formatting of syntax description...
2012-10-24 Ezio Melotti#16303: remove extra quotes from exception and add...
next