Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
724b828e7941ab801769a09b1d494cc4d9ffda3b
724b828
upcast int to size_t to silence two autological-constant-out-of-range-compare warnings with clang.
by Christian Heimes
· 11 years ago
7a934fb
Null merge from 3.3 branch.
by Tim Peters
· 11 years ago
f9a07f2
Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.
by Tim Peters
· 11 years ago
13e6d23
Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.
by Tim Peters
· 11 years ago
88c2987
Close #19741: tracemalloc_realloc() does not release the table lock anymore
by Victor Stinner
· 11 years ago
1511680
Close #19757: Cleanup tracemalloc, move
by Victor Stinner
· 11 years ago
9a95483
Close #19827: On UNIX, setblocking() and settimeout() methods of socket.socket
by Victor Stinner
· 11 years ago
99c2ab4
asyncio doc: oh, asyncio module has its own Future class
by Victor Stinner
· 11 years ago
cf6f72e
Fix typo in asyncio.AbstractServer documentation
by Victor Stinner
· 11 years ago
c6fba92
asyncio doc: add one more example of coroutines
by Victor Stinner
· 11 years ago
cc15751
Issue #19877: fix regression in test_pathlib when Windows has symlink support available (i.e. in administrator mode).
by Antoine Pitrou
· 11 years ago
85a2be7
ayncio: replace the disclamer with a seealso section
by Victor Stinner
· 11 years ago
15faa9c
asyncio doc: simplify ping example, remove the useless timeout
by Victor Stinner
· 11 years ago
153b894
Null merge.
by Stefan Krah
· 11 years ago
4b7f7ac
Make a couple of parameters constant.
by Stefan Krah
· 11 years ago
b1e4c9d
Make a couple of parameters constant.
by Stefan Krah
· 11 years ago
5aa08ca
Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This is
by Stefan Krah
· 11 years ago
dc96ca2
Added some diagnostics to help with #19690.
by Vinay Sajip
· 11 years ago
ef2d8a5
Closes #19665: Merged fi from 3.3.
by Vinay Sajip
· 11 years ago
827f5d3
Issue #19665: Increased timeout for SMTPHandler test.
by Vinay Sajip
· 11 years ago
51af82c
Add a test for complex symlinks.
by Antoine Pitrou
· 11 years ago
6e8bc50
Issue #19800: make the pickle framing tests more precise.
by Antoine Pitrou
· 11 years ago
069a5e1
Issue #19872: remove unused imports in pathlib. Patch by Vajrasky Kok.
by Antoine Pitrou
· 11 years ago
f10345e
asyncio: Improve default writelines().
by Guido van Rossum
· 11 years ago
afbf827
asyncio doc: fix definition of stop() method
by Victor Stinner
· 11 years ago
933a8c8
asyncio doc: reorder methods; typo
by Victor Stinner
· 11 years ago
1ca5ba6
asyncio io: group transports and protocols in a new title
by Victor Stinner
· 11 years ago
0c6f1ca
asyncio doc: write a complete TCP echo example, client and server
by Victor Stinner
· 11 years ago
3e09e32
asyncio doc: move coroutine example to the Task page
by Victor Stinner
· 11 years ago
ea3183f
Split asyncio documentation into subfiles
by Victor Stinner
· 11 years ago
fa2ce78
asyncio doc: change level of titles
by Victor Stinner
· 11 years ago
b3be72c
asyncio doc: reorder sections
by Victor Stinner
· 11 years ago
34d8df5
asyncio: document wait() function
by Victor Stinner
· 11 years ago
dd339a2
asyncio doc
by Victor Stinner
· 11 years ago
4a60d42
Issue #19852: move Path._raw_open() around, as it is now a private method.
by Antoine Pitrou
· 11 years ago
a02c69a
add check_hostname arg to ssl._create_stdlib_context()
by Christian Heimes
· 11 years ago
a5768f7
Issue #19785: smtplib now supports SSLContext.check_hostname and server name
by Christian Heimes
· 11 years ago
216d463
Issue #19783: nntplib now supports SSLContext.check_hostname and server name
by Christian Heimes
· 11 years ago
1bc7068
Issue #19784: poplib now supports SSLContext.check_hostname and server name
by Christian Heimes
· 11 years ago
b8a3f58
merge
by Christian Heimes
· 11 years ago
48aae57
Issue #19782: imaplib now supports SSLContext.check_hostname and server name
by Christian Heimes
· 11 years ago
6de88b3
Fixed formatting (was parsed as description list).
by Serhiy Storchaka
· 11 years ago
475546f
Fixed regex match representation in an example.
by Serhiy Storchaka
· 11 years ago
0c924b8
asyncio: sort some methods
by Victor Stinner
· 11 years ago
b09f9b3
asyncio doc: group transport method by classes
by Victor Stinner
· 11 years ago
e91f180
asyncio: more documentation
by Victor Stinner
· 11 years ago
be49063
asyncio: document network functions, and stream reader/writer
by Victor Stinner
· 11 years ago
f217206
Add NEWS entry for issue #19834: merge with 3.3.
by Walter Doerwald
· 11 years ago
7601a1e
Add NEWS entry for issue #19834.
by Walter Doerwald
· 11 years ago
b55c4d4
Issue #19814: Clarify argparse's docs w.r.t prefix matching
by Eli Bendersky
· 11 years ago
f311453
Issue #19814: Clarify argparse's docs w.r.t prefix matching
by Eli Bendersky
· 11 years ago
10a8e6a
asyncio: replace our with asynchronous in docstring
by Victor Stinner
· 11 years ago
c37dd61
asyncio: document locks
by Victor Stinner
· 11 years ago
0da1d29
asyncio: document Queue classes
by Victor Stinner
· 11 years ago
60efaae
Document Task class and task functions
by Victor Stinner
· 11 years ago
3c3c4f5
asyncio: cleanup doc
by Victor Stinner
· 11 years ago
550a09e
Issue #19833: Document more asyncio.BaseEventLoop methods
by Victor Stinner
· 11 years ago
4e70bb8
Issue #19833: add 2 examples to asyncio doc (hello world)
by Victor Stinner
· 11 years ago
8dc434e
Issue #19833: asyncio doc: add class name to methods
by Victor Stinner
· 11 years ago
5f5657e
(Merge 3.3) Issue #19728: Fix sys.getfilesystemencoding() documentation
by Victor Stinner
· 11 years ago
22d0418
Issue #19728: Fix sys.getfilesystemencoding() documentation
by Victor Stinner
· 11 years ago
69359f6
Fix #19834: merge with 3.3.
by Walter Doerwald
· 11 years ago
9d1dbca
Fix issue #19834: Support unpickling of exceptions pickled by Python 2.
by Walter Doerwald
· 11 years ago
e5b5edf
Issue #19781: ftplib now supports SSLContext.check_hostname and server name
by Christian Heimes
· 11 years ago
1aa9a75
Issue #19509: Add SSLContext.check_hostname to match the peer's certificate
by Christian Heimes
· 11 years ago
6e6429a
null merge (3.4 already has its own fix for this).
by Gregory P. Smith
· 11 years ago
708a318
Fixes issue #15798: subprocess.Popen() no longer fails if file
by Gregory P. Smith
· 11 years ago
02066d3
Issue #19754: Fix typo.
by Alexandre Vassalotti
· 11 years ago
28d271e
Issue #19754: Make pickletools.optimize respect the frame size target.
by Alexandre Vassalotti
· 11 years ago
53dd816
Fixes issue #15798: subprocess.Popen() no longer fails if file
by Gregory P. Smith
· 11 years ago
5a63aa6
Issue #11480: Merge with 3.3.
by Alexandre Vassalotti
· 11 years ago
5c1c3b4
Issue #11480: Fixed copy.copy to work with classes with custom metaclasses.
by Alexandre Vassalotti
· 11 years ago
5abca14
Issue #18994: Add a missing check for a return value in fcntmodule. Patch by
by Charles-François Natali
· 11 years ago
837a6e0
Issue #19849: selectors: Document the possibility of early select() wakeup upon
by Charles-François Natali
· 11 years ago
b3330a0a
Issue #19842: Refactor BaseSelector to make it an actual usable ABC.
by Charles-François Natali
· 11 years ago
be0708f
Closes #19831: Stop tracemalloc later at Python shutdown to be able to use
by Victor Stinner
· 11 years ago
54532c9
Undo supposed fix for Issue #15798 until I understand why this is
by Gregory P. Smith
· 11 years ago
361e30c
Undo supposed fix for Issue #15798 until I understand why this is
by Gregory P. Smith
· 11 years ago
1c27e3c
Fixes Issue #15798 - subprocess.Popen() no longer fails if file
by Gregory P. Smith
· 11 years ago
1eda9e7
Fixes Issue #15798 - subprocess.Popen() no longer fails if file
by Gregory P. Smith
· 11 years ago
2ccf8e9
Issue #6477: Merge with 3.3.
by Alexandre Vassalotti
· 11 years ago
65846c6
Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private.
by Alexandre Vassalotti
· 11 years ago
3c23e7a
Issue #6477: Merge with 3.3.
by Alexandre Vassalotti
· 11 years ago
19b6fa6
Issue #6477: Added support for pickling the types of built-in singletons.
by Alexandre Vassalotti
· 11 years ago
9204af4
asyncio: Use Interface instead of ABC. Fixes issue 19726.
by Guido van Rossum
· 11 years ago
7c63c85
Issue #19845: Updated the Compiling Python on Windows docs.
by Zachary Ware
· 11 years ago
f8ceb04
Issue #19845: Updated the Compiling Python on Windows docs.
by Zachary Ware
· 11 years ago
8b1e2f3
Closes #19789: Merged update from 3.3.
by Vinay Sajip
· 11 years ago
a9c179b
Issue #19789: Clarified documentation for logging.disable.
by Vinay Sajip
· 11 years ago
a1eedf9
Merge with 3.3.
by Alexandre Vassalotti
· 11 years ago
896414f
Fixed _pickle.Unpickler to handle empty persistent IDs correctly.
by Alexandre Vassalotti
· 11 years ago
6fe39b7
Issue #17897: Optimized unpickle prefetching.
by Serhiy Storchaka
· 11 years ago
cc6e87b
Issue #19088: Merge with 3.3.
by Alexandre Vassalotti
· 11 years ago
1a83070
Issue #19088: Fix incorrect caching of the copyreg module.
by Alexandre Vassalotti
· 11 years ago
8ddd59e
Issue #19728: don't be sensitive to line endings
by Nick Coghlan
· 11 years ago
60f08c8
Issue #19726: actually running 'hg add' helps...
by Nick Coghlan
· 11 years ago
fdf3a62
Issue #19728: add private ensurepip._uninstall CLI
by Nick Coghlan
· 11 years ago
1b1b178
Fix and test pip version consistency
by Nick Coghlan
· 11 years ago
9730e33
Issue #3693: Fix array obscure error message when given a str.
by Alexandre Vassalotti
· 11 years ago
ed7dc14
Null merge
by Zachary Ware
· 11 years ago
Next »