Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
519f43844babca8bb23cfc2cd0ba9f5ee0b26034
519f438
Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF.
by Nadeem Vawda
· 12 years ago
3907994
Issue #16350: Fix zlib decompressor handling of unused_data with multiple calls to decompress() after EOF.
by Nadeem Vawda
· 12 years ago
ab60de4
Issue #8271: Fix compilation on Windows
by Victor Stinner
· 12 years ago
570942e
#5057: null merge with 3.2 (only add tests).
by Ezio Melotti
· 12 years ago
6c5f521
#5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds.
by Ezio Melotti
· 12 years ago
f7ed5d1
#8271: the utf-8 decoder now outputs the correct number of U+FFFD characters when used with the "replace" error handler on invalid utf-8 sequences. Patch by Serhiy Storchaka, tests by Ezio Melotti.
by Ezio Melotti
· 12 years ago
55b5d5c
Properly credit patch
by Nick Coghlan
· 12 years ago
10d6dde
Issue #5765: Also check the compiler when finding the recursion limit
by Nick Coghlan
· 12 years ago
aab9c2b
Issue #5765: Apply a hard recursion limit in the compiler
by Nick Coghlan
· 12 years ago
1321eda
Issue #16402: Merge fix from 3.2
by Mark Dickinson
· 12 years ago
8cd1c76
Issue #16402: In range slicing, fix shadowing of exceptions from __index__ method.
by Mark Dickinson
· 12 years ago
7ce22d1
#16304: merge with 3.2.
by Ezio Melotti
· 12 years ago
b87f82f
#16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz.
by Ezio Melotti
· 12 years ago
d081fbb
Fix compilation on Windows
by Christian Heimes
· 12 years ago
6d26ade
Fix compilation on Windows
by Christian Heimes
· 12 years ago
309b043
Avoid fd leak in example. Caught by Serhiy.
by Éric Araujo
· 12 years ago
a113e01
Branch merge
by Éric Araujo
· 12 years ago
8f423c9
Add examples for opener argument of open (#13424).
by Éric Araujo
· 12 years ago
a0b5c46
#16336: merge with 3.2.
by Ezio Melotti
· 12 years ago
540da76
#16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka.
by Ezio Melotti
· 12 years ago
0167edf
Merge typo fixes with 3.2.
by Ezio Melotti
· 12 years ago
8af179e
Fix a couple typos in Misc/NEWS.
by Ezio Melotti
· 12 years ago
7376801
#8401: merge with 3.2.
by Ezio Melotti
· 12 years ago
c64bcbe
#8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error.
by Ezio Melotti
· 12 years ago
1c8bb9f
Merge from 3.2: link to mapping glossary entry in docs.
by Chris Jerdonek
· 12 years ago
11f3f17
Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs.
by Chris Jerdonek
· 12 years ago
68600af
#12759: merge with 3.2.
by Ezio Melotti
· 12 years ago
0941d9f
#12759: sre_parse now raises a proper error when the name of the group is missing. Initial patch by Serhiy Storchaka.
by Ezio Melotti
· 12 years ago
befaac0
#4711: merge with 3.2.
by Ezio Melotti
· 12 years ago
dedfa9b
#4711: break long words in the docs sidebar to avoid overflow.
by Ezio Melotti
· 12 years ago
fafa8b7
#16152: merge with 3.2.
by Ezio Melotti
· 12 years ago
2cc3b4b
#16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder.
by Ezio Melotti
· 12 years ago
4af77a0
Issue #15814: Use hash function that is compatible with the equality
by Stefan Krah
· 12 years ago
e6996ed
Issue #16145: Support legacy strings in the _csv module.
by Stefan Krah
· 12 years ago
ed71918
merge with 3.2
by Georg Brandl
· 12 years ago
4552e3f
Grammar touchup.
by Georg Brandl
· 12 years ago
e2af509
Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
by Andrew Svetlov
· 12 years ago
d183767
Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
by Andrew Svetlov
· 12 years ago
129f57b
Merge: Reword set docs to use *proper subset/superset* terminology.
by Andrew Svetlov
· 12 years ago
5bb4207
Reword set docs to use *proper subset/superset* terminology.
by Andrew Svetlov
· 12 years ago
7c91dbe
Merge issue #14893: Add function annotation example to function tutorial.
by Andrew Svetlov
· 12 years ago
1491cbd
Issue #14893: Add function annotation example to function tutorial.
by Andrew Svetlov
· 12 years ago
0168d3d
Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on.
by Antoine Pitrou
· 12 years ago
e4ad37e
Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on.
by Antoine Pitrou
· 12 years ago
5ebe65f
Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded.
by Antoine Pitrou
· 12 years ago
9f69e79
Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded.
by Antoine Pitrou
· 12 years ago
90c0eb2
Issue #16218: Support non ascii characters in python launcher.
by Andrew Svetlov
· 12 years ago
2e99d63
Merge: change docstring for xdrlib.Error to use new style exceptions.
by Andrew Svetlov
· 12 years ago
42d5c41
Change docstring for xdrlib.Error to use new style exceptions.
by Andrew Svetlov
· 12 years ago
b904e42
Merge issue #16373: Prevent infinite recursion for ABC Set class operations.
by Andrew Svetlov
· 12 years ago
bcac6ad
Issue #16373: Prevent infinite recursion for ABC Set class operations.
by Andrew Svetlov
· 12 years ago
5e5bbfb
merge heads
by Benjamin Peterson
· 12 years ago
e132f52
check return value of _PyUnicode_AsString
by Benjamin Peterson
· 12 years ago
091bf53
Merge issue #16377: Fix bisect unittest.
by Andrew Svetlov
· 12 years ago
eda1f4c
Issue #16377: Fix bisect unittest.
by Andrew Svetlov
· 12 years ago
f9fcf02
null merge
by Andrew Svetlov
· 12 years ago
01e1e35
merge heads
by Andrew Svetlov
· 12 years ago
1e61e58
Merge issue #14900: document added sort keys for profile stats.
by Andrew Svetlov
· 12 years ago
5f91ad3
Issue #14900: document added sort keys for profile stats.
by Andrew Svetlov
· 12 years ago
d3405ed
Issue #16348: merge fix from 3.2.
by Mark Dickinson
· 12 years ago
6ae568b
Issue #16348: Fix incorrect documentation for Decimal.remainder_near.
by Mark Dickinson
· 12 years ago
591c921
merge 3.2
by Benjamin Peterson
· 12 years ago
9892f52
avoid a function call with redundant checks for dict size
by Benjamin Peterson
· 12 years ago
67f7a5a
merge 3.2
by Benjamin Peterson
· 12 years ago
37d2c99
fix spelling
by Benjamin Peterson
· 12 years ago
d97eb0d
merge 3.2 (#16345)
by Benjamin Peterson
· 12 years ago
275c848
merge heads
by Benjamin Peterson
· 12 years ago
d1f2cb3
only fast-path fromkeys() when the constructor returns a empty dict (closes #16345)
by Benjamin Peterson
· 12 years ago
616f803
Issue #16197: Fix several small errors in winreg documentation.
by Andrew Svetlov
· 12 years ago
08d8434
MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!
by Jesus Cea
· 12 years ago
64085e3
Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!
by Jesus Cea
· 12 years ago
3e11d65
merge #16371: fix up the English a bit more.
by R David Murray
· 12 years ago
a2959ce
#16371: fix up the English a bit more.
by R David Murray
· 12 years ago
0451d25
Merge issue #16371: fix typo in ctypes documentation.
by Andrew Svetlov
· 12 years ago
ec42255
Issue #16371: fix typo in ctypes documentation.
by Andrew Svetlov
· 12 years ago
694f9ce
Merge issue #16370: Mention Py_SetProgramName in example for very high level embedding.
by Andrew Svetlov
· 12 years ago
e1fa22a
Issue #16370: Mention Py_SetProgramName in example for very high level embedding.
by Andrew Svetlov
· 12 years ago
f9c7c36
Merge: Remove already dropped function PySys_GetFile from documentation.
by Andrew Svetlov
· 12 years ago
4deb16d
Remove already dropped function PySys_GetFile from documentation.
by Andrew Svetlov
· 12 years ago
796c443
Merge: fix docstring for deque ctor to mark iterable parameter optional
by Andrew Svetlov
· 12 years ago
6a5c7c3
Fix docstring for deque ctor to mark iterable parameter optional
by Andrew Svetlov
· 12 years ago
7ea6f70
Fix typo in mock docs.
by Andrew Svetlov
· 12 years ago
2c05a2e
do safety checks on __qualname__ assignment
by Benjamin Peterson
· 12 years ago
8afa7fa
don't shadow the __qualname__ descriptor with __qualname__ in the class's __dict__ (closes #16271)
by Benjamin Peterson
· 12 years ago
e8ea97f
merge 3.2 (#16369)
by Benjamin Peterson
· 12 years ago
c431128
initialize more global type objects (closes #16369)
by Benjamin Peterson
· 12 years ago
cc4bacf
#12890: fix test on windows
by R David Murray
· 12 years ago
6b879fa
Merge 3.2
by Brian Curtin
· 12 years ago
e9aeca7
Fix #16197. Update docstrings and documentation to match winreg code.
by Brian Curtin
· 12 years ago
4648b47
#14897: Enhance error messages of struct.pack and struct.pack_into
by Petri Lehtinen
· 12 years ago
92c28ca
#14897: Enhance error messages of struct.pack and struct.pack_into
by Petri Lehtinen
· 12 years ago
646eb1e
Merge with 3.2 for issue #16262
by Ross Lagerwall
· 12 years ago
1b863eb
Fix regression from issue #16262
by Ross Lagerwall
· 12 years ago
d285029
Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages.
by Chris Jerdonek
· 12 years ago
8b7f9f5
Remove unneeded "Release" and "Date" markers from doc index pages.
by Chris Jerdonek
· 12 years ago
6c1da82
merge
by Brett Cannon
· 12 years ago
f873d7c
Issue #16342: Lib/_sysconfigdata.py is no longer put into Lib, so
by Brett Cannon
· 12 years ago
6294305
Merge: Add test for BZ2Decompressor.decompress("") after end of stream.
by Nadeem Vawda
· 12 years ago
a1952d4
Add test for BZ2Decompressor.decompress("") after end of stream.
by Nadeem Vawda
· 12 years ago
484adb5
Merged upstream changes.
by Vinay Sajip
· 12 years ago
Next »