Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1503eed688b425275b6da8af44f156c704517147
1503eed
Added tag v3.3.0a3 for changeset 0b53b70a40a0
by Georg Brandl
· 13 years ago
b613a3d
Disable test_13183 temporarily on Windows for 3.3a3 release.
by Georg Brandl
· 13 years ago
ab0ef20
Bump to 3.3.0a3.
by Georg Brandl
· 13 years ago
ebb2964
Suspicious markup check.
by Georg Brandl
· 13 years ago
0aca6a8
Regenerate pydoc topics.
by Georg Brandl
· 13 years ago
4bde9ca
test_pdb: fix failure of test_issue13183 in debug mode, and make sure files are cleaned up.
by Georg Brandl
· 13 years ago
5c01678
Add missing comma in __all__ list.
by Georg Brandl
· 13 years ago
2a2ce32
Recognize unsupported feature "compressed patch data set" from zip 2.7.
by Martin v. Löwis
· 13 years ago
b3260f0
Detect unsupported compression types.
by Martin v. Löwis
· 13 years ago
f6b16a4
Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka.
by Martin v. Löwis
· 13 years ago
9acbb60
Move make_key() out of the decorator body. Make keys that only need to be hashed once.
by Raymond Hettinger
· 13 years ago
018b4fb
Use a flag to indicate when the circular queue is fully populated and stable.
by Raymond Hettinger
· 13 years ago
417c384
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye
by Senthil Kumaran
· 13 years ago
42d7081
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye
by Senthil Kumaran
· 13 years ago
34d94a2
Handle a possible race condition
by Raymond Hettinger
· 13 years ago
ca9bfe1
Issue #10433: merge
by Ned Deily
· 13 years ago
2e20968
Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X.
by Ned Deily
· 13 years ago
cfc104e
#14558: merge with 3.2.
by Ezio Melotti
· 13 years ago
3d6d7a5
#14558: document the module, argv, and testLoader args of unittest.main.
by Ezio Melotti
· 13 years ago
d343391
Issue11352 - Update cgi module docs
by Senthil Kumaran
· 13 years ago
290416f
Issue11352 - Update cgi module docs
by Senthil Kumaran
· 13 years ago
a6f195e
change insertdict to not steal references (#13903)
by Benjamin Peterson
· 13 years ago
2452419
Issue #14669: Skip multiprocessing connection pickling test on MacOSX
by Richard Oudkerk
· 13 years ago
4460c34
Minor fix for multiprocessing unit test
by Richard Oudkerk
· 13 years ago
3e268aa
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
by Richard Oudkerk
· 13 years ago
514880c
Review of doc changes re PEP 418.
by Georg Brandl
· 13 years ago
ce58ed3
Merge with 3.2: issue #14433
by Martin v. Löwis
· 13 years ago
e654c11
Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed.
by Martin v. Löwis
· 13 years ago
0e8ccb8
merge
by Victor Stinner
· 13 years ago
b80e46e
Issue #14687: Avoid an useless duplicated string in PyUnicode_Format()
by Victor Stinner
· 13 years ago
aff3cc6
Issue #14687: Cleanup PyUnicode_Format()
by Victor Stinner
· 13 years ago
b6b98c0
Track the cache size directly.
by Raymond Hettinger
· 13 years ago
c204348
Write the What's New for the importlib stuff.
by Brett Cannon
· 13 years ago
9a8ad0c
Issue #14428: Remove test_process_time_threads() from test_time
by Victor Stinner
· 13 years ago
5df72c2
Issue #14428: Make test_process_time_threads() less strict
by Victor Stinner
· 13 years ago
934cb18
merged
by Alexander Belopolsky
· 13 years ago
b8f02b5
fixed test_imaplib failure on Win
by Alexander Belopolsky
· 13 years ago
a6df2ee
merge
by Raymond Hettinger
· 13 years ago
9f0ab9f
Factor out shared variables.
by Raymond Hettinger
· 13 years ago
5740489
Issue #14696: Merge from 3.2
by Mark Dickinson
· 13 years ago
407b3bd
Issue #14696: Fix parser module to understand 'nonlocal' declarations.
by Mark Dickinson
· 13 years ago
53c6651
merge
by Alexander Belopolsky
· 13 years ago
5a38f80
Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
by Alexander Belopolsky
· 13 years ago
2420d83
Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
by Alexander Belopolsky
· 13 years ago
678e7f3
Flatten the lru cache keyword args tuple for better memory utilization.
by Raymond Hettinger
· 13 years ago
1182351
Re-indent.
by Brett Cannon
· 13 years ago
6818832
merge
by Brett Cannon
· 13 years ago
62228db
Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.
by Brett Cannon
· 13 years ago
89c4eef
Issue #14691: indent the traceback so the example is highlighted
by Sandro Tosi
· 13 years ago
89e6d38
Remove untests for non-existent functionality.
by Mark Dickinson
· 13 years ago
1fc3ec9
Issue #14428: Rewrite test_process_time_threads() test
by Victor Stinner
· 13 years ago
b63fd2a
Issue #9154: Merge fix from 3.2.
by Mark Dickinson
· 13 years ago
ea7e9f9
Issue #9154: Fix parser module to understand function annotations.
by Mark Dickinson
· 13 years ago
119d026
merge
by Brett Cannon
· 13 years ago
acf85cd
Issue #13959: Re-implement imp.NullImporter in Lib/imp.py.
by Brett Cannon
· 13 years ago
b77b5c3
merge
by Raymond Hettinger
· 13 years ago
99a5638
Issue 14688: Fix typo
by Raymond Hettinger
· 13 years ago
e383e82
Issue #14521: Make result of float('nan') and float('-nan') more consistent across platforms. Further, don't rely on Py_HUGE_VAL for float('inf').
by Mark Dickinson
· 13 years ago
d68ac85
#14236: merge with 3.2.
by Ezio Melotti
· 13 years ago
3899283
#14236: fix docs for \S.
by Ezio Melotti
· 13 years ago
5fe0f4e
#14519: merge with 3.2.
by Ezio Melotti
· 13 years ago
a0b1d1e
#14519: fix the regex used in the scanf example.
by Ezio Melotti
· 13 years ago
ec5cf09
Better control when dumping import state
by Nick Coghlan
· 13 years ago
5fbd37e
Merge markup fix in unittest doc from 3.2.
by Ezio Melotti
· 13 years ago
b8e336b
Fix markup in unittest doc.
by Ezio Melotti
· 13 years ago
4ca008b
issue6085 - update docs in default branch
by Senthil Kumaran
· 13 years ago
db727b4
Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler
by Senthil Kumaran
· 13 years ago
660a949
#14236: merge with 3.2.
by Ezio Melotti
· 13 years ago
e990092
#14236: mention Unicode whitespace in \s documentation.
by Ezio Melotti
· 13 years ago
1aacba4
Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname
by Senthil Kumaran
· 13 years ago
0ce1649
#14461: merge with 3.2.
by Ezio Melotti
· 13 years ago
0a6b541
#14461: fix wording.
by Ezio Melotti
· 13 years ago
4b7698c
issue14427 - Document Request.get_header and Request.header_items
by Senthil Kumaran
· 13 years ago
8dc5004
issue14427 - Document Request.get_header and Request.header_items
by Senthil Kumaran
· 13 years ago
150c365
httplib - minor update to check empty response
by Senthil Kumaran
· 13 years ago
7e70a5c
httplib - minor update to check empty response
by Senthil Kumaran
· 13 years ago
889ad16
httplib test for early eof response. related to Issue13684
by Senthil Kumaran
· 13 years ago
9c29f86
httplib test for early eof response. related to Issue13684
by Senthil Kumaran
· 13 years ago
e240947
#14155: merge note about \b from 3.2.
by Ezio Melotti
· 13 years ago
285e51b
#14155: add a note about \b.
by Ezio Melotti
· 13 years ago
fe98e2f
Issue #14428: Use the new time.perf_counter() and time.process_time() functions
by Victor Stinner
· 13 years ago
47620a6
Close #14309: Deprecate time.clock()
by Victor Stinner
· 13 years ago
ec89539
Issue #14428, #14397: Implement the PEP 418
by Victor Stinner
· 13 years ago
ca6e40f
Time doc: documentation that the CLOCK_* constants and clock_*() functions are
by Victor Stinner
· 13 years ago
4aff7ed
Issue #14448: merge with 3.2
by Sandro Tosi
· 13 years ago
100b889
Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions
by Sandro Tosi
· 13 years ago
b11d91d
Fix my previous commit: bool is a long, restore the specical case for bool
by Victor Stinner
· 13 years ago
92ff4e1
Issue #14666: stop multiprocessing's resource-sharing thread after the tests are done.
by Antoine Pitrou
· 13 years ago
d0880d5
Simplify and optimize formatlong()
by Victor Stinner
· 13 years ago
19b409a
merge
by Brett Cannon
· 13 years ago
efad00d
Issue #14646: __import__() now sets __loader__ if need be.
by Brett Cannon
· 13 years ago
94d558b
Optimize _PyUnicode_FindMaxChar() find pure ASCII strings
by Victor Stinner
· 13 years ago
fea73ef
Issue #14605: Don't error out if get_importer() returns None.
by Brett Cannon
· 13 years ago
6d3b321
merge
by Brett Cannon
· 13 years ago
aa93642
Issue #14605: Use None in sys.path_importer_cache to represent no
by Brett Cannon
· 13 years ago
64acccf
decref cached keys on type deallocation (#13903)
by Benjamin Peterson
· 13 years ago
9e66ac6
merge
by Brett Cannon
· 13 years ago
ce418b4
Issue #14605: Stop having implicit entries for sys.meta_path.
by Brett Cannon
· 13 years ago
3c6ea1c
Issue #14605: Insert to the front of sys.meta_path, don't append.
by Brett Cannon
· 13 years ago
c8287ef
Invalidate finder caches after creating a new script.
by Brett Cannon
· 13 years ago
Next »