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-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 |
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 |
2011-03-21 |
R David Murray | Fix rename spelling error. |
commit | commitdiff | tree | snapshot |
2011-03-21 |
R David Murray | Dummy merge to overlay fixed email.test move on top... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
R David Murray | Correctly move email package tests to Lib/test. |
commit | commitdiff | tree | snapshot |
2011-03-21 |
R David Murray | Prepare for move of email tests. |
commit | commitdiff | tree | snapshot |
2011-03-21 |
R David Murray | Move email tests to Lib/test package and modernize... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
R David Murray | Make regrtest recognize test packages as well as test... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Antoine Pitrou | Always print out the traceback when a test "crashed" |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Antoine Pitrou | Always print out the traceback when a test "crashed" |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Antoine Pitrou | Try to make test_import a bit more robust |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Antoine Pitrou | Try to make test_import a bit more robust |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Antoine Pitrou | Relax timing check (seen a buildbot failure on this) |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Antoine Pitrou | Relax timing check (seen a buildbot failure on this) |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Victor Stinner | Issue #10833: Use PyErr_Format() and PyUnicode_FromForm... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Victor Stinner | Issue #10833: Remove the buffer allocated on the stack... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Reid Kleckner | Fix timeout error message on windows to not be in milli... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Antoine Pitrou | Issue #11621: fix bootstrap issue with getopt/gettext... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Victor Stinner | Issue #10833: Use PyUnicode_FromFormat() and PyErr_Form... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Victor Stinner | _elementtree.c: remove trailing spaces |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Georg Brandl | Merge to default. |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Georg Brandl | Merge to 3.2. |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Georg Brandl | Fix duplicate word. |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Victor Stinner | merge 3.2 (already commited before) |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Victor Stinner | merge 3.1 (already commited before) |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Victor Stinner | Issue #8651: PyArg_Parse*() functions raise an Overflow... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Éric Araujo | Fix some issue references in NEWS |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Éric Araujo | Branch merge |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Éric Araujo | Fix some issue references in NEWS |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Victor Stinner | merge 3.2 |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Victor Stinner | merge 3.1 |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Victor Stinner | Issue #5537: Fix time2isoz() and time2netscape() functi... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Victor Stinner | merge 3.2 |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Victor Stinner | time.strftime(): replace PyErr_Format() by PyErr_SetStr... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Victor Stinner | merge |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Victor Stinner | Issue #10864 has been fixed: remove the workaround |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Victor Stinner | Closes #11210: Remove PyErr_SetFromWindowsErrWithFilena... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Antoine Pitrou | Merge |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Antoine Pitrou | Merge |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Antoine Pitrou | Try to strengthen test_httpservers (issue #11617) |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Antoine Pitrou | Try to strengthen test_httpservers (issue #11617) |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Éric Araujo | Mark getopt error messages as localizable (fixes #11371). |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Éric Araujo | Fix some issue references in NEWS |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Antoine Pitrou | Issue #11127: Raise a TypeError when trying to pickle... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Victor Stinner | (merge) Issue #11395: io.FileIO().write() clamps the... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Victor Stinner | Issue #11395: io.FileIO().write() clamps the data lengt... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Victor Stinner | merge |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Victor Stinner | Fix #11586: typo in initfsencoding() |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Victor Stinner | Fix #11586: typo in initfsencoding() |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Victor Stinner | Issue #3080: imp.load_module() accepts None for the... |
commit | commitdiff | tree | snapshot |
next |