- 06 Sep, 2011 11 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
Skip the test if the function is missing. Use U+0061 (a) instead of U+00E9 (é) because U+00E9 raises a _curses.error('unget_wch() returned ERR') on some buildbots. It's maybe because of the locale encoding.
-
Brett Cannon authored
-
Victor Stinner authored
- Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character - Fix spelling of the null character
-
Victor Stinner authored
Fix also spelling of the null character.
-
- 05 Sep, 2011 15 commits
-
-
Victor Stinner authored
Push a character so the next get_wch() will return it.
-
Victor Stinner authored
instead of the locale encoding
-
Victor Stinner authored
instead of the locale encoding.
-
Victor Stinner authored
instead of the locale encoding.
-
Victor Stinner authored
-
Victor Stinner authored
sys.platform is now always 'linux2' on Linux (even on Linux 3)
-
Senthil Kumaran authored
merge from 3.2. Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez.
-
Senthil Kumaran authored
Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Lars Gustäbel authored
-
Lars Gustäbel authored
tarfile unnecessarily checked the existence of numerical user and group ids on extraction. If one of them did not exist the respective id of the current user (i.e. root) was used for the file and ownership information was lost. (Patch by Sebastien Luttringer)
-
Ezio Melotti authored
-
Ezio Melotti authored
#12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten.
-
- 04 Sep, 2011 10 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 03 Sep, 2011 3 commits
-
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 02 Sep, 2011 1 commit
-
-
Éric Araujo authored
-