2011-03-25 |
Raymond Hettinger | Issue #11071: Fix whatsnew description of O/S access... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Raymond Hettinger | Issue #11071: Fix whatsnew description of O/S access... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
R David Murray | Merge #11584: Since __getitem__ returns headers, make... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
R David Murray | #11584: Since __getitem__ returns headers, make decode_... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Ezio Melotti | #2650: Merge with 3.2. |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Ezio Melotti | #2650: Merge with 3.1. |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Ezio Melotti | #2650: Refactor re.escape to use enumerate(). |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Ezio Melotti | #2650: Add tests with non-ascii chars for re.escape. |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Ezio Melotti | #2650: Refactor the tests for re.escape. |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Thomas Wouters | Revert the Lib/test/test_bigmem.py changes from commit... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Kurt B. Kaiser | Merge from 3.2 again |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Kurt B. Kaiser | Merge from 3.1 again |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Kurt B. Kaiser | Merge from 3.2 again |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Kurt B. Kaiser | Merge 3.2 heads |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Kurt B. Kaiser | Merge default heads |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Eli Bendersky | Issue #11634: Remove misleading paragraph from a comment |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Kurt B. Kaiser | Merge heads |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Kurt B. Kaiser | Merge 3.2 |
commit | commitdiff | tree | snapshot |
2011-03-24 |
R David Murray | #11093: make NOTTESTS empty by renaming confusingly... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
R David Murray | #11031: Add --testdir to specify where to find tests |
commit | commitdiff | tree | snapshot |
2011-03-24 |
R David Murray | #11030: make --coverdir work for relative directories... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Raymond Hettinger | Remove test_importable(). Couldn't see how to make... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Kurt B. Kaiser | Merge 3.1 |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Kurt B. Kaiser | Merge 3.2 |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Raymond Hettinger | Isolate the test_source() test in test_collections |
commit | commitdiff | tree | snapshot |
2011-03-24 |
R David Murray | Merge #11606: improved body_encode algorithm, no longer... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
R David Murray | Merge #11606: improved body_encode algorithm, no longer... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
R David Murray | #11606: improved body_encode algorithm, no longer produ... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Kurt B. Kaiser | Merge 3.1 |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Victor Stinner | Merge 3.2 |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Victor Stinner | Merge 3.1 |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Victor Stinner | test_multiprocessing: use assertLess() to see the timeo... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Antoine Pitrou | Add tests for the atexit hook in concurrent.futures... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Antoine Pitrou | Add tests for the atexit hook in concurrent.futures... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Senthil Kumaran | issue11236 getpass.getpass to respond ctrl-c or ctrl-z |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Senthil Kumaran | issue10883 - Silence some ftp related ResourceWarnings... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Senthil Kumaran | issue10883 - Silence some ftp related ResourceWarnings... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Raymond Hettinger | Add tests for _source to importable and exec'able. |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Brett Cannon | Remove a stale comment. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Brett Cannon | Make importlib compatible with __import__ by "fixing... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Brett Cannon | Have importlib use the repr of a module name in error... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Antoine Pitrou | Issue #11653: fix -W with -j in regrtest. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Antoine Pitrou | Add NEWS entry for 9aa6097131ef |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Antoine Pitrou | Issue #11653: fix -W with -j in regrtest |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Raymond Hettinger | Minor clean-ups. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Raymond Hettinger | Add news entry for the _source attribute created by... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Raymond Hettinger | Merge |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Raymond Hettinger | Expose the namedtuple source with a _source attribute. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
R David Murray | Merge #11590: fix quoprimime decode handling of empty... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
R David Murray | Merge #11590: fix quoprimime decode handling of empty... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
R David Murray | #11590: fix quoprimime decode handling of empty strings... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Antoine Pitrou | Allow "-j0" as an argument to regrtest, to automaticall... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Antoine Pitrou | Fix transmitting warning options to the children when... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Raymond Hettinger | Move namespace setup inside the template. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
R David Murray | Merge #11589: add additional tests for the email quopri... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
R David Murray | Merge #11589: add additional tests for the email quopri... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
R David Murray | #11589: add additional tests for the email quoprimime... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Mark Dickinson | Issue #11244: Remove outdated peepholer check that... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Raymond Hettinger | Fix set representation in an example. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Raymond Hettinger | Minor named tuple clean-ups. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Raymond Hettinger | Factor-out named tuple class definition template strings. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Éric Araujo | Branch merge |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Éric Araujo | Merge from 3.2 |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Éric Araujo | Branch merge |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Éric Araujo | Merge from 3.2. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Éric Araujo | Merge from 3.1. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Antoine Pitrou | Use transient_internet() consistently in test_imaplib |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Antoine Pitrou | Use transient_internet() consistently in test_imaplib |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Éric Araujo | Fix obscure set crashers (#8420). Backport of d56b3caf... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Éric Araujo | Do not touch sys.path when site is imported and python... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Raymond Hettinger | Issue #10610: Document that int(), float(), and complex... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Raymond Hettinger | Issue #10610: Document that int(), float(), and complex... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Raymond Hettinger | Issue #10610: Document that int(), float(), and complex... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Kurt B. Kaiser | Merge from 3.2 |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Issue #10771: Clarify that descriptors get used in... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Issue #10771: Clarify that descriptors get used in... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Issue #10771: Clarify that descriptors get used in... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Kurt B. Kaiser | Merge from 3.1 |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Issue 10787: Document the probability density function... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Issue 10787: Document the probability density function... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Issue 10787: Document the probability density function... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Issue 10988: fix description of super's descriptor... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Issue 10988: fix description of super's descriptor... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Issue 10988: fix description of super's descriptor... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Clean-up whitespace. |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Replace **locals() with explicit field names. |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Simplify the named tuple template by using the new... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Improve readability by replacing '\n' in template with... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Issue #11333: Add __slots__ to the collections ABCs. |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Antoine Pitrou | Merge |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Antoine Pitrou | Merge |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Antoine Pitrou | Use shorter timings in test_concurrent_futures to make... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Issue #11625: Fix Typo |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Issue #11625: Fix Typo |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Issue #11625: Fix Typo |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Victor Stinner | Issue #11630, issue #3080: Fix refleak introduced by... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Issue #11628: cmp_to_key should use __slots__. |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Raymond Hettinger | Issue #11628: cmp_to_key should use __slots__. |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Victor Stinner | Issue #3080: On DJGPP, case_bytes() returns -1 to signa... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Victor Stinner | Issue #7330, #10833: Replace %100s by %.100s and %200s... |
commit | commitdiff | tree | snapshot |
next |