Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
247109e74dcdde19c491c966496655cb87834981
247109e
Issue #17615: On Windows (VS2010), Performances of wmemcmp() to compare Unicode
by Victor Stinner
· 12 years ago
2a4df12
merge
by Brett Cannon
· 12 years ago
777622b
What's new entry for issue #17093
by Brett Cannon
· 12 years ago
100883f
Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return
by Brett Cannon
· 12 years ago
0cff4b1
replace(): only call PyUnicode_DATA(u) once
by Victor Stinner
· 12 years ago
cc7af72
Write super-fast version of str.strip(), str.lstrip() and str.rstrip() for pure ASCII
by Victor Stinner
· 12 years ago
f50a4e9
Don't calls macros in PyUnicode_WRITE() parameters
by Victor Stinner
· 12 years ago
9c79e41
Fix do_strip(): don't call PyUnicode_READ() in Py_UNICODE_ISSPACE() to not call
by Victor Stinner
· 12 years ago
b3a6014
Fix _PyUnicode_XStrip()
by Victor Stinner
· 12 years ago
63d5c1a
Optimize PyUnicode_DecodeCharmap()
by Victor Stinner
· 12 years ago
a85af50
Optimize make_bloom_mask(), used by str.strip(), str.lstrip() and str.rstrip()
by Victor Stinner
· 12 years ago
69ed0f4
Use PyUnicode_READ() instead of PyUnicode_READ_CHAR()
by Victor Stinner
· 12 years ago
03c3e35
Add fast-path in PyUnicode_DecodeCharmap() for pure 8 bit encodings:
by Victor Stinner
· 12 years ago
0f344b6
merge heads
by Giampaolo Rodola'
· 12 years ago
a4c377c
Do not raise exception on close() on account of socket attribute still being None:
by Giampaolo Rodola'
· 12 years ago
7005b1f
#17678: Remove the use of a deprecated method http/cookiejar.py. Changing the
by Senthil Kumaran
· 12 years ago
d9fbf36
#17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage
by Senthil Kumaran
· 12 years ago
fa5ef18
null merge
by Senthil Kumaran
· 12 years ago
d281c73
#17648 - convert test_urllib2.py doctests to unittests
by Senthil Kumaran
· 12 years ago
fa1b02a
#17648 - Clean up test_urllib2.py. Converted doctests to unittest for expansion.
by Senthil Kumaran
· 12 years ago
cb31d1f
#17657: merge with 3.3.
by Roger Serwy
· 12 years ago
0803a39
#17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito.
by Roger Serwy
· 12 years ago
cd777ea
Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possible
by Victor Stinner
· 12 years ago
9fc5981
Issue #17615: Add tests comparing Unicode strings of different kinds
by Victor Stinner
· 12 years ago
c1302bb
Issue #17615: Expand expensive PyUnicode_READ() macro in unicode_compare():
by Victor Stinner
· 12 years ago
ffcd339
Close #17666: Fix reading gzip files with an extra field.
by Serhiy Storchaka
· 12 years ago
7e69f00
Close #17666: Fix reading gzip files with an extra field.
by Serhiy Storchaka
· 12 years ago
c137f7c
#17484: Actually add the getpass tests this time.
by R David Murray
· 12 years ago
5346b68
Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns iterator.
by Andrew Svetlov
· 12 years ago
b0f9fa7
Add NEWS entry for #17502: Process DEFAULT values in mock side_effect that returns iterator.
by Andrew Svetlov
· 12 years ago
319d58d
#17484: add tests for getpass.
by R David Murray
· 12 years ago
7efa3b8
Close #13126: "Simplify" FASTSEARCH() code to help the compiler to emit more
by Victor Stinner
· 12 years ago
4b7b0f0
gibibytes (Arfrever)
by Antoine Pitrou
· 12 years ago
d673ed9
#17613: merge with 3.3.
by Roger Serwy
· 12 years ago
7733be8
#17613: Prevent traceback when removing syntax colorizer in IDLE.
by Roger Serwy
· 12 years ago
4687cf7
#1207589: merge with 3.3.
by Roger Serwy
· 12 years ago
6b2918a
#1207589: Backwards-compatibility patch for right-click menu in IDLE.
by Roger Serwy
· 12 years ago
299978d
Issue #15596: Faster pickling of unicode strings.
by Antoine Pitrou
· 12 years ago
5a3c6db
merge heads
by Benjamin Peterson
· 12 years ago
20efcfa
add Zbigniew Halas to ACKS
by Benjamin Peterson
· 12 years ago
8ab1e51
Process DEFAULT values in mock side_effect that returns iterator.
by Andrew Svetlov
· 12 years ago
8b2cd75
Process DEFAULT values in mock side_effect that returns iterator.
by Andrew Svetlov
· 12 years ago
595365d
Merge heads
by Andrew Svetlov
· 12 years ago
5cd72b7
Update argparse docs to follow order of ArgumentParser() arguments.
by Andrew Svetlov
· 12 years ago
5b6e1ca
Update argparse docs to follow order of ArgumentParser() arguments.
by Andrew Svetlov
· 12 years ago
56b0a3d
Remove redundant imports
by Raymond Hettinger
· 12 years ago
1a2ea9c
merge
by Raymond Hettinger
· 12 years ago
17328e4
Clean-up lru_cache examples. The print() not is needed. Set maxsize to a power of two.
by Raymond Hettinger
· 12 years ago
cdbb06c
#16887: merge with 3.3.
by Roger Serwy
· 12 years ago
0ef392c
#16887: IDLE now accepts Cancel in tabify/untabify dialog box.
by Roger Serwy
· 12 years ago
ee57f15
Revert a premature patch for issue #14010 (changeset 846bd418aee5).
by Serhiy Storchaka
· 12 years ago
278d03b
Revert a premature patch for issue #14010 (changeset aaaf36026511).
by Serhiy Storchaka
· 12 years ago
710b5f0
Merge
by Antoine Pitrou
· 12 years ago
9e64c91
Merge
by Antoine Pitrou
· 12 years ago
7d8c29a
Issue #17645: convert an assert() into a proper exception in _Py_Mangle().
by Antoine Pitrou
· 12 years ago
55bff89
Issue #17645: convert an assert() into a proper exception in _Py_Mangle().
by Antoine Pitrou
· 12 years ago
7bd190f
merge 3.3
by Benjamin Peterson
· 12 years ago
c496eda
move IDLE news to its own section
by Benjamin Peterson
· 12 years ago
aac81e2
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
by Serhiy Storchaka
· 12 years ago
e8f706e
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
by Serhiy Storchaka
· 12 years ago
c53fd51
Change wording as Eli Bendersky suggests.
by Andrew Svetlov
· 12 years ago
e16f4dc
Change wording as Eli Bendersky suggests.
by Andrew Svetlov
· 12 years ago
a4f988c
merge with 3.3
by Georg Brandl
· 12 years ago
03b273f
Add 3.3.1 to LICENSE files.
by Georg Brandl
· 12 years ago
98297f4
merge with 3.3
by Georg Brandl
· 12 years ago
bf56102
Post-release update for 3.3.1
by Georg Brandl
· 12 years ago
cca5548
merge with 3.3.1 release clone
by Georg Brandl
· 12 years ago
2fd4abe
merge with 3.2 branch
by Georg Brandl
· 12 years ago
485acde
Added tag v3.3.1 for changeset d9893d13c628
by Georg Brandl
· 12 years ago
9aa23c5
Bump to 3.3.1.
by Georg Brandl
· 12 years ago
11692ac
Added tag v3.2.4 for changeset 1e10bdeabe3d
by Georg Brandl
· 12 years ago
8bc7e31
Bump to 3.2.4.
by Georg Brandl
· 12 years ago
0aaaa62
Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks() when running on valgrind.
by Antoine Pitrou
· 12 years ago
cb04acf
Add link to glossary for hashable term in docs for set type
by Andrew Svetlov
· 12 years ago
9a411ce
Add link to glossary for hashable term in docs for set type
by Andrew Svetlov
· 12 years ago
a5b89c1
Fix typo
by Andrew Svetlov
· 12 years ago
e463b66
Fix typo
by Andrew Svetlov
· 12 years ago
9740455
Fix typo.
by Andrew Svetlov
· 12 years ago
815b0e2
Fix typo.
by Andrew Svetlov
· 12 years ago
a8a57f4
null merge
by Senthil Kumaran
· 12 years ago
4a2ab12
Issue #17483: 3.3 Branch - Remove unreachable code in urllib.request
by Senthil Kumaran
· 12 years ago
ace34dd
#17365: Remove Python 2 code from test_print Patch by Berker Peksag
by Andrew Svetlov
· 12 years ago
b9e2147
#8913: merge with 3.3.
by Ezio Melotti
· 12 years ago
09f0dde
#8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen.
by Ezio Melotti
· 12 years ago
4d34bae
merge 3.3 (#17625)
by Benjamin Peterson
· 12 years ago
38546ee
close search and replace dialog after it is used (closes #17625)
by Benjamin Peterson
· 12 years ago
7684fa8
close search and replace dialog after it is used (closes #17625)
by Benjamin Peterson
· 12 years ago
cf658c2
close search and replace dialog after it is used (closes #17625)
by Benjamin Peterson
· 12 years ago
effbdee
Remove the "Extension Modules" section.
by Ezio Melotti
· 12 years ago
d57f047
#17572: merge with 3.3.
by Ezio Melotti
· 12 years ago
0f38908
#17572: Avoid chained exceptions while passing bad directives to time.strptime(). Initial patch by Claudiu Popa.
by Ezio Melotti
· 12 years ago
8fc16b3
Merge with 3.3
by Terry Jan Reedy
· 12 years ago
a99e171
Issue #15940: NEWS entry
by Terry Jan Reedy
· 12 years ago
fd4bba1
Merge with 3.3
by Terry Jan Reedy
· 12 years ago
41459a9
Issue #15940: Replace tab.
by Terry Jan Reedy
· 12 years ago
670e1b7
Merge with 3.3
by Terry Jan Reedy
· 12 years ago
b5e2e7e
Issue #15940: Specify effect of locale on time functions.
by Terry Jan Reedy
· 12 years ago
eea1f5c
Merge
by Richard Oudkerk
· 12 years ago
614c578
Issue #17619: Make input() check for Ctrl-C correctly on Windows.
by Richard Oudkerk
· 12 years ago
c616604
Merge: Use repr when printing unknown url type in urlopen.
by R David Murray
· 12 years ago
Next »