Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
7f9d181d5666f4f3096fa8f3591e37d97a4fa569
/
Lib
7f9d181
Include micro version even if it is 0.
by Martin v. Löwis
· 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
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
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
b6b98c0
Track the cache size directly.
by Raymond Hettinger
· 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
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
acf85cd
Issue #13959: Re-implement imp.NullImporter in Lib/imp.py.
by Brett Cannon
· 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
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
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
fe98e2f
Issue #14428: Use the new time.perf_counter() and time.process_time() functions
by Victor Stinner
· 13 years ago
ec89539
Issue #14428, #14397: Implement the PEP 418
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
efad00d
Issue #14646: __import__() now sets __loader__ if need be.
by Brett Cannon
· 13 years ago
fea73ef
Issue #14605: Don't error out if get_importer() returns None.
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
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
990eff0
Backing out 86dc014cdd74. Not ready yet
by Jesus Cea
· 13 years ago
2b47f0a
Close #10142: Support for SEEK_HOLE/SEEK_DATA
by Jesus Cea
· 13 years ago
e0d88a1
Issue #14605: Make explicit the entries on sys.path_hooks that used to
by Brett Cannon
· 13 years ago
8f79dd5
Silence DeprecationWarning for cgi.escape() usage in test_cgi.
by Brett Cannon
· 13 years ago
5a5d6a1
Merge
by Brett Cannon
· 13 years ago
f99983d
Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin).
by Antoine Pitrou
· 13 years ago
b05ac86
Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin).
by Antoine Pitrou
· 13 years ago
c94871a
Merged fixed test from 3.2.
by Vinay Sajip
· 13 years ago
c2ad0aa
Fixed test to work on Windows.
by Vinay Sajip
· 13 years ago
7541c8e
Issue #14605 and #14642:
by Marc-Andre Lemburg
· 13 years ago
8923a4d
Issue #14605: Insert to the front of sys.path_hooks instead of appending.
by Brett Cannon
· 13 years ago
4fe29c9
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader.
by Marc-Andre Lemburg
· 13 years ago
ac8805a
Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused
by Marc-Andre Lemburg
· 13 years ago
2945e78
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader
by Marc-Andre Lemburg
· 13 years ago
a5798de
Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch.
by Vinay Sajip
· 13 years ago
66b8b08
Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch.
by Vinay Sajip
· 13 years ago
5438ed1
Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections.
by Antoine Pitrou
· 13 years ago
9f478c0
Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic
by Lars Gustäbel
· 13 years ago
1ef9eda
Issue #14160: TarFile.extractfile() failed to resolve symbolic links
by Lars Gustäbel
· 13 years ago
15ee821
distiguish between refusing to creating shared keys and error (#13903)
by Benjamin Peterson
· 13 years ago
4f2f3b6
Account for shared keys in type's __sizeof__ (#13903).
by Martin v. Loewis
· 13 years ago
42f5881
merge 3.2 (#14658)
by Benjamin Peterson
· 13 years ago
7b16687
don't use a slot wrapper from a different special method (closes #14658)
by Benjamin Peterson
· 13 years ago
01296da
Skip long repr tests when the cached pyc file's path length would exceed the maximum Win32 path length.
by Antoine Pitrou
· 13 years ago
ece58de
Close #14648: Compute correctly maxchar in str.format() for substrin
by Victor Stinner
· 13 years ago
f8ae4fa
Issue #14650: fix typo in shutil.disk_usage() docstring; patch by Hobson Lane
by Sandro Tosi
· 13 years ago
9bc3653
merge heads
by Benjamin Peterson
· 13 years ago
db780d0
fix instance dicts with str subclasses (#13903)
by Benjamin Peterson
· 13 years ago
a82c960
merge #14638: pydoc now treats non-str __name__ as None instead of raising
by R David Murray
· 13 years ago
c43125a
#14638: pydoc now treats non-str __name__ as None instead of raising
by R David Murray
· 13 years ago
aa872d1
3.2 - Fix for Issue13684 - httplib tunnel infinite loop
by Senthil Kumaran
· 13 years ago
b12771a
3.2 - Fix for Issue13684 - httplib tunnel infinite loop
by Senthil Kumaran
· 13 years ago
7d95e40
Implement PEP 412: Key-sharing dictionaries (closes #13903)
by Benjamin Peterson
· 13 years ago
80d07f8
inherit maxchar of field value where needed (closes #14648)
by Benjamin Peterson
· 13 years ago
1cf5aa9
merge 3.2
by Benjamin Peterson
· 13 years ago
7a436c5
sleep here
by Benjamin Peterson
· 13 years ago
938d44d
Issue #14605: Expose importlib.abc.FileLoader and
by Brett Cannon
· 13 years ago
8c5e920
merge
by Brett Cannon
· 13 years ago
410e88d
Change tests for imp.cache_from_source() to follow os.path.join/split semantics.
by Brett Cannon
· 13 years ago
4c3f478
Issue #14644: Increased default timeout for SMTPHandler. Note: last commit message referred to the wrong issue number.
by Vinay Sajip
· 13 years ago
26308da
Issue #14622: Increased default timeout for SMTPHandler.
by Vinay Sajip
· 13 years ago
Next »