2009-12-12 |
Antoine Pitrou | Merged revisions 76763 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Mark Dickinson | Merged revisions 76755 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Mark Dickinson | Restore the svn property changes in r76754 |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Vinay Sajip | Issue #7470: logging: fix bug in Unicode encoding fallback. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Tarek Ziadé | Merged revisions 76750 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Tarek Ziadé | Merged revisions 76746 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Mark Dickinson | Merged revisions 76740 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Raymond Hettinger | Fix variants of deque.extend: d.extend(d) d+=d ... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Benjamin Peterson | remove magic number bumping from the 2.x -U option... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
R. David Murray | Merged revisions 76726-76727 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Raymond Hettinger | Add a reverse() method to collections.deque(). |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Brett Cannon | Wording clarification. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Brett Cannon | Clarify the intention of raising ImportError for import... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Antoine Pitrou | Issue #7461: objects returned by os.popen() should... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Antoine Pitrou | Merged revisions 76720 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Antoine Pitrou | Merged revisions 76718 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Antoine Pitrou | Merged revisions 76716 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Ronald Oussoren | Merged revisions 76712 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Antoine Pitrou | Merged revisions 76708 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Tarek Ziadé | Merged revisions 76702,76704 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Mark Dickinson | Fix error message, for consistency with messages for... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Martin v. Löwis | Merged revisions 76692 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Vinay Sajip | logging: Improved support for SMTP over TLS. |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Vinay Sajip | logging: Added optional 'secure' parameter to SMTPHandler. |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Benjamin Peterson | Blocked revisions 76551,76600 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Tarek Ziadé | Merged revisions 76684 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Mark Dickinson | Issue #7435: Remove duplicate int/long tests, and... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Benjamin Peterson | Blocked revisions 76679 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Benjamin Peterson | Blocked revisions 76672-76674,76676 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Mark Dickinson | Merged revisions 76668 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Mark Dickinson | Blocked revisions 76665 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Mark Dickinson | Issue #7430: Remove lingering reference to cmp in recur... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
R. David Murray | Merged revisions 76659 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Martin v. Löwis | Merged revisions 76655 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Martin v. Löwis | Merged revisions 76651 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Mark Dickinson | Blocked revisions 76648 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Mark Dickinson | Issue #7414: Add missing 'case 'C'' to skipitem() in... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Benjamin Peterson | Merged revisions 76644 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Philip Jenvey | Recorded merge of revisions 76642 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Philip Jenvey | Merged revisions 76640 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Antoine Pitrou | Merged revisions 76636 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Eric Smith | Merged revisions 76632 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Mark Dickinson | Blocked revisions 76629 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Amaury Forgeot... | Merged revisions 76625 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Ronald Oussoren | Merged revisions 76623 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Raymond Hettinger | Issue 7410: deepcopy of itertools.count() reset the... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Mark Dickinson | Blocked revisions 76603,76605 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Eric Smith | Issue #5748: bytesobject.c should not have its own... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Amaury Forgeot... | #6077: on Windows, fix truncation of a tempfile.Tempora... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Tarek Ziadé | Merged revisions 76588 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Eric Smith | Keep this file in sync with trunk. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Eric Smith | Blocked revisions 76583 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Mark Dickinson | Merged revisions 76575 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Antoine Pitrou | Issue #4486: When an exception has an explicit cause... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Antoine Pitrou | Merged revisions 76571 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Mark Dickinson | Blocked revisions 76568 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Mark Dickinson | Merged revisions 76432,76558 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Mark Dickinson | Merged revisions 76561 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Georg Brandl | Merged revisions 76559 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Gregory P.... | Merged revisions 76556 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Martin v. Löwis | Merged revisions 76550 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Vinay Sajip | Issue #7403: Fixed possible race condition in lock... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Antoine Pitrou | Merged revisions 76548 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Antoine Pitrou | Merged revisions 76546 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Antoine Pitrou | Merged revisions 76535 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Antoine Pitrou | Blocked revisions 76531 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Antoine Pitrou | Merged revisions 76529 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Antoine Pitrou | Merged revisions 75529 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Barry Warsaw | Add mktime_tz to __all__. It's documented as being... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Benjamin Peterson | fix test checking for error message |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Benjamin Peterson | Merged revisions 76259,76326,76376-76377,76430,76471... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Benjamin Peterson | Blocked revisions 74523,74715,74721,74733-74734,74798... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Benjamin Peterson | Merged revisions 75264,75268,75293,75318,75391-75392... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Benjamin Peterson | Merged revisions 76498,76507-76509 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Benjamin Peterson | Blocked revisions 74962,75017,75131,75143,75147,75281... |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Mark Dickinson | Merged revisions 76502 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Alexandre Vassalotti | Blocked revisions 76499 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Mark Dickinson | Blocked revisions 76495 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Mark Dickinson | Merged revisions 76489 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Jesse Noller | Merged revisions 76487 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-24 |
Mark Dickinson | Merged revisions 76483 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Mark Dickinson | Blocked revisions 76472 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Senthil Kumaran | Merged revisions 76464 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Mark Dickinson | Blocked revisions 76465 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Mark Dickinson | Merged revisions 76460 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Mark Dickinson | Merged revisions 76456 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Lars Gustäbel | Merged revisions 76452 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-23 |
R. David Murray | Update example in doctest chapter that uses math.floor... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Lars Gustäbel | Merged revisions 76443 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Benjamin Peterson | don't say that 3.2 is another version |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Jesse Noller | Merged revisions 76438 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Jesse Noller | Merged revisions 76433 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Benjamin Peterson | Merged revisions 76423-76424 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Benjamin Peterson | Blocked revisions 76420 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Benjamin Peterson | Blocked revisions 76416-76417 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Benjamin Peterson | fix message for py3 |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Mark Dickinson | Blocked revisions 76411 via svnmerge |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Ronald Oussoren | Merged revisions 76407 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Ronald Oussoren | Merged revisions 76403 via svnmerge from |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Tarek Ziadé | Merged revisions 76399 via svnmerge from |
commit | commitdiff | tree | snapshot |
next |