index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix Maildir initialization so that maildir contents are read correctly.
Petri Lehtinen
2011-11-05
1
-0/+3
*
|
Issue #13343: Fix a SystemError when a lambda expression uses a global
Amaury Forgeot d'Arc
2011-11-04
1
-0/+4
|
\
\
|
|
/
|
*
Issue #13343: Fix a SystemError when a lambda expression uses a global
Amaury Forgeot d'Arc
2011-11-04
1
-0/+4
*
|
Issue #3067: Fix the error raised by locale.setlocale()
Petri Lehtinen
2011-11-04
2
-0/+4
|
\
\
|
|
/
|
*
Issue #3067: Fix the error raised by locale.setlocale()
Petri Lehtinen
2011-11-04
2
-0/+4
*
|
Merge 3.2: issue #13140
Florent Xicluna
2011-11-04
1
-0/+2
|
\
\
|
|
/
|
*
Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.
Florent Xicluna
2011-11-04
1
-0/+2
*
|
(Merge 3.2) Issue #13339.
Ross Lagerwall
2011-11-04
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13339: Fix compile error in posixmodule.c due to missing semicolon.
Ross Lagerwall
2011-11-04
1
-0/+3
*
|
(Merge 3.2) Issue #10570: curses.putp() is now expecting a byte string, instead
Victor Stinner
2011-11-03
1
-2/+2
|
\
\
|
|
/
|
*
Issue #10570: curses.putp() is now expecting a byte string, instead of a
Victor Stinner
2011-11-03
1
-2/+2
*
|
Branch merge
Éric Araujo
2011-11-03
1
-4/+8
|
\
\
|
*
|
Improve byte-compilation in packaging to be independent of -O or -B.
Éric Araujo
2011-11-03
1
-0/+3
|
*
|
Fix typos in recent NEWS entries
Éric Araujo
2011-11-02
1
-4/+5
*
|
|
(Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string,
Victor Stinner
2011-11-02
1
-0/+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a
Victor Stinner
2011-11-02
1
-0/+3
*
|
|
Issue #13324: fcntlmodule: Add the F_NOCACHE flag. Patch by Alex Stewart.
Charles-François Natali
2011-11-02
1
-0/+1
*
|
|
#13295: http.server now produces valid HTML 4.01 strict.
Ezio Melotti
2011-11-02
1
-0/+2
|
|
/
|
/
|
*
|
Merge 3.2: issue #2892
Florent Xicluna
2011-11-01
1
-0/+2
|
\
\
|
|
/
|
*
Closes #2892: preserve iterparse events in case of SyntaxError.
Florent Xicluna
2011-11-01
1
-0/+2
*
|
issue13287 - Define __all__ for urllib.request and urllib.error and expose only
Senthil Kumaran
2011-11-01
1
-0/+3
*
|
#670664: merge with 3.2.
Ezio Melotti
2011-11-01
1
-2/+5
|
\
\
|
|
/
|
*
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</scr...
Ezio Melotti
2011-11-01
1
-2/+5
*
|
Issue #13304: Skip test case if user site-packages disabled (-s or
Ned Deily
2011-10-31
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13304: Skip test case if user site-packages disabled (-s or
Ned Deily
2011-10-31
2
-0/+4
*
|
Issue #12797: Added custom opener parameter to builtin open() and FileIO.open().
Ross Lagerwall
2011-10-31
1
-0/+3
*
|
merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ContentT...
Senthil Kumaran
2011-10-31
1
-0/+3
|
\
\
|
|
/
|
*
Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError
Senthil Kumaran
2011-10-31
1
-0/+3
*
|
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
Ned Deily
2011-10-31
1
-0/+3
|
\
\
|
|
/
|
*
Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
Ned Deily
2011-10-31
1
-0/+3
|
*
Merge heads
Florent Xicluna
2011-10-30
1
-0/+5
|
|
\
*
|
|
Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the sta...
Florent Xicluna
2011-10-30
1
-0/+3
*
|
|
Merge heads
Florent Xicluna
2011-10-30
1
-0/+3
|
\
\
\
|
*
\
\
Add Misc/NEWS entry for issue #10519
Petri Lehtinen
2011-10-30
1
-0/+3
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Add Misc/NEWS entry for issue #10519
Petri Lehtinen
2011-10-30
1
-0/+3
*
|
|
|
Merge 3.2
Florent Xicluna
2011-10-30
1
-0/+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #13293: Better error message when trying to marshal bytes using xmlrpc....
Florent Xicluna
2011-10-30
1
-0/+3
|
*
|
Closes #13291: NameError in xmlrpc package.
Florent Xicluna
2011-10-30
1
-0/+2
|
|
/
*
|
Issue #10363: Deallocate global locks in Py_Finalize().
Antoine Pitrou
2011-10-30
1
-0/+2
|
\
\
|
|
/
|
*
Issue #10363: Deallocate global locks in Py_Finalize().
Antoine Pitrou
2011-10-30
1
-0/+2
*
|
Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch
Charles-François Natali
2011-10-29
2
-0/+4
*
|
- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
Barry Warsaw
2011-10-28
1
-0/+2
|
\
\
|
|
/
|
*
- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
Barry Warsaw
2011-10-28
1
-0/+2
*
|
Merge 3.2
Florent Xicluna
2011-10-28
1
-0/+2
|
\
\
|
|
/
|
*
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna
2011-10-28
1
-0/+2
*
|
#13273: merge with 3.2.
Ezio Melotti
2011-10-28
1
-0/+3
|
\
\
|
|
/
|
*
#13273: fix a bug that prevented HTMLParser to properly detect some tags when...
Ezio Melotti
2011-10-28
1
-0/+3
|
*
merge heads
Petri Lehtinen
2011-10-24
1
-0/+11
|
|
\
*
|
|
Issue #11183: Add finer-grained exceptions to the ssl module, so that
Antoine Pitrou
2011-10-27
1
-0/+3
*
|
|
Fix the issue number of my cp65001 commit: 13247 => issue #13216
Victor Stinner
2011-10-26
1
-1/+1
[prev]
[next]