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
*
#18681: merge with 3.3.
Ezio Melotti
2013-08-10
1
-0/+2
|
\
|
*
#18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).
Ezio Melotti
2013-08-10
1
-0/+2
*
|
Merge #8112: Update the documenting xmlrpc server to use getfullargspec.
R David Murray
2013-08-10
1
-0/+3
|
\
\
|
|
/
|
*
#8112: Update the documenting xmlrpc server to use getfullargspec.
R David Murray
2013-08-10
1
-0/+3
*
|
typo, changeset dd0d751cc7f1 belongs to issue #16499 not issue #16400
Christian Heimes
2013-08-10
1
-1/+1
*
|
Issue #16400: Add command line option for isolated mode.
Christian Heimes
2013-08-10
2
-2/+14
*
|
#18600: add policy to add_string, and as_bytes and __bytes__ methods.
R David Murray
2013-08-09
1
-0/+3
*
|
Closes #18671: Output more information when logging exceptions occur.
Vinay Sajip
2013-08-08
1
-0/+2
*
|
#18357: merge with 3.3.
Ezio Melotti
2013-08-08
2
-0/+4
|
\
\
|
|
/
|
*
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
Ezio Melotti
2013-08-08
2
-0/+4
*
|
#18273: merge with 3.3.
Ezio Melotti
2013-08-08
1
-0/+3
|
\
\
|
|
/
|
*
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ...
Ezio Melotti
2013-08-08
1
-0/+3
*
|
Issue #15301: Parsing fd, uid, and gid parameters for builtins
Larry Hastings
2013-08-08
1
-1/+4
*
|
Issue #18621: Prevent the site module's patched builtins from keeping too man...
Antoine Pitrou
2013-08-06
1
-0/+3
*
|
#18443: remove the TextMate entry now that the bundle has been removed and fi...
Ezio Melotti
2013-08-06
1
-2/+1
*
|
Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
Christian Heimes
2013-08-06
1
-0/+3
|
\
\
|
|
/
|
*
Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.
Christian Heimes
2013-08-06
1
-0/+3
*
|
Issue #14323: Expanded the number of digits in the coefficients for the
Serhiy Storchaka
2013-08-06
1
-0/+3
*
|
Issue #17934: Add a clear() method to frame objects, to help clean up expensi...
Antoine Pitrou
2013-08-05
1
-0/+3
*
|
Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert.
Antoine Pitrou
2013-08-05
2
-1/+5
*
|
Merge: #18657: remove duplicate entries from Misc/ACKS.
R David Murray
2013-08-04
1
-3/+0
|
\
\
|
|
/
|
*
#18657: remove duplicate entries from Misc/ACKS.
R David Murray
2013-08-04
1
-3/+0
|
*
Merge heads
Serhiy Storchaka
2013-08-03
1
-0/+2
|
|
\
*
|
|
Fixes #8860: Round half-microseconds to even in the timedelta constructor.
Alexander Belopolsky
2013-08-04
1
-0/+1
*
|
|
Cycled Misc/NEWS for alpha 2, touched patchlevel.
Larry Hastings
2013-08-04
1
-0/+12
*
|
|
Merge from v3.4.0a1 head.
Larry Hastings
2013-08-03
1
-0/+7
|
\
\
\
|
*
\
\
Merge heads
Serhiy Storchaka
2013-08-03
1
-0/+3
|
|
\
\
\
|
|
*
\
\
Issue #16067: Merge with 3.3
Martin v. Löwis
2013-08-03
1
-0/+3
|
|
|
\
\
\
|
|
|
|
|
/
|
|
|
|
/
|
|
|
|
*
|
Issue #16067: Add description into MSI file to replace installer's temporary ...
Martin v. Löwis
2013-08-03
1
-0/+2
|
*
|
|
|
Issue #16741: Fix an error reporting in int().
Serhiy Storchaka
2013-08-03
1
-0/+2
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
/
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #16741: Fix an error reporting in int().
Serhiy Storchaka
2013-08-03
1
-0/+2
|
|
|
/
|
*
|
Issue #17998: Fix an internal error in regular expression engine.
Serhiy Storchaka
2013-08-03
1
-0/+2
|
|
\
\
|
|
|
/
|
|
*
Issue #17998: Fix an internal error in regular expression engine.
Serhiy Storchaka
2013-08-03
1
-0/+2
*
|
|
Bumped version to 3.4.0a1.
v3.4.0a1
Larry Hastings
2013-08-03
2
-2/+2
|
/
/
*
|
- Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).
doko@ubuntu.com
2013-08-03
1
-0/+2
|
\
\
|
|
/
|
*
- Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).
doko@ubuntu.com
2013-08-03
1
-0/+2
*
|
Merge #18396 from 3.3
Nick Coghlan
2013-08-03
1
-0/+3
|
\
\
|
|
/
|
*
Close #18396: fix spurious test_signal failure on Windows
Nick Coghlan
2013-08-03
1
-0/+3
*
|
Issue #17046: merge from 3.3
Ned Deily
2013-08-03
1
-0/+2
|
\
\
|
|
/
|
*
Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case.
Ned Deily
2013-08-03
1
-0/+2
*
|
Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deall...
Antoine Pitrou
2013-08-02
1
-3/+0
*
|
Issue #17557: merge from 3.3
Ned Deily
2013-08-02
2
-0/+4
|
\
\
|
|
/
|
*
Issue #17557: Fix os.getgroups() to work with the modified behavior of
Ned Deily
2013-08-02
2
-0/+4
|
*
Issue #17899: Fix rare file descriptor leak in os.listdir().
Larry Hastings
2013-08-02
1
-0/+2
*
|
Issue #17899: Fix rare file descriptor leak in os.listdir().
Larry Hastings
2013-08-02
1
-0/+2
*
|
Issue #10241: Clear extension module dict copies at interpreter shutdown.
Antoine Pitrou
2013-08-01
1
-0/+3
*
|
Issue #18608: Avoid keeping a strong reference to the locale module inside th...
Antoine Pitrou
2013-08-01
1
-0/+3
*
|
Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, ...
Antoine Pitrou
2013-08-01
1
-0/+3
*
|
Issue #18569: The installer now adds .py to the PATHEXT variable
Martin v. Löwis
2013-08-01
1
-0/+6
*
|
- Issue #18257: Fix readlink usage in python-config. Install the python
doko@ubuntu.com
2013-08-01
3
-2/+12
[next]