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
*
Fix a couple typos in Misc/NEWS.
Ezio Melotti
2012-11-03
1
-3/+3
*
#8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an ...
Ezio Melotti
2012-11-03
1
-0/+3
*
#12759: sre_parse now raises a proper error when the name of the group is mis...
Ezio Melotti
2012-11-03
1
-0/+3
*
#16152: fix tokenize to ignore whitespace at the end of the code when no newl...
Ezio Melotti
2012-11-03
2
-0/+4
*
Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
Andrew Svetlov
2012-11-01
1
-0/+3
*
Issue #16230: Fix a crash in select.select() when one the lists changes size ...
Antoine Pitrou
2012-11-01
1
-0/+3
*
Issue #16228: Fix a crash in the json module where a list changes size while ...
Antoine Pitrou
2012-11-01
1
-0/+3
*
fix spelling
Benjamin Peterson
2012-10-31
1
-1/+1
*
only fast-path fromkeys() when the constructor returns a empty dict (closes #...
Benjamin Peterson
2012-10-31
1
-0/+3
*
Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). D...
Jesus Cea
2012-10-31
1
-0/+2
*
#14897: Enhance error messages of struct.pack and struct.pack_into
Petri Lehtinen
2012-10-29
2
-1/+5
*
Issue #14700: Fix buggy overflow checks for large precision and width in new-...
Mark Dickinson
2012-10-28
1
-0/+3
*
#8040: add a version switcher to the documentation. Patch by Yury Selivanov.
Ezio Melotti
2012-10-27
2
-0/+4
*
#12890: don't emit <p> tags in text mode when logdir specified.
R David Murray
2012-10-27
2
-0/+4
*
Issue #16274: Fix test_asyncore on Solaris.
Trent Nelson
2012-10-27
1
-0/+2
*
#16210: combine the two type() docs. Patch by Pete Sevander.
Ezio Melotti
2012-10-24
1
-0/+1
*
#15040: Close files in mailbox tests for PyPy compatibility
Petri Lehtinen
2012-10-23
2
-0/+4
*
Issue #14398: Fix size truncation and overflow bugs in bz2 module.
Nadeem Vawda
2012-10-21
1
-0/+2
*
Issue #5148: Ignore 'U' in mode given to gzip.open() and gzip.GzipFile().
Nadeem Vawda
2012-10-21
1
-0/+2
*
Issue #16220: wsgiref now always calls close() on an iterable response.
Antoine Pitrou
2012-10-21
2
-0/+4
*
Issue #6074: Restore the long-broken support for running with read-only sourc...
Nick Coghlan
2012-10-19
1
-0/+3
*
Issue #9583: Document startup option/environment interaction.
Andrew Svetlov
2012-10-17
1
-0/+1
*
Fixes Issue #12268 for the io module - File readline, readlines and
Gregory P. Smith
2012-10-12
1
-0/+5
*
Fix #16176. Properly identify Windows 8 via platform.platform()
Brian Curtin
2012-10-11
1
-0/+2
*
Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2.
Chris Jerdonek
2012-10-09
1
-0/+3
*
Issue #14783: Backport changes from 3.2.
Chris Jerdonek
2012-10-08
1
-0/+3
*
Issue #14900: Distuguish call count and primitive call count in pstat output.
Andrew Svetlov
2012-10-07
1
-0/+2
*
Backed out changeset 5abacebec9d2
Jesus Cea
2012-10-04
2
-0/+4
*
Backed out changeset c73b90b6dadd
Jesus Cea
2012-10-04
2
-4/+0
*
Closes #16112: platform.architecture does not correctly escape argument to /u...
Jesus Cea
2012-10-04
2
-0/+4
*
Fix Misc/ACKS alphabetic order
Jesus Cea
2012-10-03
1
-1/+1
*
Closes #15897: zipimport.c doesn't check return value of fseek()
Jesus Cea
2012-10-03
2
-0/+4
*
#15979: improve timeit documentation.
Ezio Melotti
2012-10-02
1
-0/+2
*
Close #16036: Backport 3.x documentation improvement.
Chris Jerdonek
2012-10-01
1
-0/+3
*
#15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf8...
Ezio Melotti
2012-09-30
1
-0/+3
*
Issue #15756: subprocess.poll() now properly handles errno.ECHILD to
Gregory P. Smith
2012-09-29
1
-0/+4
*
Issues #16029, #16030: Fix pickling and repr of large xranges.
Mark Dickinson
2012-09-28
1
-0/+6
*
Pass on parameters in unittest.TextTestResult.__init__ super call
Michael Foord
2012-09-28
1
-0/+2
*
#15222: Insert blank line after each message in mbox mailboxes
Petri Lehtinen
2012-09-25
1
-0/+2
*
- Issue #15935: Clarification of argparse docs, re: add_argument() type and
Barry Warsaw
2012-09-25
1
-0/+3
*
Issue #16037: Limit httplib's _read_status() function to work around broken
Christian Heimes
2012-09-25
1
-0/+4
*
2.7 : Issue #16013: Fix CSV Reader parsing issue with ending quote characters...
Senthil Kumaran
2012-09-25
1
-0/+3
*
Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
Christian Heimes
2012-09-24
1
-0/+6
*
#15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAX...
Ezio Melotti
2012-09-21
1
-0/+3
*
- Issue #11715: Fix multiarch detection without having Debian development
doko@ubuntu.com
2012-09-21
1
-0/+3
*
#15970: xml.etree.ElementTree now serializes correctly the empty HTML element...
Ezio Melotti
2012-09-19
1
-0/+3
*
#15437, #15439: merge Doc/ACKS.txt with Misc/ACKS and modify Doc/about.rst ac...
Ezio Melotti
2012-09-13
1
-4/+115
*
- Issue #15906: Fix a regression in argparse caused by the preceding change,
Barry Warsaw
2012-09-12
1
-0/+3
*
Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**...
Jesus Cea
2012-09-10
1
-0/+3
*
Closes #15908: SHA1 crashes in 64 bits when the string to hash is bigger than...
Jesus Cea
2012-09-10
1
-0/+3
[next]