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
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
#16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
Jesus Cea
2012-10-05
2
-26/+5
*
Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element ...
Antoine Pitrou
2012-10-04
1
-2/+42
|
\
|
*
Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element ...
Antoine Pitrou
2012-10-04
1
-2/+42
*
|
MERGE: Closes #16126: PyErr_Format format mismatch in _testcapimodule.c
Jesus Cea
2012-10-04
1
-0/+11
|
\
\
|
|
/
|
*
Closes #16126: PyErr_Format format mismatch in _testcapimodule.c
Jesus Cea
2012-10-04
1
-0/+11
*
|
Closes #15488: Closed files keep their buffer alive
Jesus Cea
2012-10-04
1
-0/+8
*
|
Remove unnecessary [].
Ezio Melotti
2012-10-02
1
-9/+9
*
|
Issue #15452: Added verify option for logging configuration socket listener.
Vinay Sajip
2012-10-02
1
-5/+71
*
|
Issue #15609: Optimize str%args for integer argument
Victor Stinner
2012-10-01
1
-0/+16
*
|
Merge 3.3.
Stefan Krah
2012-10-01
1
-3/+1
|
\
\
|
|
/
|
*
Issue #15599: Increase the switch interval. Several systems cannot handle
Stefan Krah
2012-10-01
1
-3/+1
*
|
utilize subprocess.DEVNULL
Philip Jenvey
2012-10-01
1
-22/+20
*
|
Issue #15533: Merge update from 3.3.
Chris Jerdonek
2012-09-30
1
-0/+2
|
\
\
|
|
/
|
*
Issue #15533: Merge update from 3.2.
Chris Jerdonek
2012-09-30
1
-0/+2
|
|
\
|
|
*
Issue #15533: Skip test_cwd_with_relative_*() tests on Windows pending resolu...
Chris Jerdonek
2012-09-30
1
-0/+2
*
|
|
Issue #15533: Merge fix from 3.3.
Chris Jerdonek
2012-09-30
1
-29/+94
|
\
\
\
|
|
/
/
|
*
|
Issue #15533: Merge fix from 3.2.
Chris Jerdonek
2012-09-30
1
-29/+94
|
|
\
\
|
|
|
/
|
|
*
Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument.
Chris Jerdonek
2012-09-30
1
-29/+94
*
|
|
Speed up test_httpservers by avoiding a one-second cleanup wait after each te...
Antoine Pitrou
2012-09-29
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Speed up test_httpservers by avoiding a one-second cleanup wait after each te...
Antoine Pitrou
2012-09-29
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
Speed up test_httpservers by avoiding a one-second cleanup wait after each te...
Antoine Pitrou
2012-09-29
1
-0/+1
*
|
|
Remove the new trivial pty.spawn() test as it hangs on many buildbots.
Gregory P. Smith
2012-09-29
1
-6/+0
*
|
|
pty.spawn() now returns the child process status as returned by os.waitpid().
Gregory P. Smith
2012-09-29
1
-0/+6
*
|
|
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD to
Gregory P. Smith
2012-09-29
1
-1/+10
|
\
\
\
|
|
/
/
|
*
|
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD
Gregory P. Smith
2012-09-29
1
-1/+10
|
|
\
\
|
|
|
/
|
|
*
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD
Gregory P. Smith
2012-09-29
1
-1/+10
|
*
|
merge mostly from default
Benjamin Peterson
2012-09-29
34
-82/+740
|
|
\
\
*
|
|
|
upgrade to UCD 6.2
Benjamin Peterson
2012-09-29
1
-1/+1
*
|
|
|
merge with 3.3
Georg Brandl
2012-09-29
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
|
/
/
|
|
/
/
|
/
|
|
|
*
|
Fix test_sys.test_implementation for final releases.
v3.3.0
Georg Brandl
2012-09-29
1
-1/+1
|
*
|
Closes #15973: fix a segmentation fault when comparing timezone objects.
Georg Brandl
2012-09-22
1
-0/+2
|
*
|
Closes #15925: fix regression in parsedate() and parsedate_tz() that should r...
Georg Brandl
2012-09-22
1
-2/+11
|
*
|
Closes #15969: rename new API to have consistent names in the faulthandler mo...
Georg Brandl
2012-09-22
1
-19/+19
|
*
|
Issue #15882: Change _decimal to accept any coefficient tuple when
Stefan Krah
2012-09-10
1
-7/+10
|
*
|
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
Antoine Pitrou
2012-09-05
1
-0/+69
|
*
|
Fix bug with argparse.Parser.parse_args(*args)
Zbigniew Jędrzejewski-Szmek
2012-09-02
1
-0/+18
|
*
|
Issue #15828: Don't try to close a file if imp.find_module() doesn't
Brett Cannon
2012-08-31
1
-1/+3
|
*
|
Issue #15828: Restore support for C extension modules in imp.load_module()
Nick Coghlan
2012-08-31
2
-19/+29
|
*
|
Issue #15781: Fix two small race conditions in import's module locking.
Antoine Pitrou
2012-08-27
1
-1/+11
|
*
|
Issue #15784: Modify OSError.__str__() to better distinguish between
Richard Oudkerk
2012-08-28
1
-2/+2
|
*
|
Issue #15785: Modify window.get_wch() API of the curses module: return a
Victor Stinner
2012-08-28
1
-7/+5
*
|
|
Closes #16080: The decorator ignores failed attempts to set the required
Stefan Krah
2012-09-28
1
-0/+6
*
|
|
Issue #16080: Use run_with_locale() decorator to reset the locale properly.
Stefan Krah
2012-09-28
1
-7/+3
*
|
|
renmae test method to avoid conflict (#16056)
Benjamin Peterson
2012-09-27
1
-1/+1
*
|
|
Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Sto...
Mark Dickinson
2012-09-27
1
-0/+12
*
|
|
#1087: use proper skips in test_os.
Ezio Melotti
2012-09-26
1
-13/+13
*
|
|
#15222: Merge 3.2
Petri Lehtinen
2012-09-25
1
-15/+38
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
#15222: Insert blank line after each message in mbox mailboxes
Petri Lehtinen
2012-09-25
1
-0/+23
|
*
|
#15222: test_mailbox: End message template in a newline
Petri Lehtinen
2012-09-25
1
-15/+15
*
|
|
raise a ValueError instead of an AssertionError when pool is an invalid state
Benjamin Peterson
2012-09-25
1
-1/+2
[next]