1. 29 Jun, 2013 2 commits
  2. 28 Jun, 2013 2 commits
  3. 27 Jun, 2013 1 commit
    • R David Murray's avatar
      #14360: make encoders.encode_quopri work. · f6069f9f
      R David Murray authored
      There were no tests for the encoders module.  encode_base64 worked
      because it is the default and so got tested implicitly elsewhere, and
      we use encode_7or8bit internally, so that worked, too.  I previously
      fixed encode_noop, so this fix means that everythign in the encoders
      module now works, hopefully correctly.  Also added an explicit test
      for encode_base64.
      f6069f9f
  4. 26 Jun, 2013 1 commit
  5. 25 Jun, 2013 1 commit
  6. 24 Jun, 2013 7 commits
  7. 23 Jun, 2013 10 commits
  8. 22 Jun, 2013 5 commits
  9. 21 Jun, 2013 7 commits
  10. 20 Jun, 2013 2 commits
    • Andrew Kuchling's avatar
      #4153: update Unicode howto for Python 3.3 · 2151fc64
      Andrew Kuchling authored
      * state that python3 source encoding is UTF-8, and give examples
      
      * mention surrogateescape in the 'tips and tricks' section, and
        backslashreplace in the "Python's Unicode Support" section.
      
      * Describe Unicode support provided by the re module.
      
      * link to Nick Coghlan's and Ned Batchelder's notes/presentations.
      
      * default filesystem encoding is now UTF-8, not ascii.
      
      * Describe StreamRecoder class.
      
      * update acks section
      
      * remove usage of "I think", "I'm not going to", etc.
      
      * various edits
      
      * remove revision history and original outline
      2151fc64
    • Senthil Kumaran's avatar
      Add -b and -X options to python man page. · ce3dd0bd
      Senthil Kumaran authored
      Patch contributed by Corey Brune.
      ce3dd0bd
  11. 19 Jun, 2013 2 commits