]> granicus.if.org Git - python/shortlog
python
2012-05-12 Stefan KrahIssue #14779: Do not use get_config_var('SIZEOF_VOID_P...
2012-05-12 Antoine PitrouMerge
2012-05-12 Antoine PitrouIssue #14082: shutil.copy2() now copies extended attrib...
2012-05-12 Antoine PitrouFix refleaks introduced by 83da67651687.
2012-05-12 Antoine PitrouFix logic error introduced by 83da67651687.
2012-05-12 Ross LagerwallRemove uninitialized compiler warning.
2012-05-11 Benjamin Petersonsimplify by shortcutting when the kind of the needle...
2012-05-11 Brett CannonIssue #13959: Have
2012-05-11 Brett CannonDeprecate the imp constants related to imp.get_suffixes().
2012-05-11 Brett CannonUpdate importlib.h
2012-05-11 Brett CannonIssue #13959: Deprecate imp.get_suffixes() for new...
2012-05-11 Brett CannonIssue #14764: Update importlib.test.benchmark to work...
2012-05-11 Ned Deilymerge
2012-05-11 Ned DeilyIssue #14662: Prevent shutil failures on OS X when...
2012-05-11 Ned DeilyIssue #14662: Prevent shutil failures on OS X when...
2012-05-10 Benjamin Petersonuse yield from
2012-05-10 Antoine PitrouIssue #14157: Fix time.strptime failing without a year...
2012-05-10 Antoine PitrouIssue #14157: Fix time.strptime failing without a year...
2012-05-10 Richard OudkerkIssue #14753: Make multiprocessing treat negative timeo...
2012-05-10 Antoine PitrouIssue #14738: Speed-up UTF-8 decoding on non-ASCII...
2012-05-10 Antoine PitrouSome nits in the pickle docs.
2012-05-10 Antoine PitrouSome nits in the pickle docs.
2012-05-10 Antoine PitrouRemoved outdated statement about pickle's and marshal...
2012-05-10 Antoine PitrouRemoved outdated statement about pickle's and marshal...
2012-05-10 Ezio Melotti#14763: merge with 3.2.
2012-05-10 Ezio Melotti#14763: document default maxsplit value for str.split.
2012-05-10 Jesus CeaMERGE: Closes #14768: os.path.expanduser('~/a') doesn...
2012-05-10 Jesus CeaCloses #14768: os.path.expanduser('~/a') doesn't works...
2012-05-09 Victor StinnerRename unicode_write_t structure and its methods to...
2012-05-09 Victor StinnerIssue #14744: Inline unicode_writer_write_char() and...
2012-05-09 Antoine PitrouNull merge for issue #14761.
2012-05-09 Antoine PitrouIssue #14761: Fix potential leak on an error case in...
2012-05-09 Larry HastingsIssue #14746: Remove redundant paragraphs from skipitem...
2012-05-09 R David MurrayMerge: Improve the grammar of a non-sentence.
2012-05-09 R David MurrayImprove the grammar of a non-sentence.
2012-05-09 Victor Stinnerunicode_writer_finish() checks string consistency
2012-05-08 Richard OudkerkIssue #14727: Fix race in test_multiprocessing
2012-05-08 Richard OudkerkMinor fix for test_multiprocessing
2012-05-08 Benjamin Petersonmerge 3.2 (#14752)
2012-05-08 Benjamin Petersonfix possible refleak (closes #14752)
2012-05-08 Larry HastingsMerge from 3.2. Issue #14749: Add support for 'Z'...
2012-05-08 Larry HastingsIssue #14749: Add support for 'Z' to skipitem() in...
2012-05-08 Benjamin Petersonmerge 3.2
2012-05-08 Benjamin Petersonremove basically bitrotted XXXs
2012-05-08 Benjamin Petersonexplicitly set UnsupportedOperation's module rather...
2012-05-07 Victor StinnerBackout ab500b297900: the check for integer overflow...
2012-05-07 Mark DickinsonIssue #14742: Don't include DirectoryTestCase from...
2012-05-07 Antoine PitrouIssue #14583: Fix importlib bug when a package's __init...
2012-05-07 Mark DickinsonIssue #14741: Merge fix from 3.2.
2012-05-07 Mark DickinsonIssue #14741: Fix missing support for ellipsis in parse...
2012-05-07 Mark DickinsonIssue #14697: Merge fix from 3.2.
2012-05-07 Mark DickinsonIssue #14697: Fix missing parser module support for...
2012-05-07 Victor StinnerIssue #14716: Change integer overflow check in unicode_...
2012-05-07 Mark DickinsonIssue #14701: Add missing support for 'raise ... from...
2012-05-07 Victor StinnerClose #14716: str.format() now uses the new "unicode...
2012-05-07 Mark DickinsonIssue #14701: Merge fix from 3.2.
2012-05-07 Mark DickinsonIssue #14700: Fix two broken and undefined-behaviour...
2012-05-07 Larry HastingsIssue #14705: Added support for the new 'p' format...
2012-05-07 Mark DickinsonAdd John Regehr to Misc/ACKS for his help with finding...
2012-05-07 Mark DickinsonIssue #14695: Run Tools/parser/test_unparse.py as part...
2012-05-07 Mark DickinsonMerge Misc/NEWS issue number fix from 3.2
2012-05-07 Mark DickinsonFix issue number in Misc/NEWS.
2012-05-06 Richard OudkerkAdd Misc/NEWS entry for rev b4a1d9287780
2012-05-06 Nadeem VawdaFix buildbot failures in test_lzma.
2012-05-06 Nadeem VawdaRename lzma.check_is_supported() to is_check_supported...
2012-05-06 Nadeem VawdaAdd lzma.{encode,decode}_filter_properties().
2012-05-06 Georg BrandlMerge with 3.2.
2012-05-06 Georg BrandlFix document title for Sphinx.
2012-05-06 Nadeem VawdaReally fix test_gzip failures on Windows.
2012-05-06 Mark DickinsonIssue #14965: Bring Tools/parser/unparse.py up to...
2012-05-06 Mark DickinsonIssue #14965: Fix missing support for starred assignmen...
2012-05-06 Richard OudkerkMake test_multiprocessing more lenient about another...
2012-05-06 Richard OudkerkMake AcquirerProxy.acquire() support timeout argument
2012-05-06 Antoine PitrouFix too early decrefs.
2012-05-06 Nadeem VawdaFix test_gzip failures on Windows.
2012-05-06 Ezio Melotti#14034: merge indentation fixes from 3.2.
2012-05-06 Ezio Melotti#14034: fix indentation.
2012-05-06 Ezio MelottiMerge heads.
2012-05-06 Ezio Melotti#14034: merge argparse tutorial from 3.2.
2012-05-06 Nadeem VawdaSeparate tests for gzip.GzipFile and gzip.open.
2012-05-06 Ezio Melotti#14034: added the argparse tutorial. Patch by Tshepang...
2012-05-06 Nadeem VawdaCloses #13989: Add support for text modes to gzip.open().
2012-05-06 Nadeem VawdaFix formatting of preset values for exception messages...
2012-05-06 Vinay Sajip#12660: Skip test_gdb when run from an installed Python.
2012-05-06 Vinay SajipIssue #9116: Allowed test to pass on Windows by adjusti...
2012-05-06 Vinay SajipCloses #14729: Allowed test to pass on Windows by adjus...
2012-05-06 Georg Brandlmerge with 3.2
2012-05-06 Georg Brandl#13183: backport fixes to test_pdb to 3.2 branch
2012-05-06 Georg BrandlFix some rst errors in NEWS.
2012-05-06 Georg BrandlPost-3.3a3 bump.
2012-05-06 Larry HastingsUpdate Misc/NEWS for issues #14127 and #14705. (And...
2012-05-06 Benjamin PetersonBacked out changeset 709850f1ec67
2012-05-06 Larry HastingsUpdate Misc/NEWS for issues #14127 and #14705. (And...
2012-05-05 Larry HastingsIssue #14705: Add 'p' format character to PyArg_ParseTu...
2012-05-05 Stefan KrahFix typo in exception message.
2012-05-05 Richard OudkerkDummy merge
2012-05-05 Richard OudkerkFix for issue 14725 for 3.2 branch
2012-05-05 Richard OudkerkFix for Issue 14725 for 3.3 branch.
2012-05-05 Lars GustäbelIssue #13815: TarFile.extractfile() now returns io...
2012-05-05 Benjamin Petersondon't append the bytecode suffix to the source suffixes...
next