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
*
Merge with 3.2: issue #14433
Martin v. Löwis
2012-04-30
1
-0/+3
|
\
|
*
Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed.
Martin v. Löwis
2012-04-30
1
-0/+3
*
|
Issue #14696: Merge from 3.2
Mark Dickinson
2012-04-29
1
-0/+2
|
\
\
|
|
/
|
*
Issue #14696: Fix parser module to understand 'nonlocal' declarations.
Mark Dickinson
2012-04-29
1
-0/+2
*
|
Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
Alexander Belopolsky
2012-04-29
2
-0/+4
|
\
\
|
|
/
|
*
Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
Alexander Belopolsky
2012-04-29
2
-0/+4
*
|
Issue #9154: Merge fix from 3.2.
Mark Dickinson
2012-04-29
1
-0/+2
|
\
\
|
|
/
|
*
Issue #9154: Fix parser module to understand function annotations.
Mark Dickinson
2012-04-29
1
-0/+2
*
|
Issue #14521: Make result of float('nan') and float('-nan') more consistent a...
Mark Dickinson
2012-04-29
1
-0/+3
*
|
Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead o...
Senthil Kumaran
2012-04-29
1
-0/+3
*
|
Close #14309: Deprecate time.clock()
Victor Stinner
2012-04-29
1
-0/+3
*
|
Issue #14428, #14397: Implement the PEP 418
Victor Stinner
2012-04-29
1
-0/+4
*
|
Issue #14646: __import__() now sets __loader__ if need be.
Brett Cannon
2012-04-27
1
-0/+5
*
|
Issue #14605: Use None in sys.path_importer_cache to represent no
Brett Cannon
2012-04-27
1
-3/+3
*
|
Issue #14605: Stop having implicit entries for sys.meta_path.
Brett Cannon
2012-04-27
1
-0/+3
*
|
Issue #14642: Add "hg touch" extension, and "make touch" target.
Martin v. Loewis
2012-04-27
1
-0/+6
*
|
Backing out 86dc014cdd74. Not ready yet
Jesus Cea
2012-04-26
1
-2/+0
*
|
Close #10142: Support for SEEK_HOLE/SEEK_DATA
Jesus Cea
2012-04-26
1
-0/+2
*
|
Issue #14605: Make explicit the entries on sys.path_hooks that used to
Brett Cannon
2012-04-26
1
-0/+5
*
|
Fix #3561. Add an option to place the Python installation into the Windows Pa...
Brian Curtin
2012-04-25
1
-0/+3
*
|
Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test c...
Antoine Pitrou
2012-04-25
1
-0/+3
|
\
\
|
|
/
|
*
Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test c...
Antoine Pitrou
2012-04-25
1
-0/+3
*
|
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.
Marc-Andre Lemburg
2012-04-25
1
-1/+1
*
|
Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused
Marc-Andre Lemburg
2012-04-25
1
-1/+1
*
|
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader
Marc-Andre Lemburg
2012-04-24
1
-1/+1
*
|
Issue #4892: multiprocessing Connections can now be transferred over multipro...
Antoine Pitrou
2012-04-24
1
-0/+3
*
|
Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic
Lars Gustäbel
2012-04-24
1
-0/+3
|
\
\
|
|
/
|
*
Issue #14160: TarFile.extractfile() failed to resolve symbolic links
Lars Gustäbel
2012-04-24
1
-0/+3
*
|
merge 3.2 (#14658)
Benjamin Peterson
2012-04-24
1
-0/+6
|
\
\
|
|
/
|
*
don't use a slot wrapper from a different special method (closes #14658)
Benjamin Peterson
2012-04-24
1
-0/+6
*
|
merge #14638: pydoc now treats non-str __name__ as None instead of raising
R David Murray
2012-04-23
1
-0/+3
|
\
\
|
|
/
|
*
#14638: pydoc now treats non-str __name__ as None instead of raising
R David Murray
2012-04-23
1
-0/+3
*
|
news for issue13684
Senthil Kumaran
2012-04-23
1
-0/+3
|
\
\
|
|
/
|
*
news for issue13684
Senthil Kumaran
2012-04-23
1
-0/+3
*
|
merge 3.2
Benjamin Peterson
2012-04-23
1
-0/+1
|
\
\
|
|
/
|
*
add Mark Shannon
Benjamin Peterson
2012-04-23
1
-0/+1
*
|
Implement PEP 412: Key-sharing dictionaries (closes #13903)
Benjamin Peterson
2012-04-23
1
-0/+4
*
|
Issue #14605: Expose importlib.abc.FileLoader and
Brett Cannon
2012-04-22
1
-0/+3
*
|
Resolve #14026 (Merge from 3.2)
Nick Coghlan
2012-04-22
1
-0/+3
|
\
\
|
|
/
|
*
Close issue #14026 by better testing sys.argv handling in test_cmd_line_scrip...
Nick Coghlan
2012-04-22
1
-0/+3
*
|
Mention the backwards-incompatible change to imp.cache_from_source()/source_f...
Brett Cannon
2012-04-22
1
-0/+5
*
|
Fix Issue2193 - Allow ":" character in Cookie NAME values
Senthil Kumaran
2012-04-22
1
-0/+2
*
|
Issue #14630: Merge fix from 3.2.
Mark Dickinson
2012-04-20
1
-0/+3
|
\
\
|
|
/
|
*
Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of a...
Mark Dickinson
2012-04-20
1
-0/+3
*
|
Issue #14339: Improve speed of bin, oct and hex builtins. Patch by Serhiy St...
Mark Dickinson
2012-04-20
1
-0/+3
*
|
Issue #14629: Mention the filename in SyntaxError exceptions from
Brett Cannon
2012-04-20
1
-0/+3
*
|
merge 3.2: issue 14629
Martin v. Löwis
2012-04-20
1
-0/+3
|
\
\
|
|
/
|
*
Issue #14629: Raise SyntaxError in tokenizer.detect_encoding
Martin v. Löwis
2012-04-20
1
-0/+3
*
|
Issue #14308: Fix an exception when a dummy thread is in the threading module...
Antoine Pitrou
2012-04-19
1
-0/+3
|
\
\
|
|
/
|
*
Issue #14308: Fix an exception when a "dummy" thread is in the threading modu...
Antoine Pitrou
2012-04-19
1
-0/+3
[next]