Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
16e6a80923db90031a50790613ef3673b30886d2
16e6a80
PyUnicode_Resize(): warn about canonical representation
by Victor Stinner
· 13 years ago
b0a82a6
Fix PyUnicode_Resize() for compact string: leave the string unchanged on error
by Victor Stinner
· 13 years ago
521dfb0
Add missing versionchanged information.
by Lars Gustäbel
· 13 years ago
ff7f64c
Issue #13544: Add __qualname__ to functools.WRAPPER_ASSIGNMENTS.
by Meador Inge
· 13 years ago
bf6e560
Make PyUnicode_Copy() private => _PyUnicode_Copy()
by Victor Stinner
· 13 years ago
7a9105a
resize_copy() now supports legacy ready strings
by Victor Stinner
· 13 years ago
488fa49
Rewrite PyUnicode_Append(); unicode_modifiable() is more strict
by Victor Stinner
· 13 years ago
24c74be
PyUnicode_IS_ASCII() macro ensures that the string is ready
by Victor Stinner
· 13 years ago
c4b4954
Create unicode_result_unchanged() subfunction
by Victor Stinner
· 13 years ago
eaab604
Fix fixup() for unchanged unicode subtype
by Victor Stinner
· 13 years ago
e6b2d44
unicode_fromascii() doesn't check string content twice in debug mode
by Victor Stinner
· 13 years ago
a1d12bb
Call directly PyUnicode_DecodeUTF8Stateful() instead of PyUnicode_DecodeUTF8()
by Victor Stinner
· 13 years ago
382955f
Use directly unicode_empty instead of PyUnicode_New(0, 0)
by Victor Stinner
· 13 years ago
785938e
Move the slowest UTF-8 decoder to its own subfunction
by Victor Stinner
· 13 years ago
84def37
Fix error handling in resize_compact()
by Victor Stinner
· 13 years ago
8bbe788
merge heads
by Benjamin Peterson
· 13 years ago
2122cf7
alias resource.error to OSError
by Benjamin Peterson
· 13 years ago
836e9aa
fix #13563: make use of with statement in ftplib.py where needed
by Giampaolo Rodola'
· 13 years ago
313b2ad
Fix imports in xml.dom.
by Florent Xicluna
· 13 years ago
0a9dd2f
Issue #5689: Add support for lzma compression to the tarfile module.
by Lars Gustäbel
· 13 years ago
ce2af33
merge 3.2
by Benjamin Peterson
· 13 years ago
b870aa1
we're always going to have gc
by Benjamin Peterson
· 13 years ago
d3a345a
merge 3.2
by Benjamin Peterson
· 13 years ago
964561b
you can't get resource.error if you can't import resource
by Benjamin Peterson
· 13 years ago
10a6ddb
Issue #11886: Fix also test_time for the non-DST timezone name (EST/AEST)
by Victor Stinner
· 13 years ago
1635e9c
Issue #13453: Catch EAI_FAIL in support.transient_internet.
by Charles-François Natali
· 13 years ago
13859bf
Issue #13453: Catch EAI_FAIL in support.transient_internet.
by Charles-François Natali
· 13 years ago
7f1c15b
Fix comment in difflib.
by Florent Xicluna
· 13 years ago
c67c0b0
Merge with 3.2: Fix doc typo.
by Lars Gustäbel
· 13 years ago
0c6cbbd
Fix doc typo.
by Lars Gustäbel
· 13 years ago
6731775
Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd).
by Florent Xicluna
· 13 years ago
720682e
Merge 3.2
by Florent Xicluna
· 13 years ago
5126df6
Remove obsolete py3k comment.
by Florent Xicluna
· 13 years ago
0e686cb
Fix docstring typo.
by Florent Xicluna
· 13 years ago
a9e9abb
Issue #13528: rework the performance question in the programming FAQ
by Antoine Pitrou
· 13 years ago
432259f
Issue #13528: rework the performance question in the programming FAQ
by Antoine Pitrou
· 13 years ago
1b7458b
Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer.
by Florent Xicluna
· 13 years ago
e3b4715
Write tests for invalid characters (U+00110000)
by Victor Stinner
· 13 years ago
db62389
(Merge 3.2) Issue #5905: time.strftime() is now using the locale encoding,
by Victor Stinner
· 13 years ago
720f34a
Issue #5905: time.strftime() is now using the locale encoding, instead of
by Victor Stinner
· 13 years ago
7f54f75
Issue #13441: Enable the workaround for Solaris locale bug
by Victor Stinner
· 13 years ago
69291c4
Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to workaround
by Victor Stinner
· 13 years ago
5446bba
Issue #13441: Don't test the hu_HU locale on Solaris to workaround a mbstowcs()
by Victor Stinner
· 13 years ago
3459922
What's New in Python 3.3: Add entry for lzma module (issue #6715).
by Nadeem Vawda
· 13 years ago
b682101
Document PyUnicode_Copy() and PyUnicode_EncodeCodePage()
by Victor Stinner
· 13 years ago
d1be878
What's New in Python 3.3: Add a Deprecated section
by Victor Stinner
· 13 years ago
7061413
Issue #13441: Log the locale when localeconv() fails
by Victor Stinner
· 13 years ago
221ea5d
Merge fix for issue #13547.
by Stefan Krah
· 13 years ago
383dd58
Issue #13547: clean Lib/_sysconfigdata.py and Modules/_testembed
by Stefan Krah
· 13 years ago
2ac5fac
Merge.
by Stefan Krah
· 13 years ago
9a17cc3
Merge second fix for issue #11149.
by Stefan Krah
· 13 years ago
af04ff2
Issue #11149: Also enable -fwrapv if $CC is a full path
by Stefan Krah
· 13 years ago
8faf821
PyUnicode_FromWideChar() and PyUnicode_FromUnicode() raise a ValueError if a
by Victor Stinner
· 13 years ago
bc9f0c6
(Merge 3.2) Issue #11886: workaround an OS bug (time zone data) in test_time
by Victor Stinner
· 13 years ago
0cd4790
Issue #11886: workaround an OS bug (time zone data) in test_time
by Victor Stinner
· 13 years ago
0c4fbff
libpython.py: defer call to gdb.lookup_type('PyUnicodeObject')
by Victor Stinner
· 13 years ago
1659b83
Followup to a541bda2f5e2: Add a short comment.
by Charles-François Natali
· 13 years ago
96e7677
#13531: merge with 3.2.
by Ezio Melotti
· 13 years ago
eb58794
#13531: add a test for defaultdict with a non-callable arg. Patch by Mike Cheng.
by Ezio Melotti
· 13 years ago
7c0b0cc
Issue #11051: Reduce the number of syscalls per import.
by Charles-François Natali
· 13 years ago
3be637e
Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".
by Ned Deily
· 13 years ago
2f0ad74
Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".
by Ned Deily
· 13 years ago
4ce6aa4
Fix dangling whitespace
by Antoine Pitrou
· 13 years ago
38d9643
Issue #13464: Add a readinto() method to http.client.HTTPResponse.
by Antoine Pitrou
· 13 years ago
0f64922
MERGE: Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop
by Jesus Cea
· 13 years ago
a9837d8
Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop
by Jesus Cea
· 13 years ago
bb44b73
Remove no longer needed work-around for bz2 file object support.
by Lars Gustäbel
· 13 years ago
45fb082
Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes other than 900k.
by Lars Gustäbel
· 13 years ago
ed1ac58
Correctly detect bzip2 compressed streams with blocksizes other than 900k.
by Lars Gustäbel
· 13 years ago
04f6974
- Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix
by Barry Warsaw
· 13 years ago
9f57135
- Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix
by Barry Warsaw
· 13 years ago
b0e1f8b
Issue #13503: Use a more efficient reduction format for bytearrays with
by Antoine Pitrou
· 13 years ago
3731142
Merge assorted fixes from 3.2
by Antoine Pitrou
· 13 years ago
5b73ca4
s/SOCKSTREAM/TCP/
by Antoine Pitrou
· 13 years ago
8e644f0
Reword IPC section
by Antoine Pitrou
· 13 years ago
8345451
Use www.python.org instead of a hostname pointing to a parked (or squatted) domain.
by Antoine Pitrou
· 13 years ago
fa03f6c
Remove the outdated notion that multithreading doesn't work well on Unices.
by Antoine Pitrou
· 13 years ago
9b1ec97
Remove reference to the base64 encoding.
by Antoine Pitrou
· 13 years ago
534e253
Remove reference to the base64 encoding.
by Antoine Pitrou
· 13 years ago
b53e2c4
The functional module hasn't been maintained since 2006 and doesn't work with Python 3.
by Antoine Pitrou
· 13 years ago
48a7cbf
The functional module hasn't been maintained since 2006 and doesn't work with Python 3.
by Antoine Pitrou
· 13 years ago
6da394c
Remove obsolete references to bsddb
by Antoine Pitrou
· 13 years ago
ae44b7a
Remove obsolete references to bsddb
by Antoine Pitrou
· 13 years ago
d0784b7
Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK
by Antoine Pitrou
· 13 years ago
c1bd489
Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK
by Antoine Pitrou
· 13 years ago
9c3895f
Corrected order of parameters to HTTPError in test_urllib2.py.
by Jason R. Coombs
· 13 years ago
4d5232a
Merge with 3.2.
by Georg Brandl
· 13 years ago
6a96a2e
Fix typo.
by Georg Brandl
· 13 years ago
7ff21d7
Pass positional arguments - HTTPError is not accepting keyword arguments. Reference #13211 and #12555.
by Jason R. Coombs
· 13 years ago
090d813
Merge from 3.2
by Antoine Pitrou
· 13 years ago
dec0f21
Streamline mention of sorted()
by Antoine Pitrou
· 13 years ago
c561a9a
Break down and refine memory management question
by Antoine Pitrou
· 13 years ago
17bd792
Reformulate answer, and remove off-topic discussion of bytecode in a question about compiling to C.
by Antoine Pitrou
· 13 years ago
61fed9c
Merge from 3.2
by Antoine Pitrou
· 13 years ago
cc809a2
Fix compatibility statement.
by Antoine Pitrou
· 13 years ago
748799a
Remove outdated question (the bsddb module isn't included anymore)
by Antoine Pitrou
· 13 years ago
d4ddec5
Refine FAQ entry for catching stdout
by Antoine Pitrou
· 13 years ago
48383bf
Advocate PyTuple_Pack instead of manual building of tuples
by Antoine Pitrou
· 13 years ago
b6032f5
Remove outdated FAQ content
by Antoine Pitrou
· 13 years ago
f352040
Remove outdate FAQ content
by Antoine Pitrou
· 13 years ago
Next »