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
*
Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
Christian Heimes
2012-12-02
1
-0/+2
|
\
|
*
Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
Christian Heimes
2012-12-02
1
-0/+2
*
|
Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf
Christian Heimes
2012-12-02
1
-0/+2
|
\
\
|
|
/
|
*
- Issue #16593: Have BSD 'make -s' do the right thing, thanks to Daniel Shahaf
Christian Heimes
2012-12-02
1
-0/+2
*
|
merge 3.2
Benjamin Peterson
2012-11-29
1
-0/+4
|
\
\
|
|
/
|
*
add changelog
Benjamin Peterson
2012-11-29
1
-0/+4
*
|
#16476: merge with 3.2.
Ezio Melotti
2012-11-29
1
-0/+2
|
\
\
|
|
/
|
*
#16476: Fix json.tool to avoid including trailing whitespace.
Ezio Melotti
2012-11-29
1
-0/+2
*
|
#16549: merge with 3.2.
Ezio Melotti
2012-11-29
2
-0/+4
|
\
\
|
|
/
|
*
#16549: Make json.tool work again on Python 3 and add tests. Initial patch b...
Ezio Melotti
2012-11-29
2
-0/+4
*
|
Merge from 3.2: improve argument/parameter documentation (issue #15990).
Chris Jerdonek
2012-11-28
1
-0/+2
|
\
\
|
|
/
|
*
Improve argument/parameter documentation (issue #15990).
Chris Jerdonek
2012-11-28
1
-0/+2
|
*
Plug a leak in timemodule. The module dictionary is saved during
Gregory P. Smith
2012-11-27
1
-0/+3
*
|
Add a str class entry to the "Text Sequence Type" section (issue #16209).
Chris Jerdonek
2012-11-28
1
-0/+3
*
|
#16559: merge with 3.2.
Ezio Melotti
2012-11-26
1
-0/+3
|
\
\
|
|
/
|
*
#16559: Add more tests for the json module. Patch by Serhiy Storchaka.
Ezio Melotti
2012-11-26
1
-0/+3
*
|
Issue #16546: make ast.YieldFrom argument mandatory.
Mark Dickinson
2012-11-25
1
-0/+2
*
|
Issue #12848: The pure Python pickle implementation now treats object lengths...
Antoine Pitrou
2012-11-24
1
-0/+4
|
\
\
|
|
/
|
*
Issue #12848: The pure Python pickle implementation now treats object lengths...
Antoine Pitrou
2012-11-24
1
-0/+4
|
*
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek
2012-11-21
1
-0/+2
|
*
Issue #1160: Fix compiling large regular expressions on UCS2 builds.
Antoine Pitrou
2012-11-20
1
-0/+3
*
|
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek
2012-11-21
1
-0/+2
*
|
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw
2012-11-20
1
-0/+3
*
|
#16306: merge with 3.2.
Ezio Melotti
2012-11-18
2
-0/+4
|
\
\
|
|
/
|
*
#16306: Fix multiple error messages when unknown command line parameters wher...
Ezio Melotti
2012-11-18
2
-0/+4
|
*
#14313: zipfile now raises NotImplementedError when the compression type is u...
Ezio Melotti
2012-11-18
1
-0/+3
*
|
Issue #16408: Fix file descriptors not being closed in error conditions in th...
Antoine Pitrou
2012-11-17
1
-0/+3
|
\
\
|
|
/
|
*
Issue #16408: Fix file descriptors not being closed in error conditions in th...
Antoine Pitrou
2012-11-17
1
-0/+3
*
|
Issue #16215: Fix potential double memory free in str.replace().
Antoine Pitrou
2012-11-17
1
-0/+3
*
|
Issue #16489: Make it clearer that importlib.find_loader() requires
Brett Cannon
2012-11-17
1
-0/+3
*
|
MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files,...
Jesus Cea
2012-11-17
1
-0/+3
|
\
\
|
|
/
|
*
Closes #16461: Wave library should be able to deal with 4GB wav files, and sa...
Jesus Cea
2012-11-17
1
-0/+3
*
|
Issue #16481: multiprocessing no longer leaks process handles on Windows.
Richard Oudkerk
2012-11-15
1
-0/+2
*
|
Merge from 3.2: update the PyPI docs regarding listing versions (issue #16400).
Chris Jerdonek
2012-11-14
1
-0/+3
|
\
\
|
|
/
|
*
Update the description of which package versions PyPI displays (issue #16400).
Chris Jerdonek
2012-11-14
1
-0/+3
*
|
Issue #16453: Fix equality testing of dead weakref objects.
Antoine Pitrou
2012-11-11
1
-0/+2
|
\
\
|
|
/
|
*
Issue #16453: Fix equality testing of dead weakref objects.
Antoine Pitrou
2012-11-11
1
-0/+2
*
|
Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...
Nadeem Vawda
2012-11-11
1
-0/+3
|
\
\
|
|
/
|
*
Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...
Nadeem Vawda
2012-11-11
1
-0/+3
*
|
Fixes issue #16140: The subprocess module no longer double closes its
Gregory P. Smith
2012-11-11
1
-0/+3
|
\
\
|
|
/
|
*
Fixes issue #16140: The subprocess module no longer double closes its
Gregory P. Smith
2012-11-11
1
-0/+3
*
|
Remove the subprocess "bad exception data" warning (formerly a print!)
Gregory P. Smith
2012-11-11
1
-0/+3
|
\
\
|
|
/
|
*
Remove the subprocess "bad exception data" warning (formerly a print!)
Gregory P. Smith
2012-11-11
1
-0/+3
*
|
Fixes issue #16327: The subprocess module no longer leaks file descriptors
Gregory P. Smith
2012-11-11
1
-0/+3
|
\
\
|
|
/
|
*
Fixes issue #16327: The subprocess module no longer leaks file descriptors
Gregory P. Smith
2012-11-11
1
-0/+3
|
*
move note to the right section
Gregory P. Smith
2012-11-11
1
-3/+3
*
|
Fixes issue #14396: Handle the odd rare case of waitpid returning 0
Gregory P. Smith
2012-11-11
1
-0/+3
|
\
\
|
|
/
|
*
Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when
Gregory P. Smith
2012-11-11
1
-0/+3
*
|
Fixes issue #9535: Fix pending signals that have been received but not
Gregory P. Smith
2012-11-11
1
-0/+3
|
\
\
|
|
/
|
*
Fixes issue #9535: Fix pending signals that have been received but not
Gregory P. Smith
2012-11-11
1
-0/+3
[next]