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
*
#14344: fixed the repr of email.policy objects.
R David Murray
2012-03-17
1
-0/+2
*
Issue #14347: Update Misc/README list of files.
Ned Deily
2012-03-17
1
-1/+2
*
merge heads
Benjamin Peterson
2012-03-17
1
-0/+3
|
\
|
*
Merge #11686: news entry.
R David Murray
2012-03-17
1
-0/+3
|
|
\
|
|
*
#11686: news entry.
R David Murray
2012-03-17
1
-0/+3
*
|
|
make extra arguments to object.__init__/__new__ to errors in most cases (fini...
Benjamin Peterson
2012-03-17
1
-0/+3
|
/
/
*
|
Issue #14335: multiprocessing's custom Pickler subclass now inherits from the...
Antoine Pitrou
2012-03-16
1
-0/+3
*
|
merge 3.2 (#14334)
Benjamin Peterson
2012-03-16
1
-0/+3
|
\
\
|
|
/
|
*
check to make sure the attribute is a string (#14334)
Benjamin Peterson
2012-03-16
1
-0/+3
*
|
merge
Raymond Hettinger
2012-03-16
1
-0/+2
|
\
\
|
*
\
closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem
Senthil Kumaran
2012-03-16
1
-0/+2
|
|
\
\
|
|
|
/
|
|
*
closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem
Senthil Kumaran
2012-03-16
1
-0/+2
*
|
|
Improve the memory utilization (and speed) of functools.lru_cache().
Raymond Hettinger
2012-03-16
1
-0/+2
|
/
/
*
|
- Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in
Matthias Klose
2012-03-15
1
-1/+1
*
|
- Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in
Matthias Klose
2012-03-15
1
-0/+3
*
|
port from 3.2 - Fix the urllib closing issue which hangs on particular ftp ur...
Senthil Kumaran
2012-03-15
1
-0/+2
|
\
\
|
|
/
|
*
closes Issue #11199: Fix the with urllib which hangs on particular ftp urls.
Senthil Kumaran
2012-03-15
1
-0/+2
*
|
- Issue #14324: Fix configure tests for cross builds.
Matthias Klose
2012-03-15
1
-0/+2
*
|
- Issue #14321: Do not run pgen during the build if files are up to date.
Matthias Klose
2012-03-15
1
-0/+5
*
|
Issue #14222: Use the new time.steady() function instead of time.time() for
Victor Stinner
2012-03-15
1
-0/+4
*
|
remove get_prefix and set_prefix (#13248)
Benjamin Peterson
2012-03-14
1
-0/+2
*
|
Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
Gregory P. Smith
2012-03-14
1
-0/+5
|
\
\
|
|
/
|
*
Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
Gregory P. Smith
2012-03-14
1
-1/+14
|
|
\
|
|
*
Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
Gregory P. Smith
2012-03-14
1
-0/+5
|
|
*
version now 3.1.5rc1
v3.1.5rc1
Benjamin Peterson
2012-02-23
2
-2/+2
*
|
|
Merge from tip
Andrew Svetlov
2012-03-14
1
-0/+10
|
\
\
\
|
*
|
|
#12818: remove escaping of () in quoted strings in formataddr
R David Murray
2012-03-14
1
-0/+3
|
*
|
|
#14062: fix BytesParser handling of Header objects
R David Murray
2012-03-14
1
-0/+3
|
|
\
\
\
|
|
|
/
/
|
|
*
|
#14062: fix BytesParser handling of linesep for Header objects
R David Murray
2012-03-14
1
-0/+3
|
*
|
|
Issue #13839: When invoked on the command-line, the pstats module now accepts...
Antoine Pitrou
2012-03-14
1
-0/+4
*
|
|
|
Issue #14200: Idle shell crash on printing non-BMP unicode character.
Andrew Svetlov
2012-03-14
1
-0/+2
|
/
/
/
*
|
|
Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8
R David Murray
2012-03-14
2
-0/+4
|
\
\
\
|
|
/
/
|
*
|
#14291: if a header has non-ascii unicode, default to CTE using utf-8
R David Murray
2012-03-14
2
-0/+4
|
*
|
Issue #5219: Prevent event handler cascade in IDLE.
Martin v. Löwis
2012-03-13
1
-0/+2
*
|
|
Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,...
Senthil Kumaran
2012-03-14
1
-0/+1
*
|
|
Issue #989712: Support using Tk without a mainloop.
Andrew Svetlov
2012-03-14
1
-0/+2
*
|
|
Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp()
Victor Stinner
2012-03-13
1
-0/+4
*
|
|
#8315: add automatic unittest test discovery in test.test_email
R David Murray
2012-03-13
1
-0/+5
*
|
|
Issue #5219: Prevent event handler cascade in IDLE.
Martin v. Löwis
2012-03-13
1
-0/+2
*
|
|
Issue #3835: Refuse to use unthreaded Tcl in threaded Python.
Martin v. Löwis
2012-03-13
1
-0/+2
*
|
|
Issue #2843: Add new Tk API to Tkinter.
Martin v. Löwis
2012-03-13
1
-0/+2
*
|
|
Issue #14184: merge
Ned Deily
2012-03-13
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #14184: Increase the default stack size for secondary threads on
Ned Deily
2012-03-13
1
-0/+3
*
|
|
Close #14180: Factorize code to convert a number of seconds to time_t, timeva...
Victor Stinner
2012-03-13
1
-0/+9
*
|
|
Merge
Michael Foord
2012-03-13
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Fix unittest test discovery for Jython
Michael Foord
2012-03-13
1
-0/+2
*
|
|
Issue #1178863: Separate initialisation from setting when initializing
Martin v. Löwis
2012-03-13
1
-0/+4
*
|
|
closes #14259 re.finditer() now takes keyword arguments: pos, endpos.
Sean Reifschneider
2012-03-13
1
-0/+3
*
|
|
#14179: merge with 3.2.
Ezio Melotti
2012-03-12
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
#14179: add tests for re.compile. Patch by Florian Mladitsch.
Ezio Melotti
2012-03-12
1
-0/+1
[next]