]> granicus.if.org Git - python/shortlog
python
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...
2012-05-05 Nadeem VawdaFix typo in changeset eb5c5c23ca9b.
2012-05-04 Antoine PitrouMerge
2012-05-04 Antoine PitrouAdd some whatsnew entries
2012-05-04 Brett CannonClean up a docstring.
2012-05-04 Antoine PitrouSimplify code for load_dynamic()
2012-05-04 Antoine PitrouMerge
2012-05-04 Antoine PitrouKill remaining mentions of import_nt.c
2012-05-04 Brett CannonKill off another entry of import_nt.c
2012-05-04 Brett CannonIssue #13959: Move module type constants to Lib/imp.py.
2012-05-04 Brett Cannonmerge
2012-05-04 Brett CannonRemove dead Windows code which no longer will compile.
2012-05-04 Brett Cannonupdate importlib.h
2012-05-04 Vinay SajipCloses #14093: Added Mercurial version information...
2012-05-04 Brett CannonJython-friendly tweak.
2012-05-04 Brett CannonIssue #13959: Re-implement imp.get_suffixes() in Lib...
2012-05-04 Brett CannonProperly mark names in importlib._bootstrap as private.
2012-05-04 Benjamin Petersoninitialization not needed
2012-05-04 Antoine PitrouFix test connecting to sha256.tbs-internet.com.
2012-05-04 Antoine PitrouFix test connecting to sha256.tbs-internet.com.
2012-05-04 Richard OudkerkFix for fatal errors in os.*utime*()
2012-05-04 Larry HastingsIssue #14127: Fix two bugs with the Windows implementation.
2012-05-04 Richard OudkerkGive test_multiprocessing better chance of avoiding...
2012-05-04 Benjamin Petersonwhat is a invalid tuple?
2012-05-04 Benjamin Petersonclean up converted path on error
2012-05-04 Benjamin Petersonavoid unitialized memory
2012-05-04 Benjamin Petersoncheck correct variable for error
2012-05-03 Victor Stinnerunicode_writer: don't force inline when it is not necessary
2012-05-03 Benjamin Petersonmerge 3.2 (#14717)
2012-05-03 Benjamin Petersonclose() doesn't take any args (closes #14717)
2012-05-03 Benjamin Petersonif the kind of the string to count is larger than the...
2012-05-03 Victor Stinnerunicode_writer: add finish() method and assertions...
2012-05-03 Larry HastingsIssue #14127: Fix no-op stub for platforms that lack...
2012-05-03 Richard OudkerkFix dangling warning for test_multiprocessing
2012-05-03 Victor StinnerIssue #14687: Remove redundant length attribute of...
2012-05-03 Victor StinnerIssue #14687: Cleanup unicode_writer_prepare()
2012-05-03 Victor StinnerIssue #14687: str%tuple now uses an optimistic "unicode...
next