2009-09-01 |
Georg Brandl | Merged revisions 74542,74544-74548,74550,74554-74555... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Georg Brandl | #6732: fix return value of module init function in... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Georg Brandl | #6754: remove old struct member nb_inplace_divide. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Georg Brandl | Recorded merge of revisions 74614 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Georg Brandl | #6814: remove traces of xrange(). |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Georg Brandl | Recorded merge of revisions 74608 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Senthil Kumaran | Doc fix for issue2637. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Mark Dickinson | Merged revisions 74604 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Brett Cannon | Clarify why test_import is failing under importlib. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Brett Cannon | Loosen an exception test in test_import to not require... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Brett Cannon | Trying to import a submodule from another module and... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Brett Cannon | test_pep3120 is no longer a problem for importlib as... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Brett Cannon | Make the exception message check for malformed UTF... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Brett Cannon | When the globals argument to importlib.__import__(... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Brett Cannon | Turn on verbose2 for importlib.test.regrtest so as... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Brett Cannon | Raise TypeError if the name given to importlib.__import... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Brett Cannon | Fix the importlib_only test decorator to work again... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Brett Cannon | Use the public API, not a private one. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Brett Cannon | Allow importlib.__import__ to accept any iterable for... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Brett Cannon | Provide module docstrings for the two main test drivers... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Brett Cannon | Tweak importlib.test.regrtest to only specify the impli... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Brett Cannon | Document the import semantics that if None is found... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Brett Cannon | Have importlib raise ImportError if None is found in... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Amaury Forgeot... | Merged revisions 74581 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Benjamin Peterson | Blocked revisions 72880,74098,74100,74463,74522,74537... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Mark Dickinson | Blocked revisions 74575 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Lars Gustäbel | Merged revisions 74571 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Mark Dickinson | Merged revisions 74564 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Brett Cannon | Add a test file to importlib that runs regrtest using... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Brett Cannon | Add support for a --builtin argument to importlib.test... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Brett Cannon | Move over to using assertRaises as a context manager... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Brett Cannon | Make __package__ setting tests specific to importlib... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Brett Cannon | Move a test-skipping decorator over to unittest.skipIf. |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Benjamin Peterson | the old buffer object doesn't exist in Python 3 #6659 |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Tarek Ziadé | Merged revisions 74533 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Vinay Sajip | Added section on exceptions raised during logging. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Tarek Ziadé | Merged revisions 74526 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Tarek Ziadé | Blocked revisions 74503 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Brett Cannon | Clean up a minor bit of wording. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Guilherme Polo | Merged revisions 74507-74511,74517 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Skip Montanaro | missing module ref (issue6723) |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Tarek Ziadé | Merged revisions 74501 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Tarek Ziadé | Merged revisions 74495 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Tarek Ziadé | Merged revisions 74493 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Vinay Sajip | Further refined section on logging to one file from... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Gregory P.... | Merged revisions 74479 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Frank Wierzbicki | Merged revisions 74477 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Gregory P.... | Merged revisions 74475 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Guilherme Polo | Moved entry about issue #1135 to the proper place. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Guilherme Polo | Merged revisions 74471-74472 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Senthil Kumaran | Fixing Issue6711 - macurl2path has typos that raise... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Vinay Sajip | Refined section on logging to one file from multiple... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Vinay Sajip | Added section on logging to one file from multiple... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Benjamin Peterson | Blocked revisions 74445 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-08-15 |
Benjamin Peterson | Merged revisions 74457 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Guilherme Polo | Merged revisions 74446-74449 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Georg Brandl | Recorded merge of revisions 74429 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Brett Cannon | Backport of r77429. Not merged/blocked as svnmerge... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Georg Brandl | Merged revisions 74411 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Georg Brandl | Merged revisions 74404 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Georg Brandl | Fix duplicate sentence. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Georg Brandl | #6694: fix old function names. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Georg Brandl | Merged revisions 74328,74332-74333,74365 via svnmerge... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Georg Brandl | #6126: fix pdb stepping and breakpoints by giving the... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Benjamin Peterson | search through db.h in binary #6680 |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Benjamin Peterson | fix typo in c++ ifdef |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Antoine Pitrou | Fix typo |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Antoine Pitrou | Merged revisions 74336 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Philip Jenvey | typo |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Georg Brandl | #6648: mention surrogateescape handler where all standa... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Mark Dickinson | Issue #6622: Fix 'variable referenced before assignmen... |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Alexandre Vassalotti | Issue 5449: Fix io.BytesIO to not accept arbitrary... |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Mark Dickinson | Merged revisions 74312 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Georg Brandl | Slightly improve buffer-related error message. |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Georg Brandl | Merged revisions 74307 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Mark Dickinson | Merged revisions 74303 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Raymond Hettinger | Issue 6637: defaultdict.copy() failed with an empty... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Georg Brandl | #6618: fix invalid 3k syntax. |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Frank Wierzbicki | Merged revisions 74291 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Mark Dickinson | Issues #2715, #6621: Remove unused and undefined refere... |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Mark Dickinson | Merged revisions 74285 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Mark Dickinson | Blocked revisions 74281 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Mark Dickinson | Issue #6595: Allow Decimal constructor to accept non... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Sean Reifscheider | - Issue #6624: yArg_ParseTuple with "s" format when... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Eric Smith | Merged revisions 74269 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Mark Dickinson | Merged revisions 74265 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Alexandre Vassalotti | Merged revisions 74075,74187,74197,74201,74216,74225... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Alexandre Vassalotti | Blocked revisions 74134,74147 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Alexandre Vassalotti | Merged revisions 74074,74077,74111,74188,74192-74193... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Georg Brandl | Blocked revisions 74256 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Georg Brandl | #6586: fix return/argument type doc for os.read() and... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
R. David Murray | Recorded merge of revisions 74228 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Georg Brandl | Merged revisions 74239 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Amaury Forgeot... | Merged revisions 74245 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Amaury Forgeot... | Blocked revisions 74243 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Mark Dickinson | Blocked revisions 74240 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Mark Dickinson | Issue #6561: '\d' in a regular expression should match... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Mark Dickinson | Blocked revisions 74234 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Mark Dickinson | Merged revisions 74184,74230 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Raymond Hettinger | Issue 6573: Fix set.union() for cases where self is... |
commit | commitdiff | tree | snapshot |
next |