Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
25ec056cc2bab9d0dd6f7665911f246e491744c5
25ec056
Issue #13530: Document os.lseek() result
by Victor Stinner
· 13 years ago
e83f899
Issue #13530: Document os.lseek() result
by Victor Stinner
· 13 years ago
bb305de
Merge
by Victor Stinner
· 13 years ago
ab87021
Issue #10951: Fix compiler warnings in timemodule.c and unicodeobject.c
by Victor Stinner
· 13 years ago
136ea49
Issue #10951: Fix a compiler warning in timemodule.c
by Victor Stinner
· 13 years ago
0ba5af2
Move PyUnicode_WCHAR_KIND outside PyUnicode_Kind enum
by Victor Stinner
· 13 years ago
e85488c
Mention that level can be an int or str in the setLevel docstring.
by Gregory P. Smith
· 13 years ago
564a42c
Issue #12809: Expose IP_TRANSPARENT in the socket module. Patch by Michael
by Charles-François Natali
· 13 years ago
f2fe7f0
fix possible NULL dereference
by Benjamin Peterson
· 13 years ago
2f19707
The locale decoder raises a UnicodeDecodeError instead of an OSError
by Victor Stinner
· 13 years ago
1b57967
Issue #13560: Locale codec functions use the classic "errors" parameter,
by Victor Stinner
· 13 years ago
ab59594
What's New in Python 3.3: complete the deprecation list
by Victor Stinner
· 13 years ago
1f33f2b
Issue #13560: os.strerror() now uses the current locale encoding instead of UTF-8
by Victor Stinner
· 13 years ago
f2ea71f
Issue #13560: Add PyUnicode_EncodeLocale()
by Victor Stinner
· 13 years ago
9987d93
#13613: merge with 3.2.
by Ezio Melotti
· 13 years ago
e5b2ac8
#13613: fix example in re doc.
by Ezio Melotti
· 13 years ago
af02e1c
Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale()
by Victor Stinner
· 13 years ago
3607e3d
(Merge 3.2) main() now displays an error message before exiting if a command
by Victor Stinner
· 13 years ago
94ba691
main() now displays an error message before exiting if a command line argument
by Victor Stinner
· 13 years ago
1637487
Skip test if the path is too long for a AF_UNIX socket
by Antoine Pitrou
· 13 years ago
6ec29e2
Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem
by Antoine Pitrou
· 13 years ago
ab0e9f7
Issue #10350: Read and save errno before calling a function which might overwrite it.
by Antoine Pitrou
· 13 years ago
c345ce1
Issue #10350: Read and save errno before calling a function which might overwrite it.
by Antoine Pitrou
· 13 years ago
e2b2bf5
Add ACKS entry for 57f0af61da53.
by Antoine Pitrou
· 13 years ago
093ce9c
Issue #6695: Full garbage collection runs now clear the freelist of set objects.
by Antoine Pitrou
· 13 years ago
c144a93
property -> staticmethod
by Benjamin Peterson
· 13 years ago
518e517
merge heads
by Benjamin Peterson
· 13 years ago
ca81bf7
fix this test to actually test something (closes #13606)
by Benjamin Peterson
· 13 years ago
e0a669e
Close #13596: Only recompile Lib/_sysconfigdata.py when needed
by Victor Stinner
· 13 years ago
57c9c7b
merge heads
by Benjamin Peterson
· 13 years ago
b3132bd
input() in this sense is gone
by Benjamin Peterson
· 13 years ago
9c49036
(Merge 3.2) Issue #13545: Fix platform.libc_version() is the SO version is missing
by Victor Stinner
· 13 years ago
8744881
Issue #13545: Fix platform.libc_version() is the SO version is missing
by Victor Stinner
· 13 years ago
bfebb7b
improve abstract property support (closes #11610)
by Benjamin Peterson
· 13 years ago
a8ff01c
Issue #13597: Improve documentation of standard streams.
by Antoine Pitrou
· 13 years ago
7158e06
Issue #13597: Improve documentation of standard streams.
by Antoine Pitrou
· 13 years ago
e0e2735
Fix OSError.__init__ and OSError.__new__ so that each of them can be
by Antoine Pitrou
· 13 years ago
d73a9ac
Fix the fix for issue #12149: it was incorrect, although it had the side
by Antoine Pitrou
· 13 years ago
2e87208
Fix the fix for issue #12149: it was incorrect, although it had the side
by Antoine Pitrou
· 13 years ago
96ff084
Issue #13593: updating the importlib utility decorators for __qualname__.
by Meador Inge
· 13 years ago
c2f9874
Issue #13591: Moving the NEWS line to the right release.
by Meador Inge
· 13 years ago
b7288a7
Issue #13591: Moving the NEWS line to the right release.
by Meador Inge
· 13 years ago
d7afeee
Issue #13591: import_module potentially imports a module twice.
by Meador Inge
· 13 years ago
416f12d
Issue #13591: import_module potentially imports a module twice.
by Meador Inge
· 13 years ago
abbcd08
Issue #4625: Add NEWS entry.
by Ned Deily
· 13 years ago
061c028
Issue #4625: add NEWS entry.
by Ned Deily
· 13 years ago
1b0b6ae
Issue #4625: If IDLE cannot write to its recent file or breakpoint
by Ned Deily
· 13 years ago
f505b74
Issue #4625: If IDLE cannot write to its recent file or breakpoint
by Ned Deily
· 13 years ago
77e1bfc
Issue #13453: Fix a race condition in test_poplib.
by Charles-François Natali
· 13 years ago
83ef254
Issue #13453: Fix a race condition in test_poplib.
by Charles-François Natali
· 13 years ago
486af72
Null merge - Issue #4028: Make multiprocessing build on SunOS.
by Charles-François Natali
· 13 years ago
10db4de
Issue #4028: Make multiprocessing build on SunOS.
by Charles-François Natali
· 13 years ago
556ba04
Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler can be used in non-blocking applications
by Giampaolo Rodola'
· 13 years ago
73520d5
Fix #8684: make sched.scheduler class thread-safe
by Giampaolo Rodola'
· 13 years ago
a23d65c
Merge 3.2
by Alexandre Vassalotti
· 13 years ago
3bfc65a
Issue #13505: Make pickling of bytes object compatible with Python 2.
by Alexandre Vassalotti
· 13 years ago
ec51cf1
#6570: merge with 3.2.
by Ezio Melotti
· 13 years ago
7b7e39a
#6570: clarify tutorial section about keyword arguments.
by Ezio Melotti
· 13 years ago
d31d57e
#13549: merge with 3.2.
by Ezio Melotti
· 13 years ago
91621e2
#13549: improve tutorial section about listcomps.
by Ezio Melotti
· 13 years ago
ca2a1a3
Fix test_gdb failure
by Antoine Pitrou
· 13 years ago
aa6c1d2
Issue #13575: there is only one class type.
by Florent Xicluna
· 13 years ago
9d57481
Issue #13577: various kinds of descriptors now have a __qualname__ attribute.
by Antoine Pitrou
· 13 years ago
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
Next »