Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
667d75d059384b12a4cd167a9aebc0c1c3057ef4
667d75d
Don't redefine _GNU_SOURCE if it's already defined.
by Ross Lagerwall
· 13 years ago
031bf95
Issue #11006: Don't issue low level warning in subprocess when pipe2() fails.
by Ross Lagerwall
· 13 years ago
3ba95f8
Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger code execution with inspect.getattr_static.
by Michael Foord
· 13 years ago
65a3f4b
Use context managers in test_ssl to simplify test writing.
by Antoine Pitrou
· 13 years ago
28f8bee
Issue #13645: fix test_import failure when run immediately after test_coding.
by Antoine Pitrou
· 13 years ago
08c08eb
Issue #13597: Fix the documentation of the "-u" command-line option, and wording of "What's new in Python 3.0" about standard streams.
by Antoine Pitrou
· 13 years ago
86a8a9a
Issue #1785: Fix inspect and pydoc with misbehaving descriptors.
by Antoine Pitrou
· 13 years ago
53aa1d7
fix possible if unlikely leak
by Benjamin Peterson
· 13 years ago
0f1e3ac
note the blinding speed of these functions
by Benjamin Peterson
· 13 years ago
bf38315
Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really
by Charles-François Natali
· 13 years ago
1c92cfe
don't mention implementation detail
by Benjamin Peterson
· 13 years ago
7ded21e
Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.
by Antoine Pitrou
· 13 years ago
4ce2f36
Issue #13453: Try to increase some socket timeouts to make some buildbots stop
by Charles-François Natali
· 13 years ago
d208416
Issue #13628: python-gdb.py is now able to retrieve more frames in the Python
by Victor Stinner
· 13 years ago
78ed83d
Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a
by Charles-François Natali
· 13 years ago
62f3d03
#13576: add tests about the handling of (possibly broken) condcoms.
by Ezio Melotti
· 13 years ago
80a61e8
#13387: rephrase unclear sentence.
by Ezio Melotti
· 13 years ago
a51623b
Fix inspect.getattr_static to work on modules (again). Closes issue 11813.
by Michael Foord
· 13 years ago
bd206e2
Handle correctly _Py_fopen() error: don't replace the exception
by Victor Stinner
· 13 years ago
165b128
Followup to #7502: add __hash__ method and tests.
by Antoine Pitrou
· 13 years ago
92ed387
Merge
by Antoine Pitrou
· 13 years ago
ac0675c
Small clarification in docstring of dict.update(): the positional argument is not required.
by Georg Brandl
· 13 years ago
a742526
Merge
by Antoine Pitrou
· 13 years ago
2bc801c
Issue #7502: Fix equality comparison for DocTestCase instances.
by Antoine Pitrou
· 13 years ago
6fbd525
Issue #13617: Document that the result of the conversion of a Unicode object to
by Victor Stinner
· 13 years ago
6d5f9e7
Issue #11870: threading: Properly reinitialize threads internal locks and
by Charles-François Natali
· 13 years ago
cf53ae2
Issue #8035: urllib: Fix a bug where the client could remain stuck after a
by Charles-François Natali
· 13 years ago
a94a0e9
Issue #13522: Fix _Py_co_pow() documentation
by Victor Stinner
· 13 years ago
07b1c87
Issue #13522: document error return values of some float and complex C API functions.
by Antoine Pitrou
· 13 years ago
bb2e9c4
Issue #11231: Fix bytes and bytearray docstrings
by Victor Stinner
· 13 years ago
e83f899
Issue #13530: Document os.lseek() result
by Victor Stinner
· 13 years ago
136ea49
Issue #10951: Fix a compiler warning in timemodule.c
by Victor Stinner
· 13 years ago
e5b2ac8
#13613: fix example in re doc.
by Ezio Melotti
· 13 years ago
94ba691
main() now displays an error message before exiting if a command line argument
by Victor Stinner
· 13 years ago
c345ce1
Issue #10350: Read and save errno before calling a function which might overwrite it.
by Antoine Pitrou
· 13 years ago
8744881
Issue #13545: Fix platform.libc_version() is the SO version is missing
by Victor Stinner
· 13 years ago
7158e06
Issue #13597: Improve documentation of standard streams.
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
b7288a7
Issue #13591: Moving the NEWS line to the right release.
by Meador Inge
· 13 years ago
416f12d
Issue #13591: import_module potentially imports a module twice.
by Meador Inge
· 13 years ago
061c028
Issue #4625: add NEWS entry.
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
83ef254
Issue #13453: Fix a race condition in test_poplib.
by Charles-François Natali
· 13 years ago
10db4de
Issue #4028: Make multiprocessing build on SunOS.
by Charles-François Natali
· 13 years ago
3bfc65a
Issue #13505: Make pickling of bytes object compatible with Python 2.
by Alexandre Vassalotti
· 13 years ago
7b7e39a
#6570: clarify tutorial section about keyword arguments.
by Ezio Melotti
· 13 years ago
91621e2
#13549: improve tutorial section about listcomps.
by Ezio Melotti
· 13 years ago
b870aa1
we're always going to have gc
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
13859bf
Issue #13453: Catch EAI_FAIL in support.transient_internet.
by Charles-François Natali
· 13 years ago
0c6cbbd
Fix doc typo.
by Lars Gustäbel
· 13 years ago
5126df6
Remove obsolete py3k comment.
by Florent Xicluna
· 13 years ago
0e686cb
Fix docstring typo.
by Florent Xicluna
· 13 years ago
432259f
Issue #13528: rework the performance question in the programming FAQ
by Antoine Pitrou
· 13 years ago
720f34a
Issue #5905: time.strftime() is now using the locale encoding, instead of
by Victor Stinner
· 13 years ago
383dd58
Issue #13547: clean Lib/_sysconfigdata.py and Modules/_testembed
by Stefan Krah
· 13 years ago
af04ff2
Issue #11149: Also enable -fwrapv if $CC is a full path
by Stefan Krah
· 13 years ago
0cd4790
Issue #11886: workaround an OS bug (time zone data) in test_time
by Victor Stinner
· 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
2f0ad74
Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".
by Ned Deily
· 13 years ago
a9837d8
Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop
by Jesus Cea
· 13 years ago
ed1ac58
Correctly detect bzip2 compressed streams with blocksizes other than 900k.
by Lars Gustäbel
· 13 years ago
9f57135
- Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix
by Barry Warsaw
· 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
534e253
Remove reference to the base64 encoding.
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
ae44b7a
Remove obsolete references to bsddb
by Antoine Pitrou
· 13 years ago
c1bd489
Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK
by Antoine Pitrou
· 13 years ago
6a96a2e
Fix typo.
by Georg Brandl
· 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
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
f352040
Remove outdate FAQ content
by Antoine Pitrou
· 13 years ago
c5b266e
Streamline FAQ entry about the ternary operator, and suggest using io.StringIO for a mutable unicode container.
by Antoine Pitrou
· 13 years ago
9cb41df
Remove references to psyco, which is mostly unmaintained and doesn't work with Python 3.
by Antoine Pitrou
· 13 years ago
5dd95d6
Mention PySide in the "other GUIs" page.
by Antoine Pitrou
· 13 years ago
7462e87
Mention the new GTK+ 3 bindings.
by Antoine Pitrou
· 13 years ago
777bebb
Issue #13513: IOBase docs incorrectly link to the readline module
by Meador Inge
· 13 years ago
aa204db
Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface.
by Jason R. Coombs
· 13 years ago
a90e364
Issue #12666: Added section about map changes.
by Jason R. Coombs
· 13 years ago
df9a5f5
Issue #12666: Clarifying changes in map for Python 3
by Jason R. Coombs
· 13 years ago
9aa20af
Issue #13439: Fix many errors in turtle docstrings.
by Petri Lehtinen
· 13 years ago
c1f26f6
#13494: s/cast/convert/. Also add a link.
by Ezio Melotti
· 13 years ago
b1b3fd2
#13499: fix example adding >>> before the comments.
by Ezio Melotti
· 13 years ago
6cc5bf7
#8414: add more tests for "assert". Initial patch by Gregory Nofi.
by Ezio Melotti
· 13 years ago
71bca34
Issue #1040439: better document how to compile and link an embedded Python interpreter.
by Antoine Pitrou
· 13 years ago
a74f8ef
Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487).
by Éric Araujo
· 13 years ago
c4d7d8c
Mark up constants in sockets docs as such
by Éric Araujo
· 13 years ago
e1886bf
Fix instructions on how to rebuild some modules
by Éric Araujo
· 13 years ago
ff91306
Add a regrtest cleanup check for shutil registries
by Éric Araujo
· 13 years ago
a2b89e3
Fix last remaining references to ex-devguide
by Éric Araujo
· 13 years ago
2bddc53
Fix typo (#13467)
by Éric Araujo
· 13 years ago
b9bb1f4
Fix curses module for strict SysV implementation (without has_key function)
by Victor Stinner
· 13 years ago
Next »