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
/
ACKS
Commit message (
Expand
)
Author
Age
Files
Lines
*
#15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst ac...
Ezio Melotti
2012-09-13
1
-4/+117
*
#15676: Proper attribution in Misc/ACKS
Jesus Cea
2012-09-10
1
-0/+1
*
Issue #15841: The readable(), writable() and seekable() methods of BytesIO
Antoine Pitrou
2012-09-05
1
-0/+1
*
#12776,#11839: call argparse type function only once.
R David Murray
2012-09-01
1
-0/+1
*
#15249: Mangle From lines correctly when body contains invalid bytes.
R David Murray
2012-08-24
1
-0/+1
*
Issue #14954: Clarify the interaction of weak references and garbage collection.
Antoine Pitrou
2012-08-20
1
-0/+1
*
#15199: Fix JavaScript's default MIME type to application/javascript
Petri Lehtinen
2012-08-20
1
-0/+1
*
Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
Antoine Pitrou
2012-08-20
1
-0/+1
*
Issue #15615: Add some tests for the json module's handling of invalid input ...
Antoine Pitrou
2012-08-18
1
-0/+1
*
Issue #15444: Use proper spelling for non-ASCII contributor names.
Antoine Pitrou
2012-08-11
1
-1/+1
*
Issue #15424: Add a __sizeof__ implementation for array objects.
Meador Inge
2012-08-11
1
-0/+1
*
Issue #15501: Document exception classes in subprocess module.
Andrew Svetlov
2012-08-09
1
-0/+1
*
Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple...
Andrew Svetlov
2012-07-30
1
-0/+1
*
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Richard Oudkerk
2012-07-27
1
-0/+1
*
#13922: argparse no longer incorrectly strips '--' after the first one.
R David Murray
2012-07-22
1
-0/+1
*
Issue #15406: Fix deprecation warning in ctypes test_bitfields.py
Meador Inge
2012-07-20
1
-0/+1
*
Issue #15394: Fix ref leaks in PyModule_Create.
Meador Inge
2012-07-19
1
-0/+1
*
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
Gregory P. Smith
2012-07-16
1
-0/+1
*
Remove duplicate entry and fix order
Antoine Pitrou
2012-07-13
1
-2/+1
*
Issue #15334: skip test_dynamic_key when run in non-interactive mode.
Antoine Pitrou
2012-07-13
1
-0/+1
*
Issue #15300: Ensure the temporary test working directories are in the same p...
Antoine Pitrou
2012-07-11
1
-0/+1
*
Issue #10571: Fix the "--sign" option of distutils' upload command.
Antoine Pitrou
2012-06-28
1
-0/+1
*
Issue #15079: make a test applicable to both C and Python versions of the pic...
Antoine Pitrou
2012-06-26
1
-0/+1
*
#14840: Add a bit on the difference between tuples and lists. Initial patch ...
Ezio Melotti
2012-06-17
1
-0/+1
*
Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...
Antoine Pitrou
2012-05-28
1
-0/+1
*
#14472: Update .gitignore
Petri Lehtinen
2012-05-22
1
-0/+1
*
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
Petri Lehtinen
2012-05-19
1
-0/+1
*
#14798: pyclbr now raises ImportError instead of KeyError for missing packages
Petri Lehtinen
2012-05-18
1
-0/+1
*
Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejew...
Mark Dickinson
2012-05-13
1
-0/+1
*
Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...
Jesus Cea
2012-05-10
1
-0/+1
*
Issue #14761: Fix potential leak on an error case in the import machinery.
Antoine Pitrou
2012-05-09
1
-0/+1
*
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
Ezio Melotti
2012-05-06
1
-0/+1
*
Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
Alexander Belopolsky
2012-04-29
1
-0/+1
*
add Mark Shannon
Benjamin Peterson
2012-04-23
1
-0/+1
*
Close #14032: fix incorrect variable reference in test_cmd_line_script
Nick Coghlan
2012-04-19
1
-0/+1
*
#14399: zipfile now correctly handles comments added to empty zipfiles.
R David Murray
2012-04-12
1
-0/+1
*
Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
Charles-François Natali
2012-04-12
1
-0/+1
*
Issue #7978: socketserver now restarts the select() call when EINTR is returned.
Antoine Pitrou
2012-04-08
1
-0/+1
*
Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
Ross Lagerwall
2012-03-19
1
-0/+1
*
#14291: if a header has non-ascii unicode, default to CTE using utf-8
R David Murray
2012-03-14
1
-0/+1
*
#14179: add tests for re.compile. Patch by Florian Mladitsch.
Ezio Melotti
2012-03-12
1
-0/+1
*
str.format_map tests don't do what they say: fix to actually implement the in...
Eric V. Smith
2012-03-12
1
-0/+1
*
Issue #14177: marshal.loads() now raises TypeError when given an unicode string.
Antoine Pitrou
2012-03-03
1
-0/+1
*
Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.
Antoine Pitrou
2012-02-27
1
-0/+1
*
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures
Petri Lehtinen
2012-02-21
1
-0/+1
*
Issue #13491: Fix many errors in sqlite3 documentation
Petri Lehtinen
2012-02-15
1
-0/+1
*
Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes
Petri Lehtinen
2012-02-12
1
-0/+1
*
Branch merge
Éric Araujo
2012-02-05
1
-0/+1
|
\
|
*
Stop ignoring RPMs in distutils' upload command (#2945).
Éric Araujo
2012-01-15
1
-0/+1
*
|
#13506 Add '' to path for interactive interpreter by adding with_cwd parameter
Terry Jan Reedy
2012-01-31
1
-1/+2
[next]