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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Closes #22275: asyncio: enhance documentation of OS support
Victor Stinner
2014-08-31
2
-8/+26
*
|
getuid() returns real process id not effective (closes #22307)
Benjamin Peterson
2014-08-31
1
-4/+4
*
|
#22215: have the smtplib 'quit' command reset the state.
R David Murray
2014-08-30
3
-0/+23
*
|
Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ca...
Antoine Pitrou
2014-08-29
3
-5/+11
*
|
Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_uti...
Berker Peksag
2014-08-29
3
-2/+25
*
|
asyncio, Tulip issue 201: Fix a race condition in wait_for()
Victor Stinner
2014-08-28
2
-6/+24
*
|
The webbrowser module now uses subprocess's start_new_session=True rather
Gregory P. Smith
2014-08-27
2
-11/+7
*
|
Issue #22065: Remove the now unsed configGUI menu parameter and arguments.
Terry Jan Reedy
2014-08-27
1
-10/+8
*
|
Issue #22065: Menus, unlike Menubottons, do not have a state option.
Terry Jan Reedy
2014-08-27
2
-8/+7
*
|
Introduce and check for MPD_VERSION_HEX for precise management of builds
Stefan Krah
2014-08-26
3
-5/+9
*
|
Issue #22090: Fix '%' formatting for infinities and NaNs.
Stefan Krah
2014-08-26
3
-4/+14
*
|
Issue #22063: Fix asyncio documentation of socket and pipe operations regarding
Victor Stinner
2014-08-25
1
-5/+14
*
|
asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method
Victor Stinner
2014-08-25
3
-0/+17
*
|
asyncio: sync with Tulip
Victor Stinner
2014-08-25
10
-64/+120
*
|
asyncio: update the doc
Victor Stinner
2014-08-25
2
-8/+15
*
|
allow test to work on implementations not using ref-counting (closes #22265)
Benjamin Peterson
2014-08-24
1
-0/+1
*
|
fix some test_weakref tests to not rely on ref-counting (closes #22267)
Benjamin Peterson
2014-08-24
1
-0/+2
*
|
Issue #22034: Got rid of misleading error message for bytearray arguments in
Serhiy Storchaka
2014-08-24
2
-16/+10
*
|
Issue #22236: Tkinter tests now don't reuse default root window. New root
Serhiy Storchaka
2014-08-24
15
-271/+231
*
|
Issue #13540: add missing markup.
Terry Jan Reedy
2014-08-24
1
-2/+2
*
|
Issue #21166: fix typo in comment
Ned Deily
2014-08-24
1
-1/+1
*
|
Issue #22243: fix except grammar in reference.
Terry Jan Reedy
2014-08-23
1
-1/+1
*
|
Issue #22232 (partial fix): update Universal newlines Glossary entry.
Terry Jan Reedy
2014-08-23
1
-1/+1
*
|
Merge heads.
Terry Jan Reedy
2014-08-23
1
-1/+0
|
\
\
|
*
|
Idle ColorDelegator: finish removing code for 'as'.
Terry Jan Reedy
2014-08-19
1
-1/+0
*
|
|
Forward port PEP 466 What's New in 2.7 updates
Nick Coghlan
2014-08-23
1
-6/+16
*
|
|
Issue #21166: Prevent possible segfaults and other random failures of
Ned Deily
2014-08-22
4
-1/+20
*
|
|
Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding ...
Berker Peksag
2014-08-22
1
-1/+2
*
|
|
Issue #19447: Add a test case to py_compile.compile() to make sure
Berker Peksag
2014-08-22
1
-0/+4
*
|
|
Issue #22150: Fix deprecated-removed directive in Sphinx 1.2.
Berker Peksag
2014-08-22
2
-1/+5
*
|
|
Issue #22191: Fix warnings.__all__.
Brett Cannon
2014-08-22
4
-1/+24
*
|
|
Fix issue22245 - Fix urllib2_localnet test.
Senthil Kumaran
2014-08-22
1
-1/+0
*
|
|
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...
Senthil Kumaran
2014-08-20
3
-18/+88
|
/
/
*
|
Idle ColorDelegator: remove special case code for 'as' in import statements.
Terry Jan Reedy
2014-08-19
1
-17/+0
*
|
Fixed typo.
Serhiy Storchaka
2014-08-19
1
-2/+2
*
|
Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.
Serhiy Storchaka
2014-08-19
3
-1/+28
*
|
Clean up test_user_command.
Serhiy Storchaka
2014-08-18
1
-11/+14
*
|
remove 2.2 and 2.6 compat code (closes #22200)
Benjamin Peterson
2014-08-18
1
-26/+11
*
|
Issue #22165: Fixed test_undecodable_filename on Mac OS.
Serhiy Storchaka
2014-08-17
1
-0/+7
*
|
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
Serhiy Storchaka
2014-08-17
3
-15/+40
*
|
Issue #22201: Command-line interface of the zipfile module now correctly
Serhiy Storchaka
2014-08-17
2
-12/+4
*
|
Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales.
Serhiy Storchaka
2014-08-17
1
-2/+3
*
|
Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.
Serhiy Storchaka
2014-08-17
3
-4/+36
*
|
backout changeset 3435c5865cfc due to buildbot failures. Ref #8797
Senthil Kumaran
2014-08-16
3
-88/+18
*
|
Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from
Victor Stinner
2014-08-16
1
-3/+5
*
|
Closes #22205: sys._debugmallocstats is a cpython specific feature, so
Victor Stinner
2014-08-16
1
-0/+1
*
|
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...
Senthil Kumaran
2014-08-16
3
-18/+88
*
|
Issue #22065: Update turtledemo menu creation; don't use obsolete Menubutton.
Terry Jan Reedy
2014-08-15
1
-27/+22
*
|
#22053: actually remove .txt files from 3.4.
Terry Jan Reedy
2014-08-15
3
-172/+0
*
|
Issue #10291: Backport 004fe3449193 with a few changes due to 22095.
Terry Jan Reedy
2014-08-15
2
-6/+103
[prev]
[next]