]> granicus.if.org Git - python/shortlog
python
2012-11-06 Victor StinnerClose #16311: Use the _PyUnicodeWriter API in text...
2012-11-06 Victor StinnerIssue #16414: Fix test_os on Windows, don't test os...
2012-11-06 Stefan KrahMerge.
2012-11-06 Stefan KrahMerge.
2012-11-06 Victor StinnerIssue #16414: Test more characters for support.FS_NONASCII
2012-11-06 Victor StinnerIssue #16414: Fix typo in support.TESTFN_NONASCII ...
2012-11-06 Stefan KrahNull merge.
2012-11-06 Victor StinnerIssue #16414: Fix support.TESTFN_UNDECODABLE and test_g...
2012-11-06 Stefan KrahBackport fc8f1b1c76bf.
2012-11-06 Victor StinnerIssue #16414: Add support.FS_NONASCII and support.TESTF...
2012-11-06 Tim GoldenReversed changes from issue9584
2012-11-06 Tim GoldenBacked out changeset dafca4714298
2012-11-06 Tim GoldenBacked out changeset 5cf6c427fd39
2012-11-06 Tim GoldenCorrect mis-indented whitespace
2012-11-06 Tim Goldenissue9584: Add {} list expansion to glob. Original...
2012-11-05 Ezio MelottiMerge typo fix.
2012-11-05 Ezio MelottiFix typo noticed by Tom Lynn.
2012-11-05 Nick CoghlanMerge #6717 crasher from 3.3
2012-11-05 Nick CoghlanMerge #6717 crasher from 3.2
2012-11-05 Nick CoghlanRecord a known crasher from #6717
2012-11-05 Nick CoghlanMerge from 3.3
2012-11-05 Nick CoghlanThe migration to importlib eliminated this crasher
2012-11-05 Andrew SvetlovIssue #15641: Clean up deprecated classes from importlib
2012-11-05 Andrew SvetlovRevome extra .py suffix
2012-11-05 Andrew SvetlovIssue #16218: Fix test for issue again
2012-11-05 Victor Stinner(Merge 3.3) Close #15165: Fix test_email on Windows...
2012-11-05 Victor StinnerClose #15165: Fix test_email on Windows 64 bits
2012-11-05 Victor StinnerIssue #15478: Fix test_pep277 on Windows
2012-11-05 Victor StinnerIssue #15478: Oops, fix regression in os.open() on...
2012-11-04 Nadeem VawdaIssue #16350: Fix zlib decompressor handling of unused_...
2012-11-04 Nadeem VawdaIssue #16350: Fix zlib decompressor handling of unused_...
2012-11-04 Nadeem VawdaIssue #16350: Fix zlib decompressor handling of unused_...
2012-11-04 Victor Stinner(Merge 3.3) Issue #8271: Fix compilation on Windows
2012-11-04 Victor StinnerIssue #8271: Fix compilation on Windows
2012-11-04 Ezio Melotti#5057: null merge with 3.3 (only add tests).
2012-11-04 Ezio Melotti#5057: null merge with 3.2 (only add tests).
2012-11-04 Ezio Melotti#5057: the peepholer no longer optimizes subscription...
2012-11-04 Ezio Melotti#8271: merge with 3.3.
2012-11-04 Ezio Melotti#8271: the utf-8 decoder now outputs the correct number...
2012-11-04 Stefan KrahFix copy&paste errors and reformulate the tests.
2012-11-04 Nick CoghlanMerge from 3.3
2012-11-04 Nick CoghlanProperly credit patch
2012-11-04 Nick CoghlanIssue #5765: Merge from 3.3
2012-11-04 Nick CoghlanIssue #5765: Also check the compiler when finding the...
2012-11-04 Nick CoghlanIssue #5765: Merge from 3.3
2012-11-04 Nick CoghlanIssue #5765: Apply a hard recursion limit in the compiler
2012-11-04 Mark DickinsonIssue #16402: Merge fix from 3.3
2012-11-04 Mark DickinsonIssue #16402: Merge fix from 3.2
2012-11-04 Mark DickinsonIssue #16402: In range slicing, fix shadowing of except...
2012-11-04 Ezio Melotti#16304: merge with 3.3.
2012-11-04 Ezio Melotti#16304: merge with 3.2.
2012-11-04 Ezio Melotti#16304: clarify match objects docs. Initial patch...
2012-11-04 Antoine PitrouIssue #15837: add some tests for random.shuffle().
2012-11-03 Christian HeimesFix compilation on Windows
2012-11-03 Christian HeimesFix compilation on Windows
2012-11-03 Christian HeimesFix compilation on Windows
2012-11-03 Éric AraujoMerge 3.3
2012-11-03 Éric AraujoAvoid fd leak in example. Caught by Serhiy.
2012-11-03 Éric AraujoBranch merge
2012-11-03 Éric AraujoBranch merge
2012-11-03 Éric AraujoBranch merge
2012-11-03 Éric AraujoMerge 3.3
2012-11-03 Éric AraujoAdd examples for opener argument of open (#13424).
2012-11-03 Ezio Melotti#16336: merge with 3.3.
2012-11-03 Ezio Melotti#16336: merge with 3.2.
2012-11-03 Ezio Melotti#16336: fix input checking in the surrogatepass error...
2012-11-03 Ezio MelottiMerge typo fixes (and the fix for #8401 that I wrongly...
2012-11-03 Ezio MelottiMerge typo fixes with 3.2.
2012-11-03 Ezio MelottiFix a couple typos in Misc/NEWS.
2012-11-03 Ezio Melotti#8401: merge with 3.3.
2012-11-03 Ezio Melotti#8401: merge with 3.2.
2012-11-03 Ezio Melotti#8401: assigning an int to a bytearray slice (e.g....
2012-11-03 Chris JerdonekMerge from 3.3: link to mapping glossary entry in docs.
2012-11-03 Chris JerdonekMerge from 3.2: link to mapping glossary entry in docs.
2012-11-03 Chris JerdonekLink to mapping glossary entry in "Mapping Types -...
2012-11-03 Ezio Melotti#12759: merge with 3.3.
2012-11-03 Ezio Melotti#12759: merge with 3.2.
2012-11-03 Ezio Melotti#12759: sre_parse now raises a proper error when the...
2012-11-03 Ezio Melotti#4711: merge with 3.3.
2012-11-03 Ezio Melotti#4711: merge with 3.2.
2012-11-03 Ezio Melotti#4711: break long words in the docs sidebar to avoid...
2012-11-03 Ezio Melotti#16152: merge with 3.3.
2012-11-03 Ezio Melotti#16152: merge with 3.2.
2012-11-03 Ezio Melotti#16152: fix tokenize to ignore whitespace at the end...
2012-11-03 Andrew SvetlovIssue #7317: Display full tracebacks when an error...
2012-11-03 Andrew SvetlovIssue #16284: Prevent keeping unnecessary references...
2012-11-03 Andrew SvetlovIssue #16218: skip test if filesystem doesn't support...
2012-11-03 Andrew SvetlovIssue #16309: Make PYTHONPATH= behavior the same as...
2012-11-03 Andrew SvetlovIssue #16218: Fix broken test for supporting nonascii...
2012-11-02 Andrew SvetlovIssue #16261: fix bare excepts in Doc/
2012-11-02 Stefan KrahMerge 3.3.
2012-11-02 Stefan KrahIssue #15814: Use hash function that is compatible...
2012-11-02 Stefan KrahMerge 3.3.
2012-11-02 Stefan KrahIssue #16145: Support legacy strings in the _csv module.
2012-11-02 Georg Brandlmerge with 3.3
2012-11-02 Georg Brandlmerge with 3.2
2012-11-02 Georg BrandlGrammar touchup.
2012-11-01 Andrew SvetlovMerge issue #1207589: Add Cut/Copy/Paste items to IDLE...
2012-11-01 Andrew SvetlovMerge issue #1207589: Add Cut/Copy/Paste items to IDLE...
2012-11-01 Andrew SvetlovIssue #1207589: Add Cut/Copy/Paste items to IDLE right...
next