Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f476405503c0ea80541df26cda7a4fa6af263659
f476405
fix typo in a comment
by Victor Stinner
· 12 years ago
5b235d0
Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for non-blocking applications.
by Antoine Pitrou
· 12 years ago
323d292
Null merge.
by R David Murray
· 12 years ago
bca1a26
#17135: Add note in imp to use importlib for new programs.
by R David Murray
· 12 years ago
bb4503f
Partial revert of changeset 9744b2df134c
by Victor Stinner
· 12 years ago
fb161b1
Split PyUnicode_DecodeCharmap() into subfunction for readability
by Victor Stinner
· 12 years ago
33a3c50
#17135: mark imp as deprecated as of 3.4.
by R David Murray
· 12 years ago
170ca6f
Fix bug in Unicode decoders related to _PyUnicodeWriter
by Victor Stinner
· 12 years ago
376cfa1
Fix typo in unicode_decode_call_errorhandler_writer()
by Victor Stinner
· 12 years ago
8f674cc
Close #17694: Add minimum length to _PyUnicodeWriter
by Victor Stinner
· 12 years ago
e84a51c
Merge.
by Richard Oudkerk
· 12 years ago
245bbee
Merge.
by Richard Oudkerk
· 12 years ago
0471ac3
Merge.
by Richard Oudkerk
· 12 years ago
b147f60
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
by Richard Oudkerk
· 12 years ago
b8da0a5
Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long.
by Antoine Pitrou
· 12 years ago
cf8a1e5
- Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long.
by Antoine Pitrou
· 12 years ago
409c313
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
by Richard Oudkerk
· 12 years ago
c149902
merge 3.3
by Benjamin Peterson
· 12 years ago
3083071
Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts.
by Giampaolo Rodola'
· 12 years ago
b38897f
Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts.
by Giampaolo Rodola'
· 12 years ago
22b9e65
#14735: merge with 3.3.
by Roger Serwy
· 12 years ago
643ea53
#14735: Update IDLE docs to omit "Control-z on Windows".
by Roger Serwy
· 12 years ago
5aa7685
#17771: merge with 3.3.
by Ezio Melotti
· 12 years ago
a68c1ab
#17771: fix typo. Patch by Andriy Mysyk.
by Ezio Melotti
· 12 years ago
abe46fd
#17766: merge with 3.3.
by Ezio Melotti
· 12 years ago
d13c008
#17766: test_iterlen now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
3533ef2
#17740: merge with 3.3.
by Ezio Melotti
· 12 years ago
c048d98
#17740: fix links to the socket function. Initial patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
9b42128
Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets.
by Antoine Pitrou
· 12 years ago
d34941a
Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets.
by Antoine Pitrou
· 12 years ago
99c56e8
Remove unused import
by Barry Warsaw
· 12 years ago
20c08c8
Remove unused import.
by Barry Warsaw
· 12 years ago
ecaefcf
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
by Barry Warsaw
· 12 years ago
618738b
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
by Barry Warsaw
· 12 years ago
7c5e094
Make C and Python implementations of pickle load STRING opcodes the same way.
by Alexandre Vassalotti
· 12 years ago
48a2e7c
merge 3.3
by Benjamin Peterson
· 12 years ago
51ce29c
remove pointless code (closes #17738)
by Benjamin Peterson
· 12 years ago
af94051
Issue #17710: Fix pickle raising a SystemError on bogus input.
by Antoine Pitrou
· 12 years ago
3034efd
Issue #17710: Fix pickle raising a SystemError on bogus input.
by Antoine Pitrou
· 12 years ago
acfc454
#13510: merge with 3.3.
by Ezio Melotti
· 12 years ago
ed3cd7e
#13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti.
by Ezio Melotti
· 12 years ago
7d55a40
Issue #17728: Merge with 3.3.
by Eric V. Smith
· 12 years ago
45fe62d
Issue #17728: Specify default precision for float.format for presentation types e, f, and g.
by Eric V. Smith
· 12 years ago
d25e7de
Merge fix for #17731 from 3.3
by Nick Coghlan
· 12 years ago
f1465f0
Close #17731: Clean up properly in test_import
by Nick Coghlan
· 12 years ago
66940a1
Issue #17713: Added failure diagnostics to test.
by Vinay Sajip
· 12 years ago
77282cb
Cleanup PyUnicode_Contains()
by Victor Stinner
· 12 years ago
d92e078
Minor change: fix character in do_strip() for the ASCII case
by Victor Stinner
· 12 years ago
f033510
Cleanup PyUnicode_Append()
by Victor Stinner
· 12 years ago
26dfaac9
#17341: Include name in re error message about invalid group name.
by R David Murray
· 12 years ago
4560f9c
PyUnicode_Join(): move use_memcpy test out of the loop to cleanup and optimize the code
by Victor Stinner
· 12 years ago
55c0878
Optimize repr(str): use _PyUnicode_FastCopyCharacters() when no character is escaped
by Victor Stinner
· 12 years ago
af03757
Optimize ascii(str): don't encode/decode repr if repr is already ASCII
by Victor Stinner
· 12 years ago
322cc74
Issue #17693: Fix memory/reference leaks
by Victor Stinner
· 12 years ago
bf71f7d
Merge #17341: Include name in re error message about invalid group name.
by R David Murray
· 12 years ago
255fb3e
add a newline
by Brett Cannon
· 12 years ago
9c367c2
merge
by Brett Cannon
· 12 years ago
edfd6ae
Issue #17244: Don't mask exceptions raised during the creation of
by Brett Cannon
· 12 years ago
4e762ee
Issue #17221: Resort Misc/NEWS.
by Serhiy Storchaka
· 12 years ago
f2fa5fc
Issue #17221: Resort Misc/NEWS.
by Serhiy Storchaka
· 12 years ago
672559f
(Merge 3.3) Issue #17702: use assertRaises() for the unit test
by Victor Stinner
· 12 years ago
839e5ea
Issue #17702: use assertRaises() for the unit test
by Victor Stinner
· 12 years ago
43aa0d0
(Merge 3.3) Close #17702: os.environ now raises KeyError with the original
by Victor Stinner
· 12 years ago
6d10139
Close #17702: os.environ now raises KeyError with the original environment
by Victor Stinner
· 12 years ago
76b3b27
stringlib: remove unused STRINGLIB_RESIZE macro
by Victor Stinner
· 12 years ago
685bd4a
Merge fix for #16163 from 3.3
by Nick Coghlan
· 12 years ago
c4e0d98
Close issue #16163: handle submodules in pkgutil.iter_importers
by Nick Coghlan
· 12 years ago
8b4c719
Issue #17713: additional tweak to test.
by Vinay Sajip
· 12 years ago
d86ac96
Closes #17713: Fixed bug in test_compute_rollover_weekly_attime.
by Vinay Sajip
· 12 years ago
8a34596
#2118: IOError is deprecated, use OSError.
by R David Murray
· 12 years ago
96d6a78
Merge 3.3
by Alexandre Vassalotti
· 12 years ago
a3e32c9
Closes #16551. Cleanup pickle.py.
by Serhiy Storchaka
· 12 years ago
8157459
Merge heads.
by Alexandre Vassalotti
· 12 years ago
8db89ca
Issue #16550: Update the opcode descriptions of pickletools to use unsigned
by Alexandre Vassalotti
· 12 years ago
c8fb047
merge with 3.3
by Georg Brandl
· 12 years ago
1aca953
Fix example ignoring ".svn" directories in compileall.
by Georg Brandl
· 12 years ago
e827ea8
merge with 3.3
by Georg Brandl
· 12 years ago
1e1134a
The Integral class does not contain implementations for the bit-shifting operations. (See #3056.)
by Georg Brandl
· 12 years ago
015427e
merge with 3.3
by Georg Brandl
· 12 years ago
5e2954e
Clarify that the function *definition* creates the function and the binding in the module globals.
by Georg Brandl
· 12 years ago
b979f10
merge with 3.3
by Georg Brandl
· 12 years ago
1d472b7
Closes #14462: allow any valid Python identifier in sre group names, as documented.
by Georg Brandl
· 12 years ago
cc75717
Style cleanups for pickle.py and _pickle.
by Alexandre Vassalotti
· 12 years ago
f36f20f
merge with 3.3
by Georg Brandl
· 12 years ago
991fc57
Closes #13638: document PyErr_SetFromErrnoWithFilenameObject,
by Georg Brandl
· 12 years ago
6d9e145
Merge 3.3
by Alexandre Vassalotti
· 12 years ago
5c4874f
Merge heads.
by Alexandre Vassalotti
· 12 years ago
1e6a3a2
merge with 3.3
by Georg Brandl
· 12 years ago
a204636
bind('') does not do the same as bind('localhost')
by Georg Brandl
· 12 years ago
f221377
merge with 3.3
by Georg Brandl
· 12 years ago
5f4b4ac
Update code examples using collections.abc classes.
by Georg Brandl
· 12 years ago
9def205
merge with 3.3
by Georg Brandl
· 12 years ago
7b8c132
Closes #17726: small clarification in design FAQ.
by Georg Brandl
· 12 years ago
00d83f2
Clean up error messages raised by save_reduce in _pickle.
by Alexandre Vassalotti
· 12 years ago
94a9a2d
merge with 3.3
by Georg Brandl
· 12 years ago
e095968
Update using/mac documentation which was still on 2.5.
by Georg Brandl
· 12 years ago
cf72c5e
merge with 3.3
by Georg Brandl
· 12 years ago
dec3b3f
Clarify point in name mangling doc.
by Georg Brandl
· 12 years ago
bdc3eb7
Merge 3.3
by Alexandre Vassalotti
· 12 years ago
6eea818
Fix pickling test in test_memoryio.
by Alexandre Vassalotti
· 12 years ago
Next »